Right. The #micropython #reticulum port is getting actually quite usable. With addinng direct link messaging and file transfers, we can actually:

1. Put a stand alone #nomadnet page on an esp32s3 microcontroller,
2. Connect some sensors to it and put it into a solar powered enclosure
3. Fire up the LoRa radio chip
4. Put it up somewhere on a high tree

and you can serve information pages with files (even camera pictures or sound recordings) and live sensor data over LoRa purely off grid!

@circfruit
Great ! I would like to do the same. Do you have some sort of explanations / tuto ?
@nicotentin look at the repo here. The readme should explain how to set it up. If you have questions you can ping me here or on girhub https://github.com/varna9000/micropython-reticulum
GitHub - varna9000/micropython-reticulum

Contribute to varna9000/micropython-reticulum development by creating an account on GitHub.

GitHub