ESP32/ESP8266 ADC with MicroPython – Measure Analog Readings
In this tutorial we will learn about the Analog to Digital Converter module and how to read analog values in Esp32 and Esp8266 in MicroPython firmware. We will achieve this …
In this tutorial we will learn about the Analog to Digital Converter module and how to read analog values in Esp32 and Esp8266 in MicroPython firmware. We will achieve this …
In this tutorial, we will learn how to use a push button in order to turn a led on and off. Previously we learned how to use GPIO pins for …
In this tutorial, we will learn about how to use GPIO pins of ESP32 and ESP266 using the MicroPython programming language. For demonstration purposes, we will, first, take an LED …
In this getting started guide on MicroPython with ESP32 and ESP8266, we will learn how to use program and flash firmware to ESP32 and ESP8266 development boards. Firstly, we will …