Skip to content
Updated NodeMCU (markdown) authored by Leo Vidarte's avatar Leo Vidarte
NodeMCU is an open source IoT platform. It is the 5th design of NodeMCU devkit. This uses [CP2102](https://www.amazon.co.uk/UART-CP2102-Module-Serial-Converter/dp/B00AFRXKFU) as UART bridge, and can flash firmware automatically by using nodemcu-flasher. Also it has a voltage regulator to convert from 5v to 3.3v which is the required by the esp21e module.
NodeMCU is an open source IoT platform. The version 1.0 is the 5th design of NodeMCU devkit. This uses [CP2102](https://www.amazon.co.uk/UART-CP2102-Module-Serial-Converter/dp/B00AFRXKFU) as UART bridge, and can flash firmware automatically by using nodemcu-flasher. Also it has a voltage regulator to convert from 5v to 3.3v which is the required by the esp21e module.
[[imgs/nodemcu.jpg]]
......@@ -12,7 +12,7 @@ The term "NodeMCU" by default refers to the firmware rather than the dev kits. T
[[/imgs/esp/comparison.png]]
| | NodeMCU v2 | Arduino MKR1000 | Particle Photon |
| | NodeMCU v1.0 | Arduino MKR1000 | Particle Photon |
|---|---------------------|-----------------|-----------------|
|Microcontroller|ESP12-E module, with Espressif ESP8266 32bits|ARM Cortex M0+ 32bits|ARM Cortex M3 32bits|
|Clock Speed|80/160MHz|48MHz|120MHz|
......
......