i am planning to control an addreseable rgb led strip (ws8211 ic, only three conexions 12+, gnd and data), it runs at 12v.
My plan is:
12v 3000mah battery power directly the leds.
same battery power the esp via voltage reductor. (as you can see, its for a wearable project)
feed data from esp to the leds via gpio... but that is the problem...
I read somewhere in the led strip specs, it need 70% of strip voltage to read the data line (8.4 v)
How can i step up the voltage from the gpio (3,3v i think) to at least 8-9v or even 12v so the data can flow?
I though some kind of mosfet, but i am having difficulties to find any 3.3v to 12v or so. And... will this be fast enough to control the addressable leds so i can make light patrons, etc. I am planning to use 5 meters long (15-18 feets)
My electronics knowledge is very, very limited.
Thank you