-->
Page 1 of 1

How to Pass a variable in At command??

PostPosted: Wed Jan 20, 2016 2:54 am
by Vijay Krishnan
AT+CWSAP=<ssid>,<pwd>,<channel>,<encryption>
this is the format of this AT command.
If I am saving the ID and Password in a variable in Arduino code, How to access them in AT command??

Re: How to Pass a variable in At command??

PostPosted: Thu Jan 21, 2016 11:28 am
by AcmeUK
See if this Arduino demo code helps http://www.electrodragon.com/w/ESP8266_wiring_with_Arduino

See near the end of the code how the AT+CWSAP command is incrementally constructed.