From d6fb68ef55e0e0e6fdbf06f17c5aa1d65270a296 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 30 Jul 2023 12:37:38 -0400 Subject: [PATCH] Edits --- docs/getting-started/index.mdx | 2 +- docs/hardware/devices/raspberry-pi/index.mdx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index 53f6bd83..388034df 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -42,7 +42,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 + - Raspberry Pi Pico + Waveshare LoRa Hat (Note: **Wi-Fi of the Pico W is not yet supported**) - RAK11310 Core module for RAK WisBlock modular boards :::info diff --git a/docs/hardware/devices/raspberry-pi/index.mdx b/docs/hardware/devices/raspberry-pi/index.mdx index b0c4e343..509be8b6 100644 --- a/docs/hardware/devices/raspberry-pi/index.mdx +++ b/docs/hardware/devices/raspberry-pi/index.mdx @@ -15,7 +15,10 @@ 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 [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. +Important items to note for the Pico: +1) This board is NOT Bluetooth capable! +2) **Meshtastic does NOT yet support the WiFi function of the Pico W.** +3) 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. :::