this post was submitted on 14 Sep 2025
21 points (100.0% liked)

Meshtastic

1164 readers
24 users here now

A community to discuss Meshtastic (https://meshtastic.org/docs/introduction)

founded 2 years ago
MODERATORS
 

scenario: In the future, it is possible to update your node on your 200-foot tower by simply sending the firmware file directly to the node with a zero hop direct connection

I know short fast can get about 10kbps (1KB/s) across the link, but thats just too slow to send a 1.5MB firmware update. I know that short turbo is illegal in some places, and I believe it's because it's using a bandwidth of 500KHz instead of the 250KHz of short fast.

So if you turn the error correction way down to almost off what is about the maximum bandwidth you could hope to possibly get out of the LoRa connection at 250KHz?

Even if you could pull off 125kbps (12.5KB/s) that would only require two minutes to send the firmware file from your node to the receiving node up on the tower.

you are viewing a single comment's thread
view the rest of the comments

The node would also have to have some storage space on board to store the new firmware file.

A question I have: Would it be possible to diff the old and new firmware binaries, and only transmit and install the difference?