-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
Look's like something wrong with wiring or baud-rate settings. |
I set the speed |
AT+RST |
Yes, wiring ok. |
Yes, perhaps, the library does not work. |
Hello I had the same problem here. I solved changing the espSerial.begin(115200) to espSerial.begin(19200) |
I tested the example "Station_DownloadPage"
Error Output "eODM Date"
I tested with firmware "AT 0.22, AT 0.25"
Changed
SoftwareSerial espSerial (0, 1);
And address
Devices:
ESP8266 12
Arduino Leonardo
All recommendations are complied with
Can you tell that I did not?
The text was updated successfully, but these errors were encountered: