
Reference: RBD-1354
Jumper Wire Single 20cm
Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-1354
Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-0351
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)...
Reference: 0245
Choose your desire Resistor value from below:
Reference: 0031
3 Types Available (Please select from option) 1. Male to Male 2. Male to Female 3. Female-Female
Reference: RBD-0768
Size: 5mm Color: RED Head Shape: Round Lens Appearance: Transparent
Reference: 1353
Length: 12.5 inches/30 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-0761
Breadboard friendly Mounting Style: Through Hole Mounting Direction: Vertical
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. |
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.
Enjoy controlling your robot and exploring its capabilities! |
The SG90 – 360 degree continuous rotation servo is a micro size analog servo.
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. |
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.
The built-in cable has a 3-pin female connector that is usually mated with a male header.
1×3 Female Connector
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.
/* 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); }
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. |
Reference: RBD-0819
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
Reference: RBD-2859
Small metal vibrating motor powered by 3 V. Idle current 90 mA. Dimensions: 9 x 5.2 x 5.2 mm.
Reference: RBD-0715
Voltage: 12V DC RPM:100RPM Diameter: 25mm Low Noise Shaft equips metal bushes for long life. Metal Gears for High performance It comes with High-Quality gears. High torque at very low Current Consumptions
Reference: RBD-1056
Operating Voltage: 3 to 6VDC Shaft Diameter: 2 mm (approx.) Shaft Length: 10mm (approx.) Weight; 15g (approx.)
Reference: RBD-0336
12V High Torque Turbo Worm Gear DC Motor with Metal Gearbox 54 RPM-45KG.CM Torque Model: JGB37-550 RPM: 54 Torque: 40KG.CM
Reference: RBD-2777
Stall torque: 10kg/cm (4.8v); 12kg/cm (6v) Operating voltage: 4.8 ~ 6.6v Temperature range: 0- 55deg Gear Type: Metal gear Dead band width: 1us servo wire length: 32cm Servo Plug: JR (Fits JR and Futaba)
Reference: RBD-0818
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
Reference: RBD-2140
220V Double Bearing DC Motor Dynamo Generator Efficiency: IE 2 Voltage: DC 220V Frequency: 50Hz Power factor: 0.85
Reference: RBD-1257
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
Reference: RBD-0936
High-Quality Pump Operating Voltage: 12VDC Flow Rate: 1100GPH Outlet Diameter 19mm
Reference: RBD-2143
DC 12V Water Flow Pump Mini Hydro Generator Turbine Suitable for energy conversion of water into electrical energy Can directly charge small batteries, mobile phones, or power LED lights Output current: Max. greater than equal 220mA
Reference: RBD-0736
Model: 720 Shaft Size: 1.0 mm Rated Voltage: 3.7 V. Current: 0.1 A. Rated RPM: 48000. Max Speed: 50000 RPM. Wire Length: 5cm Prop. Length: 55mm
Reference: RBD-2111
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
Reference: RBD-1686
Brand: RoboticsBD
Operating Voltage: 3 to 6VDC Shaft Diameter: 2 mm (approx.) Shaft Length: 10mm(approx.) Weight; 15g(approx.)
Reference: RBD-1340
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.
Reference: RBD-1656
BO Series motor with 180 RPM options Operates at 6V, ideal for small to medium robots Lightweight, easy to install with mounting holes Suitable for DIY projects and mobile robot cars Cost-effective with plastic gear construction
Reference: RBD-1868
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...
Reference: RBD-3205
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...
Reference: RBD-1958
Planetary gear DC motor 12/24V operating voltage 8-210RPM speed range Smart home motor applications
Reference: RBD-1849
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,
Reference: RBD-2069
Round motor Vibration Motor Big toy motor Dynamo Motor Big solar motor Double Shaft toy motor Double shaft round motor DVD/Solar Motor Toy Motor, Double Shaft Geared Motor L Shaped Geared Motor
Reference: RBD-1964
Operating Voltage (VDC):12 Operating Current (A):0.25 High-Quality Engineering Plastic Pump Head. Tripple Roller Design Low Noise Motor.
Reference: RBD-2058
Voltage: 12V Rated power: 250W Rated torque: 0.8N.m Rated speed: 2750RPM No loading current: ≤14A Rated current: 20A
Reference: RBD-3329
These 5015 blower fans are a low cost solution for spot cooling heat sinks, 3D print heads and similar applications.
Reference: RBD-1248
Speed(RPM):19000 Motor diameter: 6mm Shaft diameter: 0.8mm Shaft length: 4mm Rated voltage: 1.5V-3.1V
Reference: RBD-3034
Voltage Range: DC 2.5-4V. Motor Diameter: 10 mm. Motor Thickness: 4.2 mm. Min. Rated Speed: 10000RPM Max. Rated Current: 90mA
Reference: RBD-1872
Product: Water Pump Model: AD20P-1230C Voltage: 12V Current: 350mA. Power consumption: 3.6W.
Reference: RBD-2320
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...
Reference: RBD-3628
Brand: DFRobot
The servo features clutch function and electronic protection to prevent damage. It offers large torque, stable performance, and easy installation.
Reference: RBD-0837
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
Reference: RBD-0212
Input: 110v or 240v A/C (50/60Hz) Cell Count: 2~3s Battery Type: LiPoly Output Current: 3 x 800mA
Reference: RBD-3152
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...
Reference: RBD-0291
Main chip: LM393, Electret condenser microphone Working voltage: DC 3.3-5V Induction distance is 0.5M Signal output Indication Single channel signal output The output effective signal is low level.
Reference: RBD-1754
It’s efficient up to 93% It can source a good amount of current The maximum output current: 2A Input voltage: 2V-24V DC The maximum output voltage: 5V-28V DC
Reference: RBD-1178
Size: 5mm Emitted Color : UV View Angle: About 20 - 25 degree. Luminous Intensity: 800mcd-2500mcdSuperbright Ultra Violet LED UV Lamp 5mm 2500mcd 365NM
Reference: RBD-2301
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
Reference: RBD-1482
Capacitance: 100uF Voltage: 50V Mounting: Through Hole Material: Aluminum Tolerance: ±20 %