mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
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.
This commit is contained in:
parent
da6307b0cc
commit
21236ed83f
|
@ -13,12 +13,29 @@ groupId="rakmodules"
|
||||||
queryString="rakmodules"
|
queryString="rakmodules"
|
||||||
defaultValue="GPS"
|
defaultValue="GPS"
|
||||||
values={[
|
values={[
|
||||||
|
{label: 'User Button', value: 'User Button'},
|
||||||
{label: 'GPS Module', value: 'GPS'},
|
{label: 'GPS Module', value: 'GPS'},
|
||||||
{label: 'Buzzer', value: 'Buzzer'},
|
{label: 'Buzzer', value: 'Buzzer'},
|
||||||
{label: 'I/O Module', value: 'IO'},
|
{label: 'I/O Module', value: 'IO'},
|
||||||
{label: 'Environmental Sensors', value:'Sensors'},
|
{label: 'Environmental Sensors', value:'Sensors'},
|
||||||
{label: 'RTC Module', value:'RTC'}
|
{label: 'RTC Module', value:'RTC'}
|
||||||
]}>
|
]}>
|
||||||
|
<TabItem value="User Button">
|
||||||
|
|
||||||
|
## 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)
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<TabItem value="GPS">
|
<TabItem value="GPS">
|
||||||
|
|
||||||
## GPS Modules
|
## GPS Modules
|
||||||
|
|
Loading…
Reference in a new issue