024 – ESP32 MicroPython: How to Use SD Card in MicroPython
In this video, we will learn how to interface and use SD Card with ESP32 using MicroPython programming language.
In this video, we will learn how to interface and use SD Card with ESP32 using MicroPython programming language.
In this article, we will learn how to use an LDR with ESP32 using MicroPython programming language. LDR stands for Light Dependent Resistor. It is a type of electronic component that changes resistance according to the light intensity.
In this article, we will tackle how to use JOYSTICK with ESP32 using MicroPython programming language.
Have you ever wonder how to control a number of LEDs with less GPIO pins? I actually don’t have idea about Charlieplexing until recently that one of the viewer in my Youtube videos requested about it.