top of page

Automate Lab


How to use interrupts - ESP32
Interrupts allow the microcontroller to interrupt the normal execution of its code to respond to external or internal events quickly and...
Mar 24


How to Use an Ultrasonic Distance Sensor
Ultrasonic distance sensors have become an essential tool in various electronic projects and automated systems, thanks to their...
Mar 11


How to use a Matrix Keypad
Matrix keypads are widely used components in electronics projects, especially in systems involving microcontrollers such as Arduino. They...
Mar 5


Exploring Analog Outputs - ESP32
It is very common to find PWM outputs in microcontrollers. This type of output switches between high and low levels at a high frequency,...
Mar 1
bottom of page