-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for battery reporting #enhancement #995
Comments
I think there is already a branch with this. It should not be conplicated. Examples for boards? |
Many clones available. Edit, hmm links dont seem to be working and go back into github - cut and paste ;( https://www.amazon.co.uk/dp/B07MPB2LRT?psc=1&ref=ppx_yo2ov_dt_b_product_details |
The problem is the sensor with WiFi wll consum quite a lot anyway. Maybe the occasion to use the code for ESP32. Anyway where did you send the A0 value which show the level of the battery ? |
One of the WLED Usermods for battery works on this device and gave me the idea - possible make a completely wireless AQI monitor - I will also experiment with a solar charger. A0 is connected via a 10K resistor to the big +ve pad at the end of the battery. https://github.com/Aircoookie/WLED/tree/main/usermods/Battery |
Solar would be a good solution. |
I have all the Solar gear ready to go - I will probably do some trials of trying to record the battery usage manually while the software is being enhanced. |
Is it possible to include code for rechargeable battery support?
There are ESP8266 devices that a built-in LiPo battery carrier.
Usually A0 is used to read the voltage.
The text was updated successfully, but these errors were encountered: