mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
Add note about Pico USB connection
This commit is contained in:
parent
afa739fae4
commit
034ef5ed09
|
@ -12,7 +12,7 @@ The Raspberry Pi Pico series is a range of tiny, fast, and versatile boards buil
|
|||
|
||||
:::info
|
||||
|
||||
Only the Pico W has WiFi/BLE capabilities. Meshtastic supports WiFi on the Pico W, but does not currently support BLE
|
||||
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.
|
||||
:::
|
||||
|
||||
### Pico
|
||||
|
@ -40,6 +40,12 @@ Please be aware that the Raspberry Pi Pico must be used in combination with a [W
|
|||
- 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.
|
||||
|
||||
:::
|
||||
|
||||
### Pico Resources
|
||||
|
||||
- Firmware file:`firmware-pico-X.X.X.xxxxxxx.uf2`
|
||||
|
|
Loading…
Reference in a new issue