Posts

Showing posts from May, 2021

How to reset NodeMCU from MicroPython to Embedded C(Arduino Console)

Image
MicroPython   MicroPython is a software implementation of a programming language largely compatible with Python 3, written in C, that is optimized to run on a microcontroller. MicroPython is a full Python compiler and runtime that runs on the microcontroller's hardware. NodeMCU The NodeMCU (Node MicroController Unit) is an open source software and hardware development environment that is built around a very inexpensive System-on-a-Chip (SoC) called the ESP8266. And, you have to program it in low-level machine instructions that can be interpreted by the chip hardware. This microcontroller is widely used for IoT applications and supports micropython framework. Well micropython is supported with its other variants as well like esp32 , etc ESP8266&MicroPython We know MicroPython gives us freedom to use esp8266 more efficiently but sometimes due to errors of MicroPython we always prefer embedded C(Arduino console) language cause it is more easy to resolve and most of the time is mor