Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection error #3

Open
Rustam96 opened this issue Apr 8, 2016 · 6 comments
Open

Connection error #3

Rustam96 opened this issue Apr 8, 2016 · 6 comments

Comments

@Rustam96
Copy link

Rustam96 commented Apr 8, 2016

I tested the example "Station_DownloadPage"
Error Output "eODM Date"

Starting
ATE0
<No Response>
AT + RST
<NoResponse>
ATE0
<NoResponse>
ATE0
<NoResponse>
<ERROR>
AT + CWJAP = "ssid", "password"
<NoResponse>
AT + CIPSTA?
<NoResponse>
AT + CWJAP = "ssid", "password"

I tested with firmware "AT 0.22, AT 0.25"
Changed
SoftwareSerial espSerial (0, 1);
And address

con.connectTcp ( "IP", 80);
sonata.send ( "GET / HTTP / 1.0 \ r \ nHost: /test/test.php?val=1\r\n\r\n");

Devices:
ESP8266 12
Arduino Leonardo
All recommendations are complied with
Can you tell that I did not?

@uudecode
Copy link

uudecode commented Apr 8, 2016

Look's like something wrong with wiring or baud-rate settings.

@Rustam96
Copy link
Author

Rustam96 commented Apr 8, 2016

I set the speed
espSerial.begin(115200);
forgot to specify

@Rustam96
Copy link
Author

Rustam96 commented Apr 8, 2016

AT+RST
OK
ets Jan 8 2013,rst cause:4, boot mode:(3,0)
wdt reset
load 0x40100000, len 816, room 16
tail 0
chksum 0x8d
load 0x3ffe8000, len 788, room 8
tail 12
chksum 0xcf
ho 0 tail 12 room 4
load 0x3ffe8314, len 288, room 12
tail 4
chksum 0xcf
csum 0xcf
2nd boot version : 1.2
SPI Speed : 80MHz
SPI Mode : QOUT
SPI Flash Size : 2Mbit
jump to run user1

@uudecode
Copy link

uudecode commented Apr 8, 2016

Yes, wiring ok.
AT+RST
OK
working, but library do not work?!
Very fine.

@Rustam96
Copy link
Author

Rustam96 commented Apr 8, 2016

Yes, perhaps, the library does not work.
Or my bad firmware

@rafaelncarvalho
Copy link

Hello I had the same problem here.

I solved changing the espSerial.begin(115200) to espSerial.begin(19200)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants