Introduction: How to Make Ultrasonic Levitator at Home | Acostic Levitator | Hey guys , i just made an acostic eleavator using ultrasonic sensor and arduino . For brief explanation about how it works , i have uploaded my video on youtube. You can go and watch- Step 1: Gather the Compon...
Here we also have the eyes of the ant which are design to fit an HC-SR04 ultrasonic sensor. All of the parts are assembled between two plates and additionally I made an interesting curved cover for the top plate in order to hide all of the wiring, the Arduino and the battery between t...
Connect I2C sensor/device to Arduino (SCL, SDA,VCC, GND pins) Connect Arduino to PC via USB cable Open Arduino IDE, select the right board and port Copy the below I2C Scanner code and open with Arduino IDE // I2C address scanner program#include<Wire.h>voidsetup(){Wire.begin();Se...
Learn how to decode data from car parking sensors by reverse engineering cheap ultrasonic sensors. This comprehensive guide provides step-by-step instructions, Arduino sketches, and insights into understanding PWM signals, making it perfect for robotics enthusiasts and engineers. Hello...
A Line Follower Robot (LFR) is one of the most popular Arduino robotics projects that teaches core concepts of automation and sensor integration. This step-by-step guide will show you how to build a professional-grade line follower robot using Arduino UNO, with complete code explanations and tr...
Arduino light sensor: A beginner's tutorial on DIY light sensing A beginners Arduino light sensor tutorial showing you how to use an LDR (Light Dependent Resitor) for live light sensing on the serial monitor Read more Arduino Capacitive Sensor: Single Pin Touch Sensing ...
If you have any questions about how to set up the DHT11 humidity and temperature sensor on your Arduino, just leave a comment below and I will try to answer it… And if you like our tutorials, please subscribe! Also, feel free to share this if you know anyone else that might find it...
How to Make Arduino Mouse Trap | Harmless Mouse Trap DIY: Hello readers in this special Instructables I will show you how I made this Arduino Mouse Trap for your home. Pests are everywhere and so are the mouse, they can be in your garage, store rooms, an
In this tutorial we will learn how to build an Arduino Mecanum Wheels Robot which is capable of moving in any direction. The unique mobility of the robot...
It's time to give our robot some eyes. Attach the ultrasonic sensor to the servo holder using two zip ties.If you're working from the same kit as I am, you'll have received an Arduino sensor shield. We won't be using it in this build, but you can pop it on top of the UNO ...