Futaba S3003 Servo Motor
₹271
₹349
(inc GST)
7 Day Replacement
Replacement available on this product
Free shipping
Get free shipping above ₹ 499
COD Available
Pay Cash at the time of Delivery
Support
Get After-sale Technical Support
The Futaba Compatible S3003 Plastic Geared Servo Motor is a decent servo for every hobbyist and electronics student. The powerful motor is PWM controlled for easy interfacing.
Features:
- Control System: +Pulse Width Control 1520usec Neutral
- Required Pulse: 3-5 Volt Peak to Peak Square Wave
- Operating Voltage: 4.8-6.0 Volts
- Operating Temperature Range: -20 to +60 Degree C
- Operating Speed (4.8V): 0.23sec/60 degrees at no load
- Operating Speed (6.0V): 0.19sec/60 degrees at no load
- Stall Torque (4.8V): 44 oz/in. (3.2kg.cm)
- Stall Torque (6.0V): 56.8 oz/in. (4.1kg.cm)
- Operating Angle: 45 Deg. one side pulse traveling 400usec
- Continuous Rotation Modifiable: Yes
- Direction: Counter Clockwise/Pulse Traveling 1520-1900usec
- Current Drain (4.8V): 7.2mA/idle
- Current Drain (6.0V): 8mA/idle
- Motor Type: 3 Pole Ferrite
- Potentiometer Drive: Indirect Drive
- Bearing Type: Plastic Bearing
- Gear Type: All Nylon Gears
- Connector Wire Length: 12"
- Dimensions: 1.6" x 0.8"x 1.4" (41 x 20 x 36mm)
- Weight: 1.3oz. (37.2g)
Application:
- Futaba S3003 High torque Dual ball bearing Servo motors for robotics and industrial application, It provides 7Kgcm torque at 6V, Perfect Compatible with Hitec HS-311.
Package Includes:
1 x Futaba S3003 Servo Motor
4 x Different types of plastic rotating attachment, mounting rubber ball, and screws.
Ask a Question about Futaba S3003 Servo Motor
Can i get GST invoice for the order ?
Shubham Bhausaheb Modake
-
Yes, You can claim GST credit if you have a GST number. To do it you have to mention the GST number at the time of checkout. GST option appears in the Billing Address. If you are an existing customer of flyrobo then you can log in to your account ( Account → Address Book → Edit Address) and Then enter your GST number.FlyRobo[ 16/11/2022 ]
How to check Servo motor is working or not?
Guest
-
#include
Servo myservo; // create servo object to control a servo // twelve servo objects can be created on most boards int pos = 0; // variable to store the servo position void setup() { myservo.attach(9); // attaches the servo on pin 9 to the servo object } void loop() { for (pos = 0; pos <= 180; pos += 1) { // goes from 0 degrees to 180 degrees // in steps of 1 degree myservo.write(pos); // tell servo to go to position in variable 'pos' delay(15); // waits 15 ms for the servo to reach the position } for (pos = 180; pos >= 0; pos -= 1) { // goes from 180 degrees to 0 degrees myservo.write(pos); // tell servo to go to position in variable 'pos' delay(15); // waits 15 ms for the servo to reach the position } } FlyRobo[ 16/12/2021 ]
When will delivered order?
Ajeet
Showing 1 to 1 of 1 (1 pages)