Skip to content
Updated NodeMCU (markdown) authored by Leo Vidarte's avatar Leo Vidarte
NodeMCU is an open source IoT platform based on the [[ESP12E]] module. 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.
NodeMCU is an open source IoT platform based on the [[ESP12E]] module. 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-amica.jpg]]
......@@ -16,7 +16,7 @@ The term "NodeMCU" by default refers to the firmware rather than the dev kits. T
| | NodeMCU v1.0 | Arduino MKR1000 | Particle Photon |
|---|---------------------|-----------------|-----------------|
|Microcontroller|ESP12-E module, with Espressif ESP8266 32bits|ARM Cortex M0+ 32bits|ARM Cortex M3 32bits|
|Microcontroller|ESP-12E module, with Espressif ESP8266 32bits|ARM Cortex M0+ 32bits|ARM Cortex M3 32bits|
|Clock Speed|80/160MHz|48MHz|120MHz|
|Board Power Supply|5V|5V|5V|
|Circuit Operating Voltage|3.3V|3.3V|3.3V|
......
......