Uploaded June 2023 | Updated September 2026, 2 weeks ago
KiCad 7 has introduced a new search panel feature in the PCB editor. The search panel allows users to search for footprints, zones, nets, and text.
To access the full set of lectures please go to:
techexplorations.com/so/kicad-like-a-pro-3rd-edition
...and enjoy!
KiCad 7 has introduced a new search panel feature in the PCB editor. The search panel allows users to search for footprints, zones, nets, and text.
To access the full set of lectures please go to:
techexplorations.com/so/kicad-like-a-pro-3rd-edition
...and enjoy!






![[160] Arduino Getting Started: Digital input and button
This tutorial introduces how to integrate a push button into your Arduino projects to control an LED. Using a digital input pin, youll learn to read the state of the button and use its status to turn an LED on and off. This project builds on our previous tutorial by adding a push button and demonstrating how to set up and code for interactive elements. Through the demonstration, youll understand how to handle button states and debouncing, enhancing the interactive capabilities of your Arduino projects.
This series is possible thanks to the kind support of Sunfounder, an online store that sells high-quality hardware and kits for Makers. Visit Sunfounder at https://sunfounder.com.
In this series, I use the SunFounder 3 in 1 Ultimate Starter Kit with Original Arduino Uno R4 Minima, including high-quality sensors, actuators, power supplies, and Original Arduino Uno R4 Minima for diverse projects and skill-building. Get it (affiliate link): https://www.sunfounder.com/collections/arduino-kits/products/sunfounder-3-in-1-ultimate-starter-kit-with-original-arduino-uno-r4-minima?ref=bXS65iah
Video Description with Timestamps
00:00 - Introduction to adding a push button to Arduino projects.
00:10 - Overview of necessary components: push button, LED, resistor, and jumper wires.
00:17 - Step-by-step guide to placing and wiring the push button on the breadboard.
00:30 - Explanation of using a pull-down resistor for stable low signals.
00:48 - Beginning the Arduino IDE code setup for reading the button state.
01:00 - Walkthrough of the Arduino sketch for controlling an LED based on button input.
01:34 - Details on initializing pin modes and setting up serial communication.
02:02 - Introduction to the loop function and how it reads the button state.
02:31 - Explanation of conditional blocks and actions based on button state.
02:52 - Discussion on debouncing the button to prevent rapid on/off states.
03:16 - Instructions for uploading the code and testing the buttons functionality.
03:35 - Exploration of various applications for buttons in Arduino projects.
04:00 - Encouragement to like, subscribe, and engage with the channel for more tutorials. [160] Arduino Getting Started: Digital input and button](https://i.ytimg.com/vi/RK8kM8LW2Oo/mqdefault.jpg)



