- Pick up from the RadioGear Store
Schedule Pick up from store
Free
- Inside Dhaka Metro
Inside Dhaka Metro city
24 Hours
60tk
- Outside Dhaka metro
Outside Dhaka Metro
24 Hours
100tk
-
Outside Dhaka
All Bangladesh
1-2 Days
130tk
2,800.00৳ Original price was: 2,800.00৳ .2,350.00৳ Current price is: 2,350.00৳ .
Schedule Pick up from store
Free
Inside Dhaka Metro city
24 Hours
60tk
Outside Dhaka Metro
24 Hours
100tk
All Bangladesh
1-2 Days
130tk
Payment Methods:
⚙️ DIY Assembly Required
This is a do-it-yourself kit. You’ll assemble the car from individual components, connect the circuits, and upload the Arduino code yourself. A great project for STEM learning and electronics practice.
Learn, build, and explore robotics with the Arduino Obstacle Avoiding Robot Car DIY Kit! This 4-wheel robot car uses an ultrasonic sensor mounted on a servo to detect and avoid obstacles automatically. Perfect for beginners, students, and hobbyists, it’s a hands-on project that teaches you about Arduino programming, motor drivers, and autonomous navigation.
📦 What’s Included
1x Arduino UNO Board
1x A to Micro-USB Cable
1x 4-Wheel Car Chassis
1x L298 Motor Driver Module
1x Ultrasonic (Sonar) Sensor
1x Sonar Sensor Holder
1x 9g Servo Motor
2x 18650 Batteries
1x 2S Battery Holder
1x Battery Charger Module
1x On-Off Switch
Connecting Wires
Jumper Cables
📱 Key Features
Automatic Obstacle Avoidance – Ultrasonic sensor scans ahead and directs the robot to move around objects.
Arduino-Based Learning – Get hands-on experience with coding, wiring, and electronics.
Rechargeable Power Supply – Powered by 18650 batteries (with charger included).
Perfect for STEM Projects – Suitable for schools, hobbyists, and DIY robotics learners.
Strong 4-Wheel Platform – Durable and stable for indoor experiments.
🎥 Tutorial Video
Step-by-step assembly and coding guide:
👉 Watch on YouTube
💻 Sample Arduino Code:
char data = 0;
void setup()
{
Serial.begin(9600);
pinMode(8, OUTPUT);
pinMode(9, OUTPUT);
pinMode(10, OUTPUT);
pinMode(11, OUTPUT);
}
void loop()
{
if(Serial.available() > 0)
{
data = Serial.read();
Serial.print(data);
Serial.print(“\n”);
if(data == ‘a’)
digitalWrite(8, HIGH);
else if(data == ‘b’)
digitalWrite(8, LOW);
if(data == ‘c’)
digitalWrite(9, HIGH);
else if(data == ‘d’)
digitalWrite(9, LOW);
if(data == ‘e’)
digitalWrite(10, HIGH);
else if(data == ‘f’)
digitalWrite(10, LOW);
if(data == ‘g’)
digitalWrite(11, HIGH);
else if(data == ‘h’)
digitalWrite(11, LOW);
}
}
Build It, Code It, Watch It: Avoid Obstacles!This kit is a fun and practical introduction to Arduino robotics. Assemble your car, upload the code, and watch it navigate smartly around obstacles on its own.
In stock
In stock
No account yet?
Create an Account