049 – MicroPython TechNotes: MP3 Player
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.
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.
In this article, I will talk about SERVO MOTOR with ESP32 using MicroPython.
In this article, we will learn a more complete usage of RESTful APIs which is bidirectional communication with the server that is both sending and requesting of data.
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 … Read More
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.
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.
In this tutorial, we will learn to use the DHT22 in MicroPython. DHT11 should be compatible with slight modification. Circuit Diagram: Instruction: 1. Connect the OLED VCC pin to 3V3 … Read More