DIY Dual Robotic Eye Kit with 2-Servo Mechanism | Push-Fit Assembly – No Screws Needed | Includes 3D Printed Parts, Arduino Nano with Cable, SG90 Servos & Connecting Wires | Robotics STEM Project for Kids
₹1,499.00 Original price was: ₹1,499.00.₹1,199.00Current price is: ₹1,199.00. + GST
-
🔧 Easy Push-Fit Assembly: No screws required! All 3D printed parts snap together effortlessly—perfect for beginners & students.
-
👀 Dual Robotic Eye Movement: Two SG90 servos enable smooth up-down & left-right movements for realistic eye motion.
-
🧠 Arduino Powered: Comes with Arduino Nano & USB cable—ideal for coding, robotics learning, and STEM education.
-
📦 Complete DIY Kit: Includes 3D printed parts, 2 SG90 servos, Arduino Nano, push-fit joints, and connecting wires.
-
🎓 Perfect for School Projects: Excellent for science exhibitions, hobby robotics, engineering mini-projects, and makers.
-
🌟 100% Tested Components: All electronics are quality-checked before packing for hassle-free performance.
*Arduino connection and Code in Long Description .
Connections –
Servo 1 – Arduino Pin D9
Servo 2 – Arduino Pin D10
Arduino Code –
Arduino example code for random eye movements:
“`
#include <Servo.h>
Servo servoH, servoV;
void setup() {
servoH.attach(9);
servoV.attach(10);
}
void loop() {
int min = 45;
int max = 135;
servoH.write(random(min, max));
servoV.write(random(min, max));
delay(random(200,2000));
}
You must be logged in to post a review.
We deliver all across India.
✅ Orders leave warehouse in 1–2 days.
✅ Delivery within 5–10 days after dispatch.
Related products
Spider Robot 3D Printed Plastic Parts (without servos and controller) – 022
Traffic Light With 5mm 3 Light (Plastic Parts + 3 x 5mm LED) -034
- L x W x H = 3cm x 1.3cm x 7.2cm
- Includes 5mm LEDs (Red, Yellow, Green)
- Material: PLA+
- Proudly Made in India
- All products are quality-tested before shipping.
Ultrasonic Sensor Wall Mounted Case(*Ultrasonic Sensor Not Included) – 036
- Compatible with Ultrasonic Sensors, this wall-mounted case is crafted using high-quality PLA+ material.
- Measuring 7cm x 2.7cm x 1.5cm, it ensures durability and precision for electronics projects.
- Proudly made in India, each product is quality tested before shipping.
- Perfect for automation, robotics, and educational projects.
16 X 2 LCD Panel Mounted Enclosure (* LCD Not Included) (Plastic Parts only) – 001
Otto DIY Humanoid robot 3D printed parts (without servos and controller) – 017
OTTO Robot Interactive (Dot Matrix led ) with Wheels DIY Kit. (3D Printed Plastic Parts only- Color May vary) – 012
16X2 LCD Case With Nuts – (LCD Not Included) – 002
- Precision-fit PLA+ case for 16X2 LCD displays (*LCD not included).
- Dimensions: L x W x H = 8.6cm x 4.2cm x 2cm.
- Lightweight, durable, and easy to assemble with included nuts.
- Ideal for electronics, robotics, and educational projects in India.
- Quality-tested, made in India, and optimized for reliability.


















Reviews
There are no reviews yet.