mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
footnote ch341
This commit is contained in:
parent
70907371c0
commit
389ac4d11f
|
@ -12,9 +12,11 @@ This guide outlines the setup of Meshtastic on Linux-native devices, utilizing p
|
|||
Before proceeding with the setup, ensure the device meets the following requirements:
|
||||
|
||||
### Tested Devices
|
||||
- Raspberry Pi zero, zero 2 , 3,4, Pi 400, and Pi 5
|
||||
- Ubuntu 22.04 X86_64 with a CH341-SX1262 DIY dongle
|
||||
- Debian GNU/Linux trixie/sid riscv64 on Cvitek CV180X ASIC, C906 (Milk-V Duo), on the SPI bus
|
||||
- Raspberry Pi zero, zero 2 , 3,4, Pi 400, and Pi 5.
|
||||
- Ubuntu 22.04 X86_64 with a CH341-SX1262 DIY dongle.[^1]
|
||||
- Debian GNU/Linux trixie/sid riscv64 on Cvitek CV180X ASIC, C906 (Milk-V Duo), on the SPI bus.
|
||||
|
||||
[^1]: **Limited Functionality with CH341-SX1262 Device:** Please be aware that the CH341-SX1262 device is currently experiencing partial functionality issues. For reasons yet to be determined, this device struggles with sending packets larger than a few bytes.
|
||||
|
||||
### Hardware Compatibility
|
||||
- Tested radios include Waveshare SX126X, Adafruit RFM9x, and Elecrow Lora RFM95 IOT.
|
||||
|
@ -114,4 +116,4 @@ Interaction with Meshtastic can be conducted via the command line:
|
|||
|
||||
```shell
|
||||
meshtastic --host localhost ...
|
||||
```
|
||||
```
|
Loading…
Reference in a new issue