SERVO EMAX ES08MA II MINI METAL GEAR ANALOG - CONTINUOUS 360 DERAJAT

E351

Baru

Stok Habis

Rp. 52.000


EMAX ES08MA II MINI METAL GEAR ANALOG SERVO - 360 DERAJAT

Servo jenis continuous atau 360 derajat ini HANYA BISA:
- Forward / CW / Maju
- Reverse / CCW / Mundur
- Stop
- tidak bisa disetting berhenti pada derajat/sudut tertentu (selain Stop).


Spesifikasinya kurang lebih seperti ini ya Kak:

Type: Emax ES08MA II/Emax ES08MA V2
Size: 23 x 11.5 x 24 mm (1.25 x.45 x.94in)
Weight: 12g / 0.42oz
Working voltage: 4.8V~6.0V
Working current: 200mA/60°
Speed: 0.12sec/60o at 4.8V; 0.10sec/60o at 6V
Torque: 1.6/2.0 kg.cm (4.8V/6v)
Materials: Metal Gear
The line length: 25 cm

yang didapat:
- 1 pc Servo EMAX ES08MA II 360 derajat
- 1 set Horn Servo Plastik + baut


sample coding:

#include
Servo motorServo;

void setup()
{
// 360 > Position “90” (1.5ms pulse) is stopped, “180” (2ms pulse) is full speed forward, “0” (1ms pulse) is full speed backward
// motorServo.attach(D7, 500, 2500) // untuk esp8266
motorServo.attach(9);
}

void loop()
{
motorServo.write(45); //ccw atau reverse atau mundur
delay(2000);
motorServo.write(90); //stop
delay(2000);
motorServo.write(135); //cw atau forward atau maju
delay(2000);
motorServo.write(90); //stop
delay(2000);

}

Blog

Related Products