zarino / netballs

Wireless light-up netballs
1 stars 0 forks source link

Power #1

Closed JackiePease closed 5 years ago

JackiePease commented 5 years ago

Powering the ESP32

9v battery https://docs.zerynth.com/latest/official/board.zerynth.doit_esp32/docs/index.html#power

Power to the DOIT Esp32 DevKit v1 is supplied via the on-board USB Micro B connector or directly via the “VIN” pin. The power source is selected automatically.

The device can operate on an external supply of 6 to 20 volts. If using more than 12V, the voltage regulator may overheat and damage the device. The recommended range is 7 to 12 volts.

JackiePease commented 5 years ago

Powering the SK6812 LEDs

We need 4–5 volts power supply for LEDs. Must provide maximum of 16 amps of power (200 lights per ball, white, at full brightness). (Based on online sources citing 58W per metre, or 2.4A for 30 LEDs).

zarino commented 5 years ago

John C has offered us twenty 3.7V 4000mAh Li-ion 18650 batteries.

Wholesale-UltraFire-18650-4000mah-Li-ion-battery

Despite these being 3.7V (rather than 5V) we’ve had one driving a strand test on 60 SK6812 LEDs, at full brightness, and it’s been working fine for 45 minutes and counting.

zarino commented 5 years ago

We did this with John C’s 3.7V 4000mAh Li-ion 18650 batteries.

It wasn’t perfect though (the low voltage caused random flickering) so maybe in future we’ll want to consider proper 5V alternatives. Potentially two 3.7V 18650s, in series, with a step down converter.