2023-07-29 13:46:26 -07:00
---
id: raspberry-pi
2023-12-12 17:42:04 -08:00
title: Raspberry Pi Pico
2023-07-29 13:46:26 -07:00
sidebar_label: Raspberry Pi Pico
2023-12-12 17:42:04 -08:00
sidebar_position: 10
2023-07-29 13:46:26 -07:00
---
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.
2023-07-31 13:28:19 -07:00
:::info
2023-07-29 13:46:26 -07:00
2023-12-12 03:50:40 -08:00
Only the Pico W has WiFi/BLE capabilities. Meshtastic supports WiFi on the Pico W, but does not currently support BLE
2023-07-31 13:28:19 -07:00
:::
2023-07-29 13:46:26 -07:00
2023-07-31 13:28:19 -07:00
### Pico
2023-12-12 17:42:04 -08:00
- **MCU:**
- Raspberry Pi RP2040
- Dual M0+ Core
- 133MHz CPU Clock
- **Connectors (On Pico):**
- Micro-USB on Pico
2023-07-31 13:28:19 -07:00
:::note
2023-07-31 14:03:39 -07:00
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.
2023-07-31 12:33:30 -07:00
2023-07-29 14:58:27 -07:00
:::
2023-12-12 17:42:04 -08:00
- **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
2023-07-31 13:28:19 -07:00
### Pico Resources
- Firmware file:`firmware-pico-X.X.X.xxxxxxx.uf2`
2023-12-12 03:50:40 -08:00
- for Pico W use: `firmware-picow-X.X.X.xxxxxxx.uf2`
2023-07-31 13:28:19 -07:00
- [Offical Website for the Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), including official reseller links.