Add build for T1000-E as sensor - #16
Conversation
Signed-off-by: Daniel Ekman <knegge@gmail.com>
|
I'm sorry I didn't see this PR as Github has not notified me. BTW, I added code to enable PowerSaving for sensors too. Hope, you can contribute next time. |
|
BTW, the default GPS in sensor will sync only once a day like in repeater. You can change here if you want https://github.com/IoTThinks/MeshCore/blob/PowerSaving-v17/examples/simple_sensor/main.cpp#L120 We should make it configurable in CLI for sensor and repeater. |
|
Hi, Agree that it should be controllable over cli/remote. I think once per day is good for repeaters, but maybe not so good for something that you want to track. Regarding the periodic mode, it doesn't seem to get the command or I have done something wrong, tried: The GPIO stuff also seems to power down the gps module completely causing it to take something like 30s to find position. I think some of the pins could remain enabled, like letting it do the RTC mode |
|
Serial commands to on off GPS using warm start do not work for me. At least for L76K GPS. So I have to on / off the GPS module. You may explore more and I would be very happy if serial commands to enter warm start for quicker on / off. |

I'm experimenting a bit with the gps powersaving mode to get a useful tracking device that doesn't drain the battery so fast.