mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Adding a 50 byte warning the SX1262
This commit is contained in:
parent
930c52eaec
commit
ee80bdbd30
|
@ -23,7 +23,8 @@ Before proceeding with the setup, ensure the device meets the following requirem
|
||||||
### Hardware Compatibility
|
### Hardware Compatibility
|
||||||
|
|
||||||
:::caution Warning
|
:::caution Warning
|
||||||
UART HATs and SX1302/SX1303 chip-based HATs are not supported. Only hats that use a SPI radio can work with Meshtastic.
|
- UART HATs and SX1302/SX1303 chip-based HATs are not supported. Only hats that use a SPI radio can work with Meshtastic.
|
||||||
|
- Waveshare SX1262 LoRaWAN Node Module Expansion Board for Raspberry Pi has partial support in Meshtastic. While it can receive messages and monitor the mesh network, sending messages is currently limited to a maximum of 50 bytes(characters) due to hardware constraints. Please note that the user interface does not enforce this limit, so users should be mindful of it when composing messages.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
- Tested radios include the Waveshare SX126X (SPI version), Adafruit RFM9x, and Elecrow Lora RFM95 IOT.
|
- Tested radios include the Waveshare SX126X (SPI version), Adafruit RFM9x, and Elecrow Lora RFM95 IOT.
|
||||||
|
|
Loading…
Reference in a new issue