Lowering energy consumption
Posted: Thu Nov 25, 2021 6:15 am
Hi there,
I currently have Freematics ONE+ Model H. I have my code compiled and uploaded into the device, which collects data when the car is running. I want to leave my Freematics in the car when the car is not running, for the convenience reasons.
Currently, I am using the ESP deep sleep to keep the power usage low, however it draws about 0.07 A (measured on 5V). Device wakes up every minute, checks if OBD connection can be initialized and goes back to deep sleep if connection failed.
Is there any better way to make the device track if the vehicle is running? Also, maybe there is a way to decrease power consumption while in "sleep mode"? Thanks.
I currently have Freematics ONE+ Model H. I have my code compiled and uploaded into the device, which collects data when the car is running. I want to leave my Freematics in the car when the car is not running, for the convenience reasons.
Currently, I am using the ESP deep sleep to keep the power usage low, however it draws about 0.07 A (measured on 5V). Device wakes up every minute, checks if OBD connection can be initialized and goes back to deep sleep if connection failed.
Is there any better way to make the device track if the vehicle is running? Also, maybe there is a way to decrease power consumption while in "sleep mode"? Thanks.