Update 24.10.5-untethering_liberty/Meshtastic/README.md
This commit is contained in:
@@ -1,80 +1,33 @@
|
|||||||
## 1\. Firmware Update
|
Firmware Update
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
adafruit-nrfutil --verbose dfu serial --package firmware-rak4631-2.7.15.567b8ea-ota.zip --port /dev/ttyACM0 -b 115200 --singlebank --touch 1200
|
adafruit-nrfutil --verbose dfu serial --package firmware-rak4631-2.7.15.567b8ea-ota.zip --port /dev/ttyACM0 -b 115200 --singlebank --touch 1200
|
||||||
|
|
||||||
|
Software Update
|
||||||
|
|
||||||
## 2\. Software Update
|
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
TMPDIR=/overlay/tmp/pip-tmp pip3 install meshtastic
|
TMPDIR=/overlay/tmp/pip-tmp pip3 install meshtastic
|
||||||
|
|
||||||
python3 -m meshtastic --port /dev/ttyACM0 --info
|
python3 -m meshtastic --port /dev/ttyACM0 --info
|
||||||
|
|
||||||
|
Config
|
||||||
|
|
||||||
## 3\. Config
|
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
meshtastic --set device.role CLIENT
|
meshtastic --set device.role CLIENT
|
||||||
|
|
||||||
meshtastic --set lora.region US
|
meshtastic --set lora.region US
|
||||||
|
|
||||||
meshtastic --set lora.ok\_to\_mqtt true
|
meshtastic --set lora.ok\_to\_mqtt true
|
||||||
|
|
||||||
meshtastic --set-owner "Michael Torrez" --set-owner-short "CUN7"
|
meshtastic --set-owner "Michael Torrez" --set-owner-short "CUN7"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meshtastic --set device.serial\_proto PROTO
|
meshtastic --set device.serial\_proto PROTO
|
||||||
|
|
||||||
meshtastic --set device.serial\_disabled false
|
meshtastic --set device.serial\_disabled false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meshtastic --ch-index 0 --ch-set uplink\_enabled true
|
meshtastic --ch-index 0 --ch-set uplink\_enabled true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meshtastic --set position.gps\_force\_update true
|
meshtastic --set position.gps\_force\_update true
|
||||||
|
|
||||||
meshtastic --set telemetry.device\_update\_now true
|
meshtastic --set telemetry.device\_update\_now true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meshtastic --set mqtt.enabled true
|
meshtastic --set mqtt.enabled true
|
||||||
|
|
||||||
meshtastic --set mqtt.proxy\_to\_client\_enabled true
|
meshtastic --set mqtt.proxy\_to\_client\_enabled true
|
||||||
|
|
||||||
meshtastic --set mqtt.json\_enabled true
|
meshtastic --set mqtt.json\_enabled true
|
||||||
|
|
||||||
meshtastic --set mqtt.map\_report\_settings.publish\_interval\_secs 300
|
meshtastic --set mqtt.map\_report\_settings.publish\_interval\_secs 300
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meshtastic --set telemetry.device\_update\_interval 300
|
meshtastic --set telemetry.device\_update\_interval 300
|
||||||
|
|
||||||
meshtastic --set neighbor\_info.transmit\_over\_lora true
|
meshtastic --set neighbor\_info.transmit\_over\_lora true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meshtastic --set external\_notification.enabled false
|
meshtastic --set external\_notification.enabled false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meshtastic --get lora.ok\_to\_mqtt
|
meshtastic --get lora.ok\_to\_mqtt
|
||||||
|
|
||||||
meshtastic --ch-index 0 --ch-get uplink\_enabled
|
meshtastic --ch-index 0 --ch-get uplink\_enabled
|
||||||
|
|
||||||
|
Test
|
||||||
|
|
||||||
|
python3 /usr/bin/uplink.py
|
||||||
## 4\. Test
|
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
python3 /usr/bin/uplink.py
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user