- Thu Oct 01, 2015 2:09 pm
#30284
Hi, I haven't used this myself but have seen various posts that have. So a reserved yes.
Dependant on what you are using as a serial to ttl device you may not even need to go that far.
ESP Tx -> ??? Rx generaly works as 3.3V is high enough to be a logic one to a 5V powered system.
ESP Rx -> ??? Tx can be dropped using 3 x 1K resistors (voltage divider).
Code: Select allConnect the 3 resistors in series.
Connect one end to both the ESP GND & your ??? device GND.
Connect the Tx of your ??? device to the other end of the resistors.
Connect the Rx of the ESP to the joint between the resistor one away from Tx and two away from GND.
Tx - resistor - Rx - resistor - resistor - GND + GND
I used this for quite some time and 1k resistors work fine up to 115k baud.
If you have a CH340 like me
this mod works a treat and is all you need.