From 677be5453dd994f480f586c7239865661708dc67 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 16:46:26 -0400 Subject: [PATCH 1/9] Raspberry Pico addition to Docs --- docs/hardware/devices/raspberry-pi/index.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/hardware/devices/raspberry-pi/index.mdx diff --git a/docs/hardware/devices/raspberry-pi/index.mdx b/docs/hardware/devices/raspberry-pi/index.mdx new file mode 100644 index 00000000..5a7cd559 --- /dev/null +++ b/docs/hardware/devices/raspberry-pi/index.mdx @@ -0,0 +1,17 @@ +--- +id: raspberry-pi +title: Raspberry Pi Pico +sidebar_label: Raspberry Pi Pico +sidebar_position: 1 +--- + +import Tabs from "@theme/Tabs"; +import TabItem from "@theme/TabItem"; + + +The Raspberry Pi Pico series is a range of tiny, fast, and versatile boards built using RP2040, the flagship microcontroller chip designed by Raspberry Pi in the UK. + + +[Offical website for the Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), including official reseller links. + + From ca8863dedcbd012b2c4f7a5310435369cbef4a49 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 16:56:08 -0400 Subject: [PATCH 2/9] Getting Started update --- docs/getting-started/index.mdx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 77e7c7fb..c5e27920 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -22,7 +22,7 @@ Before you begin, it's important to determine which kind of hardware you're usin ### ESP32 -The ESP32 chip is older and consumes more power than the nRF52 chip, but is equipped with both WiFi and Bluetooth. Supported ESP32 devices: +The ESP32 chip is older and consumes more power than the nRF52 chip, but is equipped with both WiFi and Bluetooth. Supported ESP32 devices include: - LILYGO® TTGO T-Beam - LILYGO® TTGO Lora @@ -32,11 +32,18 @@ The ESP32 chip is older and consumes more power than the nRF52 chip, but is equi ### nRF52 -The nRF52 chip is much more power efficient than the ESP32 chip and easier to update, but is only equipped with Bluetooth. Supported nRF52 devices: +The nRF52 chip is much more power efficient than the ESP32 chip and easier to update, but is only equipped with Bluetooth. Supported nRF52 devices include: -- RAK WisBlock +- RAK WisBlock modular boards - Various "Cores" from this modular system - LILYGO® TTGO T-Echo +### RP2040 + +The RP2040 is a dual-core ARM chip developed by Raspberry Pi. Supported RP2040 devices include: + + - Raspberry Pi Pico + - RAK WisBlock modular boards - RAK11300 RP2040 SX1262 Core Module + :::info If your device is not listed above, please review our [supported devices](/docs/supported-hardware) to determine which MCU your device has or contact us in [Discord](https://discord.gg/ktMAKGBnBs) with any questions. From 33da0bbaa27c124f600a5b2e1ebc49989ea787f1 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 17:12:50 -0400 Subject: [PATCH 3/9] 11300 added to RAK tabs --- docs/hardware/devices/rak/core-modules.mdx | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/hardware/devices/rak/core-modules.mdx b/docs/hardware/devices/rak/core-modules.mdx index fdd1e785..d783c445 100644 --- a/docs/hardware/devices/rak/core-modules.mdx +++ b/docs/hardware/devices/rak/core-modules.mdx @@ -15,6 +15,7 @@ groupId="rakcore" defaultValue="RAK4631" values={[ {label: 'RAK4631', value: 'RAK4631'}, +{label: 'RAK11300', value: 'RAK11300'} {label: 'RAK11200', value: 'RAK11200'} ]}> @@ -60,6 +61,45 @@ US Distributor - Purchase link: [Rokland - US915 Mhz](https://store.rokland.com/ +### RAK11300 + +The RAK11310 module is based on the Raspberry Pi RP2040 MCU chip and part of the WisBlock Core series. Even though this module has no WiFi on board, you can easily add it with the WisBlock Communication module RAK2305. + +- [RAK11300](https://store.rakwireless.com/products/rak11310-wisblock-lpwan-module?variant=40830755471558) + - **MCU** + - Raspberry Pi RP2040 + - Bluetooth BLE 5.0 + - **Meshtastic Firmware** + - [`firmware-rak11310-2.X.X.xxxxxxx.uf2`](/downloads) + - **LoRa transceiver** + - SX1262 + - **Frequency Options** + - 433 MHz + - 470 MHz + - 799 MHz + - 865 MHz + - 868 MHz + - 915 MHz + - 920 MHz + - 923 MHz + - **Connectors** + - U.FL antenna + +Further information on the RAK11300 can be found on the [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK11310/Overview/). + + +RAK11300 Core Module + + + + + + + ### RAK11200 / RAK13300 :::caution Note From fcb2896e1573c37b2ae1f59d67c42041c3eb2860 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 17:21:01 -0400 Subject: [PATCH 4/9] Undo core changes --- docs/hardware/devices/rak/core-modules.mdx | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/docs/hardware/devices/rak/core-modules.mdx b/docs/hardware/devices/rak/core-modules.mdx index d783c445..fdd1e785 100644 --- a/docs/hardware/devices/rak/core-modules.mdx +++ b/docs/hardware/devices/rak/core-modules.mdx @@ -15,7 +15,6 @@ groupId="rakcore" defaultValue="RAK4631" values={[ {label: 'RAK4631', value: 'RAK4631'}, -{label: 'RAK11300', value: 'RAK11300'} {label: 'RAK11200', value: 'RAK11200'} ]}> @@ -61,45 +60,6 @@ US Distributor - Purchase link: [Rokland - US915 Mhz](https://store.rokland.com/ -### RAK11300 - -The RAK11310 module is based on the Raspberry Pi RP2040 MCU chip and part of the WisBlock Core series. Even though this module has no WiFi on board, you can easily add it with the WisBlock Communication module RAK2305. - -- [RAK11300](https://store.rakwireless.com/products/rak11310-wisblock-lpwan-module?variant=40830755471558) - - **MCU** - - Raspberry Pi RP2040 - - Bluetooth BLE 5.0 - - **Meshtastic Firmware** - - [`firmware-rak11310-2.X.X.xxxxxxx.uf2`](/downloads) - - **LoRa transceiver** - - SX1262 - - **Frequency Options** - - 433 MHz - - 470 MHz - - 799 MHz - - 865 MHz - - 868 MHz - - 915 MHz - - 920 MHz - - 923 MHz - - **Connectors** - - U.FL antenna - -Further information on the RAK11300 can be found on the [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK11310/Overview/). - - -RAK11300 Core Module - - - - - - - ### RAK11200 / RAK13300 :::caution Note From 704e1647c71008611ef611972b86d1d0fe565a62 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 17:48:18 -0400 Subject: [PATCH 5/9] Crichton requested edits --- docs/getting-started/index.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index c5e27920..13729dbc 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -29,20 +29,21 @@ The ESP32 chip is older and consumes more power than the nRF52 chip, but is equi - Nano G1 - Station G1 - Heltec V3 and Wireless Stick Lite V3 +- RAK11200 Core module for RAK WisBlock modular boards ### nRF52 The nRF52 chip is much more power efficient than the ESP32 chip and easier to update, but is only equipped with Bluetooth. Supported nRF52 devices include: -- RAK WisBlock modular boards - Various "Cores" from this modular system +- RAK4631 Core module for RAK WisBlock modular boards - LILYGO® TTGO T-Echo ### RP2040 The RP2040 is a dual-core ARM chip developed by Raspberry Pi. Supported RP2040 devices include: - - Raspberry Pi Pico - - RAK WisBlock modular boards - RAK11300 RP2040 SX1262 Core Module + - Raspberry Pi Pico + Waveshare LoRa Hat + - RAK11300 Core module for RAK WisBlock modular boards :::info From f51c36baeecb49f1850cbf643a66d656b78719fc Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 17:58:27 -0400 Subject: [PATCH 6/9] Added Waveshare info --- docs/hardware/devices/raspberry-pi/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hardware/devices/raspberry-pi/index.mdx b/docs/hardware/devices/raspberry-pi/index.mdx index 5a7cd559..e39e4c5a 100644 --- a/docs/hardware/devices/raspberry-pi/index.mdx +++ b/docs/hardware/devices/raspberry-pi/index.mdx @@ -14,4 +14,8 @@ The Raspberry Pi Pico series is a range of tiny, fast, and versatile boards buil [Offical website for the Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), including official reseller links. +:::info +Please be aware that the Raspberry Pi Pico must be used in combination with a the [Waveshare LoRa hat](https://www.waveshare.com/sx1262-868m-lora-hat.htm?sku=16807), which provides the necessary SX1262 LoRa radio. Please ensure to select the correct frequency for your region. +::: + From b6d780055f1298a64e649edc13a26326b4ef2b49 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 18:02:10 -0400 Subject: [PATCH 7/9] position change --- docs/hardware/devices/raspberry-pi/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/raspberry-pi/index.mdx b/docs/hardware/devices/raspberry-pi/index.mdx index e39e4c5a..07a19b56 100644 --- a/docs/hardware/devices/raspberry-pi/index.mdx +++ b/docs/hardware/devices/raspberry-pi/index.mdx @@ -2,7 +2,7 @@ id: raspberry-pi title: Raspberry Pi Pico sidebar_label: Raspberry Pi Pico -sidebar_position: 1 +sidebar_position: 9 --- import Tabs from "@theme/Tabs"; From 5902cb82a9b7d7addb26cc168778959c2162627c Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 18:04:17 -0400 Subject: [PATCH 8/9] typo --- docs/hardware/devices/raspberry-pi/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/raspberry-pi/index.mdx b/docs/hardware/devices/raspberry-pi/index.mdx index 07a19b56..b0c4e343 100644 --- a/docs/hardware/devices/raspberry-pi/index.mdx +++ b/docs/hardware/devices/raspberry-pi/index.mdx @@ -15,7 +15,7 @@ The Raspberry Pi Pico series is a range of tiny, fast, and versatile boards buil [Offical website for the Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), including official reseller links. :::info -Please be aware that the Raspberry Pi Pico must be used in combination with a the [Waveshare LoRa hat](https://www.waveshare.com/sx1262-868m-lora-hat.htm?sku=16807), which provides the necessary SX1262 LoRa radio. Please ensure to select the correct frequency for your region. +Please be aware that the Raspberry Pi Pico must be used in combination with a [Waveshare LoRa hat](https://www.waveshare.com/sx1262-868m-lora-hat.htm?sku=16807), which provides the necessary SX1262 LoRa radio. Please ensure to select the correct frequency for your region. ::: From 4964b193aea6e7a788a0886086364370b1d03749 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 18:11:32 -0400 Subject: [PATCH 9/9] number change --- docs/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 13729dbc..53f6bd83 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -43,7 +43,7 @@ The nRF52 chip is much more power efficient than the ESP32 chip and easier to up The RP2040 is a dual-core ARM chip developed by Raspberry Pi. Supported RP2040 devices include: - Raspberry Pi Pico + Waveshare LoRa Hat - - RAK11300 Core module for RAK WisBlock modular boards + - RAK11310 Core module for RAK WisBlock modular boards :::info