How to connect an automaton to the meshstastic network in order to do home automation with a Wio Tracker L1 module ?
The Meshtastic project is a decentralised, open source mesh network that uses low-cost radios to enable long-distance communication without relying on traditional infrastructures.
The idea is to analyse the protocol so that the Wio Tracker L1 decodes the frames to control relays. The Wio Tracker L1 will also be able to send messages automatically at regular intervals (temperature measurements, pressure, etc.). The whole system will be built around I2C modules connected to the Tracker L1.
To carry out this project, I would start with one of my previous projects based on an Atmega32U4 or esp32C3. https://github.com/f4goh/modem-LoRa/
Secondary project : Wio Tracker as weather station
The temperature or other weather parameters could be sent as a message in a chat room to provide an alert.
Weather information could also be compatible with the APRS protocol using the CWOP program.
Comments