
How to use a Push Button with Arduino
Push buttons are among the most basic yet essential components in electronics. Whether you’re turning on an LED, starting a motor, or building a game controller — Push buttons are […]
Push buttons are among the most basic yet essential components in electronics. Whether you’re turning on an LED, starting a motor, or building a game controller — Push buttons are […]
Ultrasonic sensor is use to calculate the distance. It use ultrasonic waves to measure the distance. The ultrasonic wave can hit the object and and come back, ultrasonic sensor can use time to calculate the distance. HC-04 consists of two ultrasonic transducers.
One of the very first and most exciting things to try when learning Arduino is lighting up an LED. LEDs are simple yet powerful indicators, and they serve as a […]
Arduino IDE stands for Arduino Integrated Development Environment. It is a software application that allows you to write, edit, compile, and upload code (called sketches) to Arduino-compatible boards. It uses […]