Learn electronics, coding, and projects — step by step.

Tag: ESP8266 MicroPython

015 - ESP32 MicroPython: Web Server | ESP32 Station Mode in MicroPython

George Bantique October 28, 2020 3 Comments

In this article, we will learn how to create a web server hosted in ESP32 using MicroPython language for controlling the state of GPIO pin. This can be applied for controlling a relay which is popular in home automation projects.


Read more 015 - ESP32 MicroPython: Web Server | ESP32 Station Mode in MicroPython

011 - ESP32 MicroPython: DHT11, DHT22 in MicroPython

George Bantique October 1, 2020 3 Comments

In this tutorial, we will learn to use the DHT22 in MicroPython. DHT11 should be compatible with slight modification. CIRCUIT DIAGRAM INSTRUCTION Connect the OLED VCC pin to 3V3 supply pin of ESP32. Connect the OLED GND pin to ESP32 GND pin. Connect the OLED SCL pin to ESP32 GPIO D22 pin (SCL dedicated pin). […]


Read more 011 - ESP32 MicroPython: DHT11, DHT22 in MicroPython