I have a Notecarrier A with a NOTE-WBNA-500 in a Voltaicsystems 0.3 Watt 3.3 Volt Solar Power System
Everything was working great until we had a few days of rain with no sun.
After the power drain, the device did not start up after the Li-Ion-Capacitor became fully charged from the Solar Panel.
This is unexpected behavior. That is, I would expect the device to begin syncing with Notehub once the Li-Ion-Capacitor became charged.
What do you think is going on here?
Details
Look at the data from
“created_at”: “2024-09-23T10:58:33.227206Z”, to “created_at”: “2024-09-30T18:36:49.395023Z” at this link where I’m capturing data at my REST API
The summary is this:
- the device reported as expected until the voltage dropped to 2.953125 on 23-Sept
body: {'humidity':71.625,'pressure':98716.96,'status':'heartbeat','temperature':18.65625,'time':1727070826,'voltage':2.953125}
*After waiting to see if it would sync after being charged by the solar (which didn’t happen) I next brought it in the house, today 30-Sept. I first measured the voltage of the Lithium Ion Capacitor to be 3.7. Then I plugged it into my PC, and it then began to sync with Notehub.
Here were the first messages, in order as it began to sync today, 30-Sept
{
"text": "restarted because insufficient battery current available for power-on (360 min safety delay completed)",
"voltage": 2.9277344
}
{
"text": "USB power ON {usb-enabled}",
"voltage": 4.8046875
}
{
"text": "boot (brown-out & hard reset [16868] [2.0] [M:POWER] G:Gp M:Mps U:W0 R:Rp:W~ S:Sp:ISD T:W~ I:W~)",
"voltage": 4.7148438
}
What is the solution here, so that I can deploy this to the field and expect it to start syncing after a power drain?