problem with AT+CWJAP + some questions
Posted: Sun Sep 20, 2015 4:12 pm
Hi,
1. I'm writing in C language and I encountered a problem with the AT+CWJAP command.
I want to send this command through uart to the ESP8266 module :
SendString("AT+CWJAP="SSID","PSW"\r\n");
The problem is that because all the apostrophes, the compiler stops regarding the phrase after the first = as a string. What can I do to handle this ?
2. I want to give the ESP a fixed IP. With what command can I do that ?
3. I want to download the bin file of the latest firmware that available in order to flash it. Can someone give me a link to that ?
thanks a lot!
1. I'm writing in C language and I encountered a problem with the AT+CWJAP command.
I want to send this command through uart to the ESP8266 module :
SendString("AT+CWJAP="SSID","PSW"\r\n");
The problem is that because all the apostrophes, the compiler stops regarding the phrase after the first = as a string. What can I do to handle this ?
2. I want to give the ESP a fixed IP. With what command can I do that ?
3. I want to download the bin file of the latest firmware that available in order to flash it. Can someone give me a link to that ?
thanks a lot!