ESP8266
micropython – an exciting firmware for microcontrollers
Arduino based controller boards have been all time favorite for developing prototypes and small projects.Arduino uses C++ style of coding. For many new starters it may not be the best programming language with start with. A promising alternate to Arduino is micropython firmware. This is available for variety of boards.In this article, I will cover […]
Programming nodemcu on micropython firmware
NodeMCU board is based on ESP8266 wifi chip. It is an affordable board for IoT, robotics and other embedded programming projects. So far I have used NodeMCU with Arduino to build IoT relays, IoT doorbell and program a number of sensors. NodeMCU and micropython together make embedded programming really simple and easy. To start with, […]