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

Tag: ESP8266 MicroPython

049 - MicroPython TechNotes: MP3 Player

George Bantique October 19, 2021 No Comments

In this article, I will discuss on how to use an MP3 Player module interfaced to ESP32 with MicroPython programming language. What I have is an MP3 Player module from Gorillacell ESP32 development kit.


Read more 049 - MicroPython TechNotes: MP3 Player

017 - ESP32 MicroPython: DHT Values Auto Updates using AJAX

George Bantique November 7, 2020 2 Comments

In the previous tutorials we learned to create web server both as station mode and access point mode using socket connection.  And in last video, we use a DHT sensor for displaying measurement readings in simple web server similar to a weather station. While displaying sensor values, we discovered the necessity of constantly updating the […]


Read more 017 - ESP32 MicroPython: DHT Values Auto Updates using AJAX

016 - ESP32 MicroPython: Web Server | ESP32 Access Point

George Bantique November 4, 2020 4 Comments

In this article you will learn to configure ESP32 wifi as Access Point. You will also learn to create a web server hosted on it.


Read more 016 - ESP32 MicroPython: Web Server | ESP32 Access Point