mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -08:00
Merge branch 'master' of https://github.com/rcarteraz/meshtastic
This commit is contained in:
commit
2512b2f350
|
@ -55,6 +55,7 @@ RAK12002 RTC<br/>
|
|||
[RAK1902](./rak/peripherals?rakmodules=Sensors&sensors=RAK1902) Barometric Pressure Sensor<br/>
|
||||
[RAK1906](./rak/peripherals?rakmodules=Sensors&sensors=RAK1906) Environment Sensor<br/>
|
||||
RAK12013 Radar Sensor<br/>
|
||||
RAK13800 Ethernet Module<br/>
|
||||
|
||||
### [LILYGO® T-Beam](./tbeam/)
|
||||
Boards complete with GPS, 18650 battery holder, and optional screen.
|
||||
|
@ -136,4 +137,4 @@ Fast versatile boards using the RP2040.
|
|||
[**Pico Peripherals**](./raspberry-pi/peripherals/)<br/>
|
||||
SSD1306 OLED Display<br/>
|
||||
SH1106 OLED Display<br/>
|
||||
CardKB Keyboard<br/>
|
||||
CardKB Keyboard<br/>
|
||||
|
|
|
@ -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