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 1/8] 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 From c5cb409d36099761f204518bbea722a9af1cc450 Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Mon, 13 May 2024 23:54:39 -0400 Subject: [PATCH 2/8] Update base-boards.mdx updating related information --- docs/hardware/devices/rak/base-boards.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/rak/base-boards.mdx b/docs/hardware/devices/rak/base-boards.mdx index f3b72dc5..61da25d4 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). + - It may be possible to add a user button using the exposed pin AIN1 which is Pin 31 on the firmware. - **Connectors** - Connector for 3.7v LiPo battery (with charge controller) - Connector for 5v solar panel (max 5.5v) From 029d9b1920b1a54accb3b87e51fb87926c24ce50 Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Mon, 13 May 2024 23:58:04 -0400 Subject: [PATCH 3/8] Update peripherals.mdx --- docs/hardware/devices/rak/peripherals.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/hardware/devices/rak/peripherals.mdx b/docs/hardware/devices/rak/peripherals.mdx index 8ff4cc5e..691b9966 100644 --- a/docs/hardware/devices/rak/peripherals.mdx +++ b/docs/hardware/devices/rak/peripherals.mdx @@ -24,7 +24,7 @@ values={[ ## 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) +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 : @@ -32,6 +32,9 @@ The button is recommended to be used on the following base board's exposed pins - 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. + From f834d0dc6280db4b84375b7f344ba6caafb6d8d8 Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Mon, 13 May 2024 23:58:59 -0400 Subject: [PATCH 4/8] Update peripherals.mdx --- docs/hardware/devices/rak/peripherals.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/rak/peripherals.mdx b/docs/hardware/devices/rak/peripherals.mdx index 691b9966..4aa0817c 100644 --- a/docs/hardware/devices/rak/peripherals.mdx +++ b/docs/hardware/devices/rak/peripherals.mdx @@ -32,7 +32,7 @@ The button is recommended to be used on the following base board's exposed pins - 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 +### 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. From 8ad19eb72e1dd29f398785cb00f5b1f9b5aab41b Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Tue, 14 May 2024 19:44:28 -0400 Subject: [PATCH 5/8] Update peripherals.mdx --- docs/hardware/devices/rak/peripherals.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/rak/peripherals.mdx b/docs/hardware/devices/rak/peripherals.mdx index 4aa0817c..037f3b26 100644 --- a/docs/hardware/devices/rak/peripherals.mdx +++ b/docs/hardware/devices/rak/peripherals.mdx @@ -24,7 +24,7 @@ values={[ ## 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) +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 : From e01cef3f6cfd719edc709a20a9f416a474bbff9e Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Sun, 19 May 2024 18:29:10 -0400 Subject: [PATCH 6/8] Reference back to Hardware Button page --- docs/hardware/devices/rak/peripherals.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hardware/devices/rak/peripherals.mdx b/docs/hardware/devices/rak/peripherals.mdx index 037f3b26..291bad94 100644 --- a/docs/hardware/devices/rak/peripherals.mdx +++ b/docs/hardware/devices/rak/peripherals.mdx @@ -35,6 +35,10 @@ The button is recommended to be used on the following base board's exposed pins ### 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/) + From b5f483455dc67b908de917a1047bb7fe4e3132d3 Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Wed, 22 May 2024 22:23:26 -0400 Subject: [PATCH 7/8] Update base-boards.mdx Made the change suggested --- docs/hardware/devices/rak/base-boards.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/rak/base-boards.mdx b/docs/hardware/devices/rak/base-boards.mdx index 61da25d4..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 exposed pin AIN1 which is Pin 31 on the firmware. + - 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) From 2614b1accf311d8d5e475393f1e172565f34d582 Mon Sep 17 00:00:00 2001 From: Marvin-YYC <96553443+Marvin-YYC@users.noreply.github.com> Date: Thu, 23 May 2024 10:57:24 -0600 Subject: [PATCH 8/8] Update local-groups.mdx Added Telegram group links for Ontario & Quebec, CA --- docs/community/local-groups.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/community/local-groups.mdx b/docs/community/local-groups.mdx index 04d54aa1..b4eb95e5 100644 --- a/docs/community/local-groups.mdx +++ b/docs/community/local-groups.mdx @@ -46,9 +46,15 @@ us on [Discord](https://discord.com/invite/ktMAKGBnBs) to add your group. ### Nova Scotia - [Mesht Nova Scotia](https://t.me/MeshtNovaScotia) +### Ontario +- [Mesht Ontario](https://t.me/meshtOnt) + ### Prince Edward Island - [Mesht PEI](https://t.me/MeshtPEI) +### Quebec +- [Mesht Quebec](https://t.me/meshtQuebec) + ### Saskatchewan - [Mesht Saskatchewan](https://t.me/MeshtSaska) ##