NodeMCU v2: Difference between revisions
Jump to navigation
Jump to search
Created page with " ESP8266 development board for wifi * https://en.wikipedia.org/wiki/NodeMCU * http://nodemcu.com/ * https://www.coolcomponents.co.uk/nodemcu-v2-lua-based-esp8266-development-..." |
mNo edit summary |
||
Line 2: | Line 2: | ||
ESP8266 development board for wifi | ESP8266 development board for wifi | ||
So I sent off to China for a NodeMCU board (for about £3) thinking that it might be fun to have something that talks over wifi, then forgot all about it. When it arrived in the post yesterday I wondered how I use it! I plugged it into a Windows 7 development PC with the micro USB and Windows went off and installed the CP2102 UART bridge driver. So then it presented itself as a serial port in the Windows Device Manager. I pointed a terminal at it (the free and relatively open Teraterm Pro) and after some faffing worked out it wanted a 115k baudrate. A little web searching revealed that it is expecting AT commands and there's a magic command "AT+GMR" - Cool! | |||
AT+GMR | |||
AT version:0.40.0.0(Aug 8 2015 14:45:58) | |||
SDK version:1.3.0 | |||
Ai-Thinker Technology Co.,Ltd. | |||
Build:1.3.0.2 Sep 11 2015 11:48:04 | |||
OK | |||
== Links == | |||
* https://en.wikipedia.org/wiki/NodeMCU | * https://en.wikipedia.org/wiki/NodeMCU | ||
* http://nodemcu.com/ | * http://nodemcu.com/ | ||
* https://www.coolcomponents.co.uk/nodemcu-v2-lua-based-esp8266-development-kit.html | * https://www.coolcomponents.co.uk/nodemcu-v2-lua-based-esp8266-development-kit.html | ||
* http://www.seeedstudio.com/recipe/index.php?controller=recipe&action=show&recipe_id=232&ref=product | * http://www.seeedstudio.com/recipe/index.php?controller=recipe&action=show&recipe_id=232&ref=product |
Revision as of 13:22, 3 March 2016
ESP8266 development board for wifi
So I sent off to China for a NodeMCU board (for about £3) thinking that it might be fun to have something that talks over wifi, then forgot all about it. When it arrived in the post yesterday I wondered how I use it! I plugged it into a Windows 7 development PC with the micro USB and Windows went off and installed the CP2102 UART bridge driver. So then it presented itself as a serial port in the Windows Device Manager. I pointed a terminal at it (the free and relatively open Teraterm Pro) and after some faffing worked out it wanted a 115k baudrate. A little web searching revealed that it is expecting AT commands and there's a magic command "AT+GMR" - Cool!
AT+GMR AT version:0.40.0.0(Aug 8 2015 14:45:58) SDK version:1.3.0 Ai-Thinker Technology Co.,Ltd. Build:1.3.0.2 Sep 11 2015 11:48:04 OK