mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 06:48:10 -08:00
Edits
This commit is contained in:
parent
5c447d3f4e
commit
d6fb68ef55
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
:::
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue