Difference between revisions of "MCookie-WiFi"
From Microduino Wiki
(→Features) |
|||
Line 6: | Line 6: | ||
mCookie-WiFi is WIFI communication module, which can connect other WIFI devices and communicate with CoreUSB via serial port. Core can not be used, because its baud rate can't reach at 115200. | mCookie-WiFi is WIFI communication module, which can connect other WIFI devices and communicate with CoreUSB via serial port. Core can not be used, because its baud rate can't reach at 115200. | ||
− | + | =Features= | |
*Serial communication. | *Serial communication. | ||
*Accessible for the internet. | *Accessible for the internet. |
Revision as of 22:02, 27 March 2017
Language: | English • 中文 |
---|
mCookie-WiFi is WIFI communication module, which can connect other WIFI devices and communicate with CoreUSB via serial port. Core can not be used, because its baud rate can't reach at 115200. 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 |