-->
Page 3 of 5

Re: Freaky response from the ESP8266 with Arduino Nano

PostPosted: Tue Jan 27, 2015 1:56 pm
by gadigr
l0ur3nz0 wrote:
gadigr wrote:
I cant seem to find the appropriate drivers for the FTDI..
i have the ftdi232 but its drivers doesnt seem to install properly

suggestions?


huuuummm

FTDI has good support. But I know there was problems with some chinese clones being blown by some update... Which OS are you using?


win 8.1

But i somehow got it to recognize the FTDI, but nothing happens when i connect the esp...

my wiring now is:
ESP - FTDI
GND - GND
VCC - 3.3V
CH_PD - 3.3V
RX - TX
TX - RX

why is it so difficult...

Re: Freaky response from the ESP8266 with Arduino Nano

PostPosted: Tue Jan 27, 2015 3:14 pm
by Yan78
your wiring is not complete.

you need to put RST, GPIO0 and GPIO2 HIGH. conect them to VCC.

Re: Freaky response from the ESP8266 with Arduino Nano

PostPosted: Tue Jan 27, 2015 4:03 pm
by l0ur3nz0
Which terminal are you using? Try termite - it works fine here.

Also you need to make sure you are using cr and nl with your terminal.

Re: Freaky response from the ESP8266 with Arduino Nano

PostPosted: Wed Jan 28, 2015 5:54 am
by gadigr
Yan78 wrote:your wiring is not complete.

you need to put RST, GPIO0 and GPIO2 HIGH. conect them to VCC.


Ok, ill try it
But from what i read connecting the gpio pins puts the board on update firmware mode, doesnt it?