From 21236ed83feaf8269aadeff06ba1363d9fc3b1b8 Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Mon, 13 May 2024 23:25:26 -0400 Subject: [PATCH] Update peripherals.mdx added User Button to peripherals per issue #1027 this will make it clear where we would recommend plugging a user button without using an additional IO board. Also added the link to guide. --- docs/hardware/devices/rak/peripherals.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/hardware/devices/rak/peripherals.mdx b/docs/hardware/devices/rak/peripherals.mdx index 3ccbf07d..8ff4cc5e 100644 --- a/docs/hardware/devices/rak/peripherals.mdx +++ b/docs/hardware/devices/rak/peripherals.mdx @@ -13,12 +13,29 @@ 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 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) + + + + + ## GPS Modules