هذا المُنتج قد لا يكون متوفراً الآن. إضغط هنا لمنتجات مماثلة

سعر ومواصفات MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm)

  • أفضل سعر لـ MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm) by تك ديبوت مصر فى مصر هو 0 ج.م.
  • طرق الدفع المتاحة هى
    دفع عند الاستلام
  • تكلفة التوصيل هى 35+ ج.م., والتوصيل فى خلال 2-4 أيام
  • أول ظهور لهذا المنتج كان فى مارس 14, 2017

المواصفات الفنية

Weight:37 g

وصف تك ديبوت مصر

Description

The MG995 Digital Metal Gear Servo is one of the most commonly used servo motors in Arduino projects. This wide range of projects include, home automation, robotics and similar applications.

MG995 Servo Specifications

  • Weight : 55 g
  • Dimension : 40mm x 20mm x 42mm
  • Stall Torque : 9.5 kg-cm at 4.8V and 11 kg-cm at 6.0V
  •  Temperature Range : 0 degree to 55 degree
  • Operating Speed : 0.20 sec/60 degree(4.8v), 0.16 sec/60 degree(6v)
  • Operation Voltage : 4.8 – 6Volts
  • Gear Type : All Metal Gears
  • Connector Wire Length : 120 mm

Connecting

  • Brown = connect to Arduino – / GND
  • Orange = connect to Arduino +5V
  • Yellow = in this example connect to Arduino Digital port 9

Code

#include <Servo.h>   Servo myservo;// create servo object to control a servo // a maximum of eight servo objects can be created 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 15ms for the servo to reach the position }for(pos =180; pos>=1; pos-=1)// goes from 180 degrees to 0 degrees { myservo.write(pos);// tell servo to go to position in variable 'pos' delay(15);// waits 15ms for the servo to reach the position }}

تاريخ و تحليل سعر MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm)

  • أرخص سعر لـ MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm) فى مصر كان 0 ج.م. من تك ديبوت مصر خلال الـ76 شهور الماضية
  • أغلى سعر لـ MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm) فى مصر كان 140 ج.م. من تك ديبوت مصر خلال الـ76 شهور الماضية
  • الاختلاف بين أعلى و أقل سعر لـ MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm) فى مصر هو 140 ج.م. من تك ديبوت مصر خلال الـ76 شهور الماضية
  • متوسط السعر لـ MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm) فى مصر هو 70 ج.م. من تك ديبوت مصر خلال الـ76 شهور الماضية

الأكثر شهرة في مكونات الدوائر الإلكترونيةالمزيد

    مميزات وعيوب MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm)

    • لا يوجد تقييمات لهذا المُنتج.

    مراجعات MG995 Digital Metal Gear Servo (9.5 – 11 Kgs.cm)

    • loading video reviews