Difference between revisions of "MCookie-WiFi"
From Microduino Wiki
(→Specification) |
(→Common AT Instruction) |
||
Line 32: | Line 32: | ||
***0: Use AL-LINK | ***0: Use AL-LINK | ||
***1: Use ESP-TOUCH | ***1: Use ESP-TOUCH | ||
− | + | ***2: Use AIR-KISS | |
**AT+CWSMARTSTOP Stop smart connection | **AT+CWSMARTSTOP Stop smart connection | ||
Line 48: | Line 48: | ||
**AT+CIPCLOSE=5 Close multi-connection | **AT+CIPCLOSE=5 Close multi-connection | ||
− | **AT+CIPMUX=1 Start multi-connection | + | **AT+CIPMUX=1 Start multi-connection |
==Document== | ==Document== |
Revision as of 08:49, 11 March 2016
Language: | English • 中文 |
---|
mCookie-WiFi is WIFI communication module, which can connect other WIFI devices and communicate with CoreUSB via serial port. ContentsFeatures
Specification
Common AT Instruction
DocumentSupport AT instruction configuration/contro: File:ESP8266 WiFi Module Quick Start Guide v 1.0.4.pdf Development
Change your WIFI password in the code where there are SSID(WIFI name) and password setting.
Such as:
Change your WIFI password in the code where there are SSID(WIFI name) and password setting.
ProjectRelated Projects: WiFi Weatherstation F&QPicture |