From e697a55a9f96f6967eb3e8b8522acf3cba8b0787 Mon Sep 17 00:00:00 2001 From: Scott Leonard Date: Wed, 21 Jan 2026 05:14:52 +0000 Subject: [PATCH] Update 24.10.5-untethering_liberty/Meshtastic/README.md --- .../Meshtastic/README.md | 57 ++----------------- 1 file changed, 5 insertions(+), 52 deletions(-) diff --git a/24.10.5-untethering_liberty/Meshtastic/README.md b/24.10.5-untethering_liberty/Meshtastic/README.md index 9a89d7f..2b12a9d 100644 --- a/24.10.5-untethering_liberty/Meshtastic/README.md +++ b/24.10.5-untethering_liberty/Meshtastic/README.md @@ -1,80 +1,33 @@ -## 1\. Firmware Update - -```bash +Firmware Update adafruit-nrfutil --verbose dfu serial --package firmware-rak4631-2.7.15.567b8ea-ota.zip --port /dev/ttyACM0 -b 115200 --singlebank --touch 1200 - - -## 2\. Software Update - -```bash +Software Update TMPDIR=/overlay/tmp/pip-tmp pip3 install meshtastic - python3 -m meshtastic --port /dev/ttyACM0 --info - - -## 3\. Config - -```bash +Config meshtastic --set device.role CLIENT - meshtastic --set lora.region US - meshtastic --set lora.ok\_to\_mqtt true - meshtastic --set-owner "Michael Torrez" --set-owner-short "CUN7" - - - meshtastic --set device.serial\_proto PROTO - meshtastic --set device.serial\_disabled false - - - meshtastic --ch-index 0 --ch-set uplink\_enabled true - - - meshtastic --set position.gps\_force\_update true - meshtastic --set telemetry.device\_update\_now true - - - meshtastic --set mqtt.enabled true - meshtastic --set mqtt.proxy\_to\_client\_enabled true - meshtastic --set mqtt.json\_enabled true - meshtastic --set mqtt.map\_report\_settings.publish\_interval\_secs 300 - - - meshtastic --set telemetry.device\_update\_interval 300 - meshtastic --set neighbor\_info.transmit\_over\_lora true - - - meshtastic --set external\_notification.enabled false - - - meshtastic --get lora.ok\_to\_mqtt - meshtastic --ch-index 0 --ch-get uplink\_enabled +Test - -## 4\. Test - -```bash - -python3 /usr/bin/uplink.py - +python3 /usr/bin/uplink.py \ No newline at end of file