
Originally Posted by
cyclicscooby
Thankyou Memoric..
Yes, Its just the ESP, plugged into an FTDI cable, but I did have it 'bodged' into the Arduino successfully for a week (as in, bypassing the UNO and just hijacking its USB to Serial Port to code the ESP - UNO loaded with empty sketch, and code complied as ESP, NOT UNO, so UNO ignores upload)
NOTE..... You're not supposed to do this, because the ESP is 3v3 ONLY, on TxRx and the UNO 3v output isnt supposed to be powerful enuf to power the ESP.... BUT, it worked for me, for a week, until my FTDI cable and some 3v regulators arrived...
Mines on Breadboard, with flyleads..
Vcc to a 3v3 Regulator,
Gnd to Gnd (and the FDTI Gnd to same GND) - OR UNO Gnd and 3v3, if you use it that way
ESP Tx to FDTI Rx
ESP Rx to FDTI Tx
NOTE - 'IF' you connect it via an UNO, Tx goes to Tx, Rx to Rx. The UNO appears to be marked with what to 'plug in', NOT what it is..!!
Then, CH_PD, RST, and GPIO2 each get pinned to Vcc via a 3k3 pullup resistor.
GPIO 0 is left floating (plugged into nothing) if turning on to run..
If you want to code the ESP, you just plug GPIO 0 to GND, BEFORE you power up the ESP, and leave it there until you're finished..
I've found you have to be quick pressing upload (within 3-5secs) after booting up, otherwise it's be off looking for Wifi.. and you'll get
'ESPCOMM not responding'
If it does, just power off, power on, try again..
Regarding Serial out to another MCU. Thats exactly what i'm looking into now..
As soon as I find a good (easy) way, i'll get back to you...
Luv
Chrisie.. xx