You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing meshtastic firmware is excellent for devices used by people, bluetooth, web, serial, etc. But I often find myself wanting to send out simple update messages on arduino.
For example, lets say I have a soil moisture probe (or any random sensor that isn't supported natively) that I use to collect data in my garden that I want sent to my base station over meshtastic. I need the sensor setup to be ultra low power because I intend to have the solar cell charge up a super capacitor until I have enough juice to send just one message, and then shut off. One solution would be to connect the sensor to an arduino, have the arduino send sensor updates over serial to a meshtastic device, which then sends it over the air. However, this is a very complicated setup for what should be a simple task, and too power intensive for a battery-less device.
Ideally I would like a simple arduino device connected to a lora module with a meshtastic library on it that I can use to send simple messages.
eg:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The existing meshtastic firmware is excellent for devices used by people, bluetooth, web, serial, etc. But I often find myself wanting to send out simple update messages on arduino.
For example, lets say I have a soil moisture probe (or any random sensor that isn't supported natively) that I use to collect data in my garden that I want sent to my base station over meshtastic. I need the sensor setup to be ultra low power because I intend to have the solar cell charge up a super capacitor until I have enough juice to send just one message, and then shut off. One solution would be to connect the sensor to an arduino, have the arduino send sensor updates over serial to a meshtastic device, which then sends it over the air. However, this is a very complicated setup for what should be a simple task, and too power intensive for a battery-less device.
Ideally I would like a simple arduino device connected to a lora module with a meshtastic library on it that I can use to send simple messages.
eg:
Beta Was this translation helpful? Give feedback.
All reactions