Hi, this is Riva Gulassa, I’m with the Whalefall project.
We’re trying to turn on a strip of LEDs only for one specific hour every night. The LED strip draws 1.6A of current at 12VDC (~20W), however I’ve been able to get it to still produce adequate light at 8VDC drawing 0.6A (~5W) so Bristlemouth could handle it. I realize this is right on the edge of what it could provide before needing to recharge the next day, I’m hoping with the sunny weather we should be able to just barely sustain the lights or have slow diminishing returns…
Anyway I’ve been attempting to use the Spotter/dev kit like a power supply, essentially just tapping into the 12VDC Vout from the dev kit. I have a voltage regulator to drop it down to 8V, and a mechanical timer to activate the 1hr/day LED window. With this config, the 12V needs to be supplied continuously at Vout even if the timer/LEDs aren’t drawing it.
I could use some help with the following:
- First is there a better way to approach this or do you have any suggestions? Has anything been done like this before?
- Based on some threads I saw I’m putting these into the command line to enable the Vbus and what I think might be Vout but I’m getting 24V output not 12V for some reason? I thought 12V was the default output?
gpio clr vbus_bf_en
gpio clr bf_pl_buck_en - To flash a very simple code to enable this in the field, can I use Bristlefin for example bristlefin.enableVbus() and bristlefin.enableVout() to get the 12V to be supplied continuously from Vout? Are there failsafes or different modes that would prevent continuous power output?
Thanks in advance!
-Riva
[edit to tag @VincentSmith ]
(PS hi @estackpole!)