Notes on Meshtastic Device Set-up
Read-me clean up coming soon
This commit is contained in:
@@ -34,8 +34,25 @@ This SIM was selected for its plug-and-play compatibility with OpenWRT and `uqmi
|
|||||||
|
|
||||||
Assumes WAN port has internet access during the first run so the required packages can be installed.
|
Assumes WAN port has internet access during the first run so the required packages can be installed.
|
||||||
|
|
||||||
Install required packages:
|
Meshtastic Notes:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
opkg update && opkg install uqmi ip-full iputils-ping uci
|
meshtastic --port /dev/ttyACM0 \
|
||||||
|
--set lora.region US \
|
||||||
|
--set lora.use_preset true \
|
||||||
|
--set lora.modem_preset LONG_FAST \
|
||||||
|
--set lora.tx_power 0 \
|
||||||
|
--set lora.sx126x_rx_boosted_gain true \
|
||||||
|
--set lora.config_ok_to_mqtt true \
|
||||||
|
--set mqtt.map_reporting_enabled true \
|
||||||
|
--set mqtt.map_report_settings.should_report_location true \
|
||||||
|
--set telemetry.device_update_interval 1800 \
|
||||||
|
--set telemetry.send_node_status true \
|
||||||
|
--set device.node_info_broadcast_secs 10800 \
|
||||||
|
--set position.gps_enabled true \
|
||||||
|
--set position.fixed_position false \
|
||||||
|
--set position.gps_update_interval 120 \
|
||||||
|
--set serial.enabled true \
|
||||||
|
--set serial.mode PROTO \
|
||||||
|
--pos-fields ALTITUDE ALTITUDE_MSL DOP SATINVIEW HEADING SPEED
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user