MG90S servo motor, metal gears
zoom_out_map
chevron_left chevron_right

Product images are for informational purposes only and may vary slightly depending on the batch and supplier. Product specifications and prices may be subject to change without notice. We do our best to provide accurate and complete product specifications, but they may not be completely accurate. If you encounter any such situation, please let us know.

The product is intended for specialists and requires qualified and authorized personnel. The product does not include assembly/use instructions . Putting the product into operation by unqualified persons leads to the loss of the warranty according to the Terms and Conditions on the site.

The specified technical parameters (current, power, etc.) represent maximum allowable values under ideal operating conditions. For safe use and optimal lifespan, it is recommended to operate the product continuously at no more than 50% of the specified maximum values.

MG90S servo motor, metal gears

Robust upgrade for RC and robotics projects, with metal gears for better strength and reliability than SG90. Offers precise control thanks to internal potentiometer, torque up to 2.2 kg.cm at 6V and fast response, covering 0-180 degrees rotation at 4.8-6V.

18.09 RON Tax included

14.95 RON Tax excluded

(4/5) out of 6 total ratings
Read the reviews
1-2 zile
check In Stoc

Shipping by Thursday 27 August

Close

This product has a warranty of 2 years.

INTERNATIONAL DELIVERY
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
FAST DISPATCH 24H
We ship from our stock within 24H
LOYALTY POINTS
You earn points with every order, worth 5%.

This servomotor is an upgrade to the classic SG90 version, adding metal gears and being ideal for applications where the extra weight given by the metal components is not a disadvantage.

The servomotor is a precise one, with an internal potentiometer.

Specifications:

Weight: 13.4g

Dimensions mm: 22.8 x 12.2 x 28.5mm

Stall torque: 1.8kg/cm(4.8V), 2.2kg/cm(6V)

Operating speed: 0.1sec/60 degrees (at 4.8v), 0.08sec/60 degrees (at 6v)

Rotation radius: 0 - 180 degrees

Supply voltage: 4.8 - 6.0VDC

 

Instructions:

There is a possibility that some bookstores do not operate the servo motor in its maximum range (0-180 degrees). The PWM values vary between 0.4 and 2.6 milliseconds. It is possible that some modifications are needed in the library if the servo motor does not rotate between 0 and 180 degrees.

See the code below to position the servo motor in the 0 and 180 degree position:

// the setup function runs once when you press reset or power the board

void setup() {

pinMode(9, OUTPUT);

}

// the loop function runs over and over again forever

void loop() {

digitalWrite(9, HIGH);

delayMicroseconds(2600); //change here to 400 for 0 degrees or 2600 for 180 degrees

digitalWrite(9, LOW);

delay(18);

}

Library modification in case the servomotor does not act up to 180 degrees:

In the folder C:Program Files-> (x86)->Arduino->libraries->Servo->src

open the file Servo.h with the text editor and replace the following lines of code:

#define MIN_PULSE_WIDTH 544 // the shortest pulse sent to a servo

#define MAX_PULSE_WIDTH 2500 // the longest pulse sent to a servo

#define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached

#define REFRESH_INTERVAL 20000 // minimum time to refresh servos in microseconds

 

with

#define MIN_PULSE_WIDTH 400 // the shortest pulse sent to a servo

#define MAX_PULSE_WIDTH 2600 // the longest pulse sent to a servo

#define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached

#define REFRESH_INTERVAL 20000 // minimum time to refresh servos in microseconds

33592

Produs destinat utilizarii in proiecte electronice, automatizari, prototipare, educatie si cercetare.

Produsul trebuie utilizat numai conform specificatiilor tehnice mentionate in descriere si/sau in documentatia produsului.

Avertismente generale de siguranta:

Nu utilizati produsul la tensiuni, curenti sau temperaturi peste valorile specificate.

Montajul si conectarea trebuie realizate de persoane cu cunostinte tehnice minime in domeniul electric/electronic.

Evitati scurtcircuitele, inversarea polaritatii si conectarea gresita a alimentarii.

Nu lasati produsul alimentat nesupravegheat in timpul testelor.

Produsul nu este jucarie si nu este destinat copiilor.

Pentru modulele electronice, se recomanda utilizarea in carcase, panouri sau montaje protejate, dupa caz.

Identificare produs:

Denumirea produsului, codul/SKU-ul si caracteristicile tehnice sunt mentionate in pagina produsului si/sau pe eticheta ambalajului.

Producator / Importator / Distribuitor:

Sigmanortec S.R.L.

Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania

E-mail: [email protected]

Website: www.sigmanortec.ro

Persoana responsabila in UE:

Sigmanortec S.R.L.

Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania

E-mail: [email protected]

Documentatie si siguranta:

Pentru informatii suplimentare, fise tehnice, declaratii de conformitate sau instructiuni, ne puteti contacta la [email protected].