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

Original price was: ₹1,499.00.Current 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 .

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));

}

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “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”
Shipping and Delivery
We deliver all across India.

✅ Orders leave warehouse in 1–2 days.
✅ Delivery within 5–10 days after dispatch.