• How to Place an Order

  • Store Pick Up

  • Request for Quotation/ International Sourcing

  • Order Status

Reference: RBD-0351

MIFARE Classic 1K RFID NFC Smart Card 13.56MHz Printable

Contactless transmission of data and supply energy (no battery needed) Operating distance: Up to 100mm (depending on antenna geometry) RoboticsBD Operating frequency: 13.56MHz Data transfer: 106 kbit/s Data integrity: 16 Bit CRC, parity, bit coding bit counting Anticollision Typical ticketing transaction: <100 ms ( including backup management)...

Price BDT 32
More
In-Stock
All best sellers
Servo Motor Micro SG90 360 Degree Continuous Rotation Robotics Bangladesh
  • Servo Motor Micro SG90 360 Degree Continuous Rotation Robotics Bangladesh

Servo Motor Micro SG90 360 Degree Continuous Rotation

RBD-2450

Micro size servo is perfect for driving micro-robot drive wheels.

Continuous rotation servos are like regular hobby RC servos but modified to offer speed control instead of position control. They're essentially compact, affordable motors with integrated motor drivers. Add a wheel, and you've got a simple drive system for your robot, controllable with an RC signal or directly connected to a single microcontroller I/O line.

BDT 170
rating Read the 19 reviews
Average rating: 5/5 Number of reviews: 19
Quantity
In Stock

366 people have purchased this item recently
328 people added this item to the cart in last 10 days
163 items in stock in Uttara, Dhaka
  • Store Pickup Available! Store Pickup Available!
  • Free Ship Over 5000 BDT Free Ship Over 5000 BDT
  • Quality Product Quality Product
  • No Warranty No Warranty
  • No Replacement No Replacement

Continuous rotation servos are like regular hobby RC servos but modified to offer speed control instead of position control. They're essentially compact, affordable motors with integrated motor drivers. Add a wheel, and you've got a simple drive system for your robot, controllable with an RC signal or directly connected to a single microcontroller I/O line.

  1. As the name implies, a "continuous rotation" servo cannot be controlled in terms of degree; it will rotate continuously either in the forward or reverse direction. However, you can control its speed. The code for operating a continuous rotation servo differs from that of a regular servo.
  2. To achieve continuous rotation to the left, use the command myServo.write(0). For rotation to the right, employ myServo.write(180). To halt the servo's movement, you'll need to find the exact value. You can try different values around the middle, such as myServo.write(90) or myServo.write(95), to determine the stopping point.

Enjoy controlling your robot and exploring its capabilities!

DESCRIPTION

The SG90 – 360 degree continuous rotation servo is a micro size analog servo.

PACKAGE INCLUDES:

  • 1 SG90 360 Degree Continuous Rotation Servo motor with attached 9.5″ control cable
  • 3 arms/horns for various interface applications
  • Screws for mounting arms to the servo and mounting the servo

KEY FEATURES OF SERVO MOTOR MICRO SG90 – 360 DEGREE CONTINUOUS ROTATION:

  • Very small micro size
  • 360 degree continuous rotation of the shaft
  • Nylon gears
  • Analog drive

This servo motor requires a higher current and cannot be powered directly from the Arduino Uno or Mega. You will need to provide an additional 5V, 3A power supply in conjunction with the Arduino.

Please do not manually rotate the motor or gear shaft by hand, as this could cause permanent damage to the motor.

Unlike normal servos that can be commanded to an exact position within a range of about 180 or 360 degrees, these servos will rotate continuously in either direction with no ability to position it to a particular position.  Think of them more like small DC motors with a motor controller built-in that powers the motor and that allows you to start/stop and control direction.

The gears are nylon.  The nominal speed of rotation is 120RPM @ 5V.  The motor can be run slower down to about 60RPM, but will stall easier at lower speeds.

These types of servos are handy for driving wheels on a micro-robot where space is limited or if you just want to spin something.

These are driven by a PWM signal.  A pulse width of approximately 1500uS (PWM value of about 185) will cause the motor to stop.  A higher PWM value over about 195 will rotate the motor in one direction while a lower PWM value under about 175 will cause the motor to rotate in the opposite direction.  If the PWM value drops below about 500uSec (PWM value of 62), the motor will also stop due to insufficient drive.

If using the Servo.h library, as shown in the code below, a command of about 90 will cause the motor to stop.  A value of 0 will cause it turn in one direction at full speed and a value of 180 will cause it to turn in the other direction at full speed.

Motor Connections

The built-in cable has a 3-pin female connector that is usually mated with a male header.

1×3 Female Connector

  • Brown = Ground
  • Red = 5V
  • Orange = PWM Signal

OUR EVALUATION RESULTS:

These servos are fairly strong little motors.

The servo runs on 5V with a current draw about 10mA at idle and 110mA to 250mA when being commanded to move depending on how it is being operated.  Current draw can get up to a maximum of 300mA under a stall condition, so be aware of that.  One SG90 can typically be driven off the power pin of an Arduino when experimenting as long as you don’t stall it, but motors in general are electrically noisy and power hungry devices.  It is always better to drive them directly off of a power supply rather than trying to power from the on-board MCU regulator whenever possible

If you do decide to run it directly off the MCU, you can help avoid most problems by running the power and ground from the MCU over to a breadboard and then to the servo.  By placing a fairly large electrolytic cap of around 470-1000uF across the power and ground on the breadboard, that will help to insulate the MCU from some of the power surges of the motor.

The program below can be used to exercise a 360 degree servo motor.  It simply spins the servo in one direction for 3 seconds, pauses and the spins in the opposite direction for 3 seconds.

To use, hookup 5V and ground to the servo power and ground pins.  Connect the PWM pin to pin 9 on the MCU, but this can be changed to any PWM capable pin.

Servo Motor Micro SG90 360 Degree Test Program

/*
  Exercise 360 degree Servo motor
  Simply runs servo in one direction for 2 seconds and then reverses direction
  Uses built-in Servo.h library
*/
#include "Servo.h"
#define SERVO_PIN 9   // Can use any PWM pin

Servo servo;          // creates servo object used to control the servo motor
//===============================================================================
//  Initialization
//===============================================================================
void setup()
{
  servo.attach(SERVO_PIN); // assigns PWM pin to the servo object
}
//===============================================================================
//  Main
//===============================================================================
void loop()
{
  servo.write(0); //Spin in one direction
  delay(3000);
  servo.write(90); // Stop
  delay(500);
  servo.write(180);  // Spin in opposite direction
  delay(3000);
  servo.write(90);  // Stop
  delay(500);
}

What is the price of Servo Motor Micro SG90 360 Degree Continuous Rotation in Bangladesh?

The latest price of Servo Motor Micro SG90 360 Degree Continuous Rotation in Bangladesh is BDT 170 You can buy the Servo Motor Micro SG90 360 Degree Continuous Rotation at best price from our RoboticsBD or visit RoboticsBD Office.

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product.

Product Images are shown for illustrative purposes only and may differ from the actual product.

Product Details
RBD-2450
163 Items
Filter reviews
(16)
(2)
(0)
(0)
(0)
(1)
Reset

All product reviews are from verified purchases and are comply with DIRECTIVE (EU) 2019/2161
Good
rating
rating
rating
not tested
rating
ok
sadid
rating
Best
Good
rating
Good
Perfectly functional
rating
The best
Servo
rating
Well received. No issue with the product or its quality. It is just as displayed and described.
rumman
rating
its very good
Clone
rating
Never buy anything from them they only sell clone products
Good
rating
Good
.
rating
.
Good
rating
Well conditioned.
.
rating
Good
nice
rating
good
5/4
rating
Good
..
rating
..
rating
Very awesome product
Good
rating
Got what i expected
30 other products in the same category:

Reference: RBD-0819

Hiwonder LDX-227 Servo

17kg large torque. 15 kg·cm (208 oz·in) @6V 17 kg·cm (236 oz·in) @7.4V Full metal gear 270 degree rotation Using high-precision potentiometer with new design Convenient plug-in wire

Price BDT 2,250
More
In-Stock

Reference: RBD-0818

LDX-218 Servo Motor

17kg large torque. 15 kg·cm (208 oz·in) @6V 17 kg·cm (236 oz·in) @7.4V Full metal gear 180 degree rotation Using high-precision potentiometer with new design Convenient plug-in wire

Price BDT 2,490
More
In-Stock

Reference: RBD-1257

Mini Air Pump Motor USB Power Cable

Simple Plug and Play operation. USB input Plug It Can operate on any 5V DC power supply like Power bank 1 Meter cable with DC jack provides the convenience to connect and disconnect project easily

Price BDT 590
More
In-Stock

Reference: RBD-2111

DC Motor Speed Controller PWM 12V

DC Motor Speed Controller PWM 12V Controls the speed of a DC motor using Pulse-Width-Modulation (PWM) Provides continuous current of 3A to the motor or DC load Includes a 3A fuse for protection Supports reverse connection of power supply

Price BDT 669
More
In-Stock

Reference: RBD-1340

N20 12V 200 RPM Micro Metal DC Gear Motor

This is a DC Mini Metal Gear Motor, ideal for making robots Lightweight, high torque and low RPM. Fine craftsmanship, durable, not easy to wear. With excellent stall characteristics, can climb hills easily. You can also easily mount a wheel on the motor’s output shaft.

Price BDT 295
More
In-Stock

Reference: RBD-1868

DC 12V 60W High Pressure Micro Diaphragm Water Pump Automatic Switch 5L/min Range 8m Water Pump

Watering configuration: much the same, additional sprinklers and timers are required 12V DC reflux diaphragm pump 550, the price is the price of a pump, without other accessories Maximum pressure: 0.8MP. Voltage: 12V, current: at least 2A, measured 1A is not able to bring Suction: 3 meters or so, preferably 2 meters (no problem if the vertical height is...

Price BDT 1,990
More
In-Stock

Reference: RBD-3205

TT Motor Bi-Metal Gearbox Double-Sided Axle with 1:90 Gear Ratio

The TT Motor Bi-Metal Gearbox with a 1:90 Gear Ratio is a durable and cost-effective solution for robotics and motion-driven projects. Featuring a double-sided axle and steel-reinforced gears, this motor offers higher torque at slower rotational speeds, making it ideal for applications where strength and durability are essential. The bi-metal construction...

Price BDT 320
More
In Stock

Reference: RBD-1849

775 DC 12V 18000RPM Ball Bearing Large Torque High Power Low Noise DC Motor Original (Imported)

High torque and low noise. Great replacement for the rusty or damaged DC gear motor on the machine. Ball bearing, with the cooling fan. Used in electric tool motors, power is very large, you can make a small spindle motor, and is also suitable for DIY aspects. Used for the electronic game machines, electronic toys, car toys, robots, 

Price BDT 1,250
More
In-Stock

Reference: RBD-2320

Servo Motor MG996R 360 Degree Continuous Rotation

MG996R 360° Continuous Rotation Servo Motor with high torque up to 11kg/cm Features durable all-metal gears and double ball bearing design for stability Operates at 4.8V–7.2V with stall current up to 2.5A at 6V Ideal for robotics, camera sliders, and applications requiring continuous rotation Compact design with a weight of 55g and dimensions of 40.7 x...

Price BDT 730
More
In-Stock
Customers who bought this product also bought:

Reference: RBD-0837

18650 Li-ion Rechargeable Battery

Capacity (mAh): 960-1500 Output Voltage: 3.7V High energy density High working voltage for single battery cells. Pollution-free Long cycle life ***It's a clone battery so the ampere couldn't be guaranteed. RoboticsBD

Price BDT 95
More
In-Stock

Reference: RBD-3152

Potentiometer 100k ohms Single-Turn Trimmer 104

100000-ohm single-turn trimmer potentiometer with smooth adjustment Breadboard-friendly design with secure, long leads ±5% tolerance for reliable resistance range from 9.5 to 1000000 ohms Ideal for precision tuning in electronic circuits Compact, durable plastic package with top-mounted screwdriver adjustment This potentiometer can be of Blue and White...

Price BDT 10
More
In-Stock

Reference: RBD-2301

Active Buzzer Module

Active Buzzer Alarm Module for Arduino with easy-to-control functionality Operates on 3.3V-5V DC and provides a continuous sound when powered Built-in 8550 transistor drive for stable performance Ideal for alarm devices, timers, and user input confirmations Compact design with fixed bolt hole for easy installation

Price BDT 49
More
In-Stock

Follow us on Facebook