From 85d2cd8d2ae76454befe55281410413d4849652e Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Mon, 31 Jul 2023 13:28:19 -0700 Subject: [PATCH] design changes for consistency --- docs/hardware/devices/raspberry-pi/index.mdx | 44 +++++++++++++++----- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/docs/hardware/devices/raspberry-pi/index.mdx b/docs/hardware/devices/raspberry-pi/index.mdx index ae19275c..96fcb50c 100644 --- a/docs/hardware/devices/raspberry-pi/index.mdx +++ b/docs/hardware/devices/raspberry-pi/index.mdx @@ -11,18 +11,40 @@ 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. - -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. - -:::caution Notice -**Meshtastic does NOT yet support the WiFi or Bluetooth functions of the Pico W.** -::: - :::info -Important item to note for the Pico: -The non-W versions of this board are NOT Bluetooth capable. + +Only the Pico W has WiFi/BLE capabilities. However, Meshtastic does not currently support the Pico W's WiFi/BLE ::: +### Pico + + - **MCU:** + - Raspberry Pi RP2040 + - Dual M0+ Core + - 133MHz CPU Clock + - **Connectors (On Pico):** + - Micro-USB on Pico + +:::note + +Please be aware that the Raspberry Pi Pico must be used in combination with a [Waveshare LoRa Module](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. + +::: + + - **LoRa Transceiver (On LoRa Module):** + - SX1262 + - **Frequency Options:** + - 410 - 525 MHz + - 863 - 870 MHz + - 902 - 930 MHz + - **Connectors (On LoRa Module):** + - U.FL/IPEX antenna connector for LoRa + - 1.25mm 2-Pin JST for battery + +### Pico Resources + +- Firmware file:`firmware-pico-X.X.X.xxxxxxx.uf2` +- [Offical Website for the Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), including official reseller links. + +