I’m making a battery powered LED lantern driven from a microcontroller such as the ESP32 https://www.sparkfun.com/products/15663 or ESP32-S2 https://www.adafruit.com/product/4769
I’m trying to determine the brightest LED it can support for a minimum of 2hrs on a LiION battery, perhaps betw 2200 - 4400mAH; such as a single or multicell version of this battery: https://www.sparkfun.com/products/13189 or this one https://www.adafruit.com/product/1781
For the LED’s I’m comparing:
3W RGB LED: https://www.sparkfun.com/products/15200
vs
16pixel Neopixel Ring: https://www.sparkfun.com/products/12664
vs
24pixel Neopixel Ring: https://www.sparkfun.com/products/12665
Primary Question:
How do the Brightness and Power Usage of these LEDs compare?
Usage questions:
I believe the Neopixels should be relatively plug & play like an LED strip, just add a 300 Ohm resistor & aybe capacitor.
But for the 3W, in addition to adding an extra heat sync, is it also necessary to have a boost or buck converter like this to drive it?: https://www.sparkfun.com/products/13716
Any advice here would be greatly appreciated, thanks!