Replies: 1 comment 1 reply
-
If your sensor logic could trigger a GPIO pin directly then your nodes could sleep all the time (even deep sleep) and wake only up by GPIO (or other time based events e.g. if you want to transfer the battery status every 6h). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Shape of the existing network
I have a Lora network of sensors. Underlying it is Radiolib (which I believe meshtastic also uses).
The network topo is a single master and N widely distributed slaves which do the sensing.
Change
I am considering changing the underlying lora comms to use meshtastic instead of my own simple direct comms because:
Advice
If anyone thinks this is a good idea, then please comment with advice:
Any other things people can think of about how to do this, whether its a good idea or not.
Beta Was this translation helpful? Give feedback.
All reactions