-->
Page 1 of 2

Big help with ESP8266 and Arduino Nano

PostPosted: Sun May 17, 2015 6:29 pm
by MinerCircuit
Hi there guys

Im new in this forum and I really would like to ask for your big help,
I need to do a project for school with Arduino nano so I adquited an ESP8266, I have been following various tutorials and heres my esp8266 with arduino nano using an external power supply for the ESP8266
Image
Okay now after that everything is setup up I connected
CH_PD to 3.3v
RST pin to 3.3v
Ground pin to Ground (LOL)
RX pin to D11 in Arduino
TX pin to D10 in Arduino and
VCC to 3.3v


Okay so now I put the baud rate 115200 I made a little program in arduino just to read data and I started using RealTerm program to send data but heres the problema i can "Sent" AT commands but none of them seem to work I always get differnte weird charcters out put

Example the reset command always writes a difernt text , reuady or ready or Rea^y
Image



Also if i Want to list the current Access Point I always get error

Image

And also different characters everyime I execute it



I dont know if its about a Firmware version checking but reposnse some really rare numbers
Image
I really really need help guys I need to finish my project of getting the HTML of an HTTP request

Thanks ^_^

Re: Big help with ESP8266 and Arduino Nano

PostPosted: Mon May 18, 2015 9:16 am
by martinayotte
Beware that AT+CWLAP is giving error if your are not in STA or SoftAP mode, so,you need to do a AT+CWMODE=1 or AT+CWMODE=3 before any AT+CWLAP commands.

Re: Big help with ESP8266 and Arduino Nano

PostPosted: Mon May 18, 2015 10:01 am
by MinerCircuit
Hi there. Thanks a lot for your reply,
But. Is it normal that all those characters appear when I do a command ?

Re: Big help with ESP8266 and Arduino Nano

PostPosted: Mon May 18, 2015 11:44 am
by martinayotte
Do you means the control characters such as CR or LF ? I'm not familiar with RealTerm, there is probably an option to hide them.