# robust way to do full setup to EdgeFastLow # this assumes node is connected via USB-cable (uses serial) # you can also use TCP or BLE to run these (add --tcp [ip] or --ble to each command) meshtastic --factory-reset # boots here meshtastic --set lora.tx_enabled false # this might not do anything, check meshtastic --set bluetooth.fixed_pin 654321 meshtastic --begin-edit meshtastic --ch-index 0 --ch-set name "EdgeFastLow" meshtastic --ch-index 0 --ch-set psk 0x01 meshtastic --set lora.use_preset false meshtastic --set lora.bandwidth 62 meshtastic --set lora.spread_factor 8 meshtastic --set lora.coding_rate 8 meshtastic --set lora.channel_num 1 meshtastic --commit-edit # boots here meshtastic --set-owner 'my python node :)' meshtastic --set-owner-short "mpde" # set public position accuracy to roughly 38 meters (setting 20) meshtastic --ch-index 0 --ch-set module_settings.position_precision 20 meshtastic --set lora.region 3 meshtastic --set lora.hop_limit 7 meshtastic --reboot # glance settings from the app, check that tx is enabled (probably is)