
Ultrasonic Rangefinder with Arduino | Little Bird Guides
After completing this guide, you will gain a basic understanding on how to use an ultrasonic distance sensor and incorporate it into your next Arduino projects.
Simple Security System with Bird Bot | Little Bird Guides
In this guide, we'll prototype a simple security system with the Bird Bot by combining the ultrasonic distance sensor, a buzzer module, and the micro:bit. The Bird Bot will first stand idle at one spot.
Assemble the Bird Bot | Little Bird Guides
Step 3 Connect ultrasonic distance sensor Then, attach the HC-SR04 ultrasonic distance sensor to the four female headers next to the marking where it states ULTRASONIC on the Bird Bot.
Obstacle Avoidance Robot with Raspberry Pi 4 | Little Bird Guides
In this guide, we'll show you how to incorporate a HC-SR04 Ultrasonic distance sensor to the Raspberry Pi robot. It will be programmed with Python using GPIO Zero.
Little Bird Guides
Raspberry Pi Two-wheeled Robot with Raspberry Pi 4 Two-wheeled Robot with Raspberry Pi 4 Micro:Bit Ultrasonic Distance Sensor with micro:bit Ultrasonic Distance Sensor with micro:bit Micro:Bit …
Indicator Lights with Bird Bot | Little Bird Guides
The motors on the Bird Bot enables it to move, and the ultrasonic distance sensor enables it to be on the look out for obstacles. It can also be controlled by Bluetooth with another micro:bit.
Micro:Bit Guides | Little Bird Guides
Micro:Bit Spider Invaders with MakeCode Arcade Spider Invaders with MakeCode Arcade Micro:Bit Ultrasonic Distance Sensor with micro:bit Ultrasonic Distance Sensor with micro:bit Micro:Bit …
Getting Started with the Owl Robot | Little Bird Guides
Copy and paste the following code into the Arduino IDE to get started with moving the motors, together with the aid of the ultrasonic distance sensor.
Two-wheeled Robot with Raspberry Pi 4 | Little Bird Guides
Next, align the top chassis to the bottom chassis so that the holes on each plate meet. Attach the top chassis plate to the bottom chassis plate with M3*6 flathead screws. Attach the top chassis plate to …
Obstacle Avoidance with Micro:bit Robit Smart Car
In the 'basic.forever' loop, we've set it so that the ultrasonic data from J1 port is assigned to the variable, 'dist'. To prevent collisions with obstacles, we've created a condition. When the measured distance is …