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 – (073)

Original price was: ₹1,499.00.Current price is: ₹1,199.00. + GST

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 – (073)”
Shipping and Delivery
We deliver all across India.

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