ESP32 Tutorial - Limit Switch

Introduction Interfacing and controlling a limit switch with an ESP32-WROOM microcontroller involves connecting the limit switch to one of the GPIO pins on the ESP32-WROOM and monitoring the switch for any changes in its state. … Read more

ESP32 Tutorial – Limit Switch

ESP32 Tutorial - Switch

Introduction Interfacing a toggle switch with an ESP32-WROOM module involves connecting the switch to one of the GPIO pins of the ESP32-WROOM so that you can detect the state of the switch (on or off). … Read more

ESP32 Tutorial – Switch

ESP32 Tutorial - Button Debounce

Introduction Pushbutton or switch bouncing is a simple yet annoying problem that is very common if you are dealing with any kind of electronic circuit involving switches. Simply put, it introduces false button presses and … Read more

ESP32 Tutorial – Button Debounce

ESP32 Tutorial - Push Button

Overview Pushbuttons are essentially the building blocks of any electronic circuit or design setup. Interfacing it with an ESP32-WROOM microcontroller involves connecting the pushbutton to one of the GPIO pins on the ESP32 and then … Read more

ESP32 Tutorial – Push Button