diff --git a/docs/hardware/devices/rak/base-boards.mdx b/docs/hardware/devices/rak/base-boards.mdx index f3b72dc5..39fe122e 100644 --- a/docs/hardware/devices/rak/base-boards.mdx +++ b/docs/hardware/devices/rak/base-boards.mdx @@ -69,7 +69,7 @@ Further information on the RAK5005-O can be found on the [RAK Documentation Cent - (x4) WisBlock Sensor Module slots - **Buttons** - (x1) Reset Button - - It may be possible to add a user button using the [13002 IO module](https://store.rakwireless.com/collections/wisblock-interface/products/adapter-module-rak13002). + - To add a user button, you can utilize the AIN1 pin, which is exposed as pin 31 in the firmware. - **Connectors** - Connector for 3.7v LiPo battery (with charge controller) - Connector for 5v solar panel (max 5.5v) diff --git a/docs/hardware/devices/rak/peripherals.mdx b/docs/hardware/devices/rak/peripherals.mdx index 3ccbf07d..291bad94 100644 --- a/docs/hardware/devices/rak/peripherals.mdx +++ b/docs/hardware/devices/rak/peripherals.mdx @@ -13,12 +13,36 @@ groupId="rakmodules" queryString="rakmodules" defaultValue="GPS" values={[ +{label: 'User Button', value: 'User Button'}, {label: 'GPS Module', value: 'GPS'}, {label: 'Buzzer', value: 'Buzzer'}, {label: 'I/O Module', value: 'IO'}, {label: 'Environmental Sensors', value:'Sensors'}, {label: 'RTC Module', value:'RTC'} ]}> + + +## User Button + +Any tactile momemtary push button is compatible as long as it is wired to the correct pins, here's a sample of a [Push Button](https://a.co/d/bPhhTxm) + + +The button is recommended to be used on the following base board's exposed pins or slots : + +- RAK19007 on AIN1 (Pin 31) - See supporting instructions [Here](https://store.rokland.com/pages/adding-a-user-button-rak19007) +- RAK19001 on IO5 (Pin 37) + +### Wiring +One side of the switch should be on GND and the other on the recommended Pin per your baseboard. The pin must be configured on the node using the app, webclient or CLI. + +### Resources +For more information on the User Button functionality refer to +- [RAK WisBlock Hardware Buttons](https://meshtastic.org/docs/hardware/devices/rak/buttons/) + + + + + ## GPS Modules