Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By RedStar
#54536 Take caution with input voltage!

I have a NodeMCU development board (ESP12E) with an CP2102 USB to serial TTL and voltage regulator that only accepts input voltage between 4v and 5.25v. Take a look to its data sheet:
https://www.silabs.com/Support%20Documents/TechnicalDocs/CP2102-9.pdf

In that case you will need a zener diode (for simplicity) to step down from 9v to 4.7v or (best) 5.1v. Remember that voltage difference are consumed by the limiting resistor, so it's best to choose 5,1v zener over 4,7v one:
http://www.electronics-tutorials.ws/diode/diode_7.html

Good luck :)