ESP8266 ESP-01 リモートシリアルポートWIFIトランシーバーワイヤレスモジュール
レビューの一部は自動翻訳されています。
Great WIFI module. Be aware that the baudrate is 115K2, and that the CH_PD pin should be connected to 3v3. Furthermore, many of the code examples from internet don't work, because they apparently are for the older version of this module (57K and slightly different command response). To get thing quick up and running I connected the module to a USB TTL module, and typed the commands in a Serial port terminal. For more info see : http://www.electrodragon.com/w/Wi07c and don't use the example code.
3 links for information about this microcontroler : - forum : http://www.esp8266.com/ - Wiki : https://github.com/esp8266/esp8266-wiki - using with arduino : http://zeflo.com/2014/esp8266-weather-display/