-
Adding a battery gauge
11/19/2020 at 00:10 • 0 commentsAdding a LC709203FQ1 battery gauge. Code to follow.
-
Version 0.5
09/18/2020 at 03:33 • 0 commentsThis version works well enough, but turns on the LEDs for every sample. My typical use case is measuring light sources so I want to be able to request samples that do not enable the onboard LED sources.
-
Managing power use
08/30/2020 at 05:05 • 0 commentsWhile I wait for the battery to charge - I'm thinking about how to make it last a bit longer. To keep my end simple, I used a Adafruit PowerBoost board. This also allows low battery detection and shutoff ( Not yet wired or coded ). I can see the typical consumption runs about 50 milliamps without sleeping - but that doubles on a sample send.
Feature ideas:
1. Add sleep mode while awaiting a GET.
2. Add low-batt detection and shutdown.
3. Add charging circuit.