Hi, In previous thread I was figuring out why my leds wouldn't light up or act weird and saw that my esp8266 controller does not like the power I was providing to it (~5.2V). Then I started looking into a way to drop voltage by a bit to keep it under 5V.
Yesterday I saw some advice on internet to use diode to drop voltage by 0.7. So to this schematics:
I added 1N4004 diode(and later when it worked not as expected, I also added a pull up resistor(because I saw in some example on internet, but I think I misunderstood that example)
I am missing some knowledge of how diode/electricity works, cause the result I got was:
When I added only diode:
Controller was powered with 4.8V, but LED strip was having 1.3V.
When I additionally added 22ohm pullup resistor, led stripe voltage increased to 1.7 and controller voltage dropped to around 4.3V.
Am I doing something crazy here? Would that change things if I'd use schottky diode instead?
Should the schematics be revired in some other way?
Any other approach you could recommend?
given that I'd like to stick with this power supply and voltage dividers I saw usually require higher input voltage
Thanks