Created
July 21, 2017 09:56
-
-
Save salmanfarisvp/c1f27861dd1351b63ba4f7a77e546b43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Commands Description Type Reply Set/Execute Parameters Examples | |
AT generic cmd basic OK - - - | |
AT+RST Resets the mod basic Module info - - AT+RST | |
AT+GMR returns the current Fw version basic Fw Version - - - | |
AT+CWMODE Wifi Mode Set Wifi Mode SET AT+CWMODE=<Mode> Mode 1=Sta, 2=AP, 3=both AT+CWMODE=2 | |
AT+CWLAP Lists all available AP Wifi list of AP AT+CWLAP - AT+CWLAP | |
AT+CWJAP Joins an Access Point Wifi OK AT+CWJAP=<ssid>,<pwd> Your Wifi SSID and Password AT+CWJAP=<test>,<123456789> | |
AT+CWQAP Quits the Access Point Wifi AT+CWQAP - AT+CWQAP | |
AT+CWSAP Set Mod Access Point parameters Wifi AT+CWSAP=<ssid>,<pwd>, desired SSID,Password, | |
<chl>,<ecn> channel, encryption | |
AT+CWLIF Check join device IP Wifi AT+CWLIF - AT+CWLIF | |
AT+CIPSTATUS get conn status TCP/IP <id>,<type> AT+CIPSTATUS - | |
<addr>,<port> | |
Will add rest Soon ! | |
~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment