lloydrichards/mimirOpen

NPN Switch on NeoPixels

Closed this issue · 1 comments

Managed to mix up some NPN transistors for the PNP ones I need 😢 Will need to get the right part to test if the switch works correctly, but for now, I've bridged the connection with a 0-ohm resistor and got the examples working correctly.

I think I've got a working hack for the battery monitor. Have cut the Pin12 line and bridged the pinout for 12 and 34. Needed to change the code a bit so it actually gets the right voltage

volt = (read * 3.3 / 4096) * 1.115

Have set it up to take readings and see I can see a decrease in the battery over time. If successful, will hack the other versions I have and update the schematics for V2.2

IMG_20200919_151218