News

This is just a simple program I wrote for an Arduino Mega 2560 board with a generic ultra-sonic sensor and a 16x2 LCD display board. The main point for me is just to learn how to write C++ and gain ...
Written by AnyalogbuEC for demonstration purposes. This program measures distance using an ultrasonic sensor. Visual indication of distance is provided by an LED. The distance is also displayed on an ...
Human Following Robot Using Arduino Code. Here is a simple 3 Ultrasonic sensor-based Human following robot using Arduino Uno code that you can use for your project. This code reads the distances from ...
Arduino Obstacle Avoiding Car Circuit Diagram . The complete circuit diagram for this 2wd obstacle avoiding robot is given below. As you can see, it uses an Ultrasonic sensor to take measurements in ...
This time I will show you how to make Arduino-based ultrasonic radar. We could call it a Sonar because it is using sound, however, sonars are generally considered for use underwater. In this case, it ...
In this review of the Maker Uno RP2040 board with the Arduino IDE we could blink LEDs, control RGB LED lights, press the user button to turn on one LED or make the buzzer output some melody, control a ...
Vehicle over-speed detection and accident-avoidance system is an Internet of Things (IoT) based system which collects data via sensors such as ultrasonic sensors and alerts the driver. The sensor is ...