Post #3034610
2026-05-08 19:19 UTC
@cdp1337@social.bitsnbytes.dev Nice! That's exactly what I need to remotely monitor my distant garden.
How does your raspberry communicate with the mesh?
What software components did you use to get the device to respond to your "!xxx" promts?
Replies (1)
-
@cdp1337@social.bitsnbytes.dev 2026-05-09 02:40
@rockhhock@zug.network https://bitsnbytes.dev/posts/2026-05/pi-mesh-weather-sensor.html Full technical doc of how this system works. The pi communicates with the Mesh network via any LoRA radio, in my case a Heltec V3 connected via USB. The software is published on my Github and will be licensed under AGPLv3, (I need to slap that license onto it). It's just a Python service which subscribes to the mesh network and waits for events. https://github.com/BitsNBytes25/Raspberry-Pi-Mesh-Weather The responses are currently just in English and the responses can probably be better tuned by someone who understands weather better than I do, but it at least returns the raw values if nothing else.