Files
GL-XE300/24.10.5-untethering_liberty/Meshtastic/README.md

1.2 KiB

Firmware Update

adafruit-nrfutil --verbose dfu serial --package firmware-rak4631-2.7.15.567b8ea-ota.zip --port /dev/ttyACM0 -b 115200 --singlebank --touch 1200

Software Update

TMPDIR=/overlay/tmp/pip-tmp pip3 install meshtastic python3 -m meshtastic --port /dev/ttyACM0 --info

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

python3 /usr/bin/uplink.py