We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @Diaoul !
Can you give me a link to download a compatible firmware?
I'm not able to make this version work: https://github.com/espressif/esp8266_at
After install I can't send any AT command even trying with many baud rate.
actually I'm using this version:
AT version:0.50.0.0(Sep 18 2015 20:55:38) SDK version:1.4.0 compile time:Sep 18 2015 21:32:07
But it is not compatible by example doesn't have the command AT+IPR and it can crash the firmware. See here: http://bbs.espressif.com/viewtopic.php?f=7&t=1910&p=6132&hilit=AT+IPR#p6132
The function to get IP is incompatible too. The right command is:
case ESP8266_WIFI_STATION: _serial->println(F("AT+CIPSTA?")); if (!find(F("+CIPSTA:ip:\""), 20)) return ESP8266_COMMAND_TIMEOUT;
Best regards.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @Diaoul !
Can you give me a link to download a compatible firmware?
I'm not able to make this version work: https://github.com/espressif/esp8266_at
After install I can't send any AT command even trying with many baud rate.
actually I'm using this version:
But it is not compatible by example doesn't have the command AT+IPR and it can crash the firmware. See here: http://bbs.espressif.com/viewtopic.php?f=7&t=1910&p=6132&hilit=AT+IPR#p6132
The function to get IP is incompatible too. The right command is:
Best regards.
The text was updated successfully, but these errors were encountered: