mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-14 17:44:37 -08:00
fcc74c59ce
* hide the mess! (#3) * initial changes to folder structure * redirect tests * fix links * fix links and redirects * fix link and remove redirects for now * fixing more broken links * updates * more broken links * trunk fmt * really forked something up * another broken link * really forked something up * fixing links again * LINKS FINALLY FIXED, added missing seeed devices * stupid vs code * I really hate vs code * honestly, I despise vs code * I want to kick vs code * All this extra work for what * spacing * I really want to curse vs code * spacing * spacing * Renamed folder * had to go nuclear to fix * trunk fmt * add heltec vision master series * fixing links * test redirect * need to rename heltec folder to allow for redirects * needed to change raspberry-pi to raspberrypi * oops fix links * add chatter to index * redirects -- I think this is comprehensive * pesky comma * no * remove images * smaller images * indents and white spaces * remove weird {" "} * remove large photo * add smaller image, use image that wasn't being used
54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
---
|
|
id: raspberry-pi-pico
|
|
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.
|
|
|
|
:::info
|
|
|
|
Only the Pico W has WiFi/BLE capabilities. Meshtastic supports WiFi on the Pico W (although no web server and HTTP API), but does not currently support BLE.
|
|
:::
|
|
|
|
## Specifications
|
|
|
|
- **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/product/raspberry-pi/boards-kits/raspberry-pi-pico-cat/pico-lora-sx1262-868m.htm), 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
|
|
|
|
:::note
|
|
|
|
LoRa transmissions may interfere with the USB connection. It is recommended to place the antenna as far away from the USB port as possible.
|
|
|
|
:::
|
|
|
|
### Resources
|
|
|
|
- Firmware file:`firmware-pico-X.X.X.xxxxxxx.uf2`
|
|
- for Pico W use: `firmware-picow-X.X.X.xxxxxxx.uf2`
|
|
- [Offical Website for the Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), including official reseller links.
|