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

Link to compatible firmware #32

Open
FernandoGarcia opened this issue Dec 6, 2016 · 0 comments
Open

Link to compatible firmware #32

FernandoGarcia opened this issue Dec 6, 2016 · 0 comments

Comments

@FernandoGarcia
Copy link

FernandoGarcia commented Dec 6, 2016

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.

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

1 participant