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

Author: George Bantique

026 - MicroPython TechNotes: Light Dependent Resistor (LDR)

George Bantique April 6, 2021 No Comments

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.


Read more 026 - MicroPython TechNotes: Light Dependent Resistor (LDR)

024 - MicroPython TechNotes: Slider Switch

George Bantique March 30, 2021 1 Comment

In this article, we will learn how to use Slider Switch with ESP32 using MicroPython programming language. A slider switch is basically a variable resistor that changes resistance according to slider wiper position. With that knowledge, we can used MicroPython’s ADC function to interpret slider switch position.


Read more 024 - MicroPython TechNotes: Slider Switch