@cdp1337@social.bitsnbytes.dev
Post #4339655
2026-05-06 18:46 UTC
@scrivy@hachyderm.io The radio was running Meshtastic which could handle environmental sensors. Meshcore on the other hand does NOT support them for most devices, so I needed something separate to handle them. The Pi will be listening on the mesh, probably on the 'weather' channel, and will reply to people asking for the temperature. It will also provide weather metrics on the local network. If I can get it to interface an MQTT even better, but I don't have anything which uses that protocol, so I'm undecided on that currently.
It may be nice to bridge remote Mesh nodes which the pi will also handle, but one thing at a time.
Replies (1)
-
@scrivy@hachyderm.io 2026-05-06 19:17
@cdp1337@social.bitsnbytes.dev meshcore does support the BME280. I have the SHTC3. https://github.com/meshcore-dev/MeshCore/blob/1a7b3614a8439894714a58af55ab7f501e6bb928/src/helpers/sensors/EnvironmentSensorManager.h#L12