HOME COMMUNITY WIKI Search BLOG Home / DF15RSMG 360 Degree Motor (20kg) DF15RSMG 360 Degree Motor (20kg) SKU:SER0035 Brand:DFRobot Reward Points:10 Tags: bracket bearing SER0035 servo DF15RSMG Gravity motor Servo / Motor Related Categories All Products Servo Motors Motors & Actuators & Drivers Modules 13 13 ADD TO WISHLIST Frequently Bought Together You have choosen:1 DF15RSMG 360 Degree Motor (20k...... Gravity: DF15MG Tilt/Pan Kit (...... Romeo V2- an Arduino Robot Boa...... Total amount: Servo Y extension cable (300mm...... BUY NOW INTRODUCTION This is the most powerful standard servo sized motor from DFRobot so far. The DF15RSMG equips with two pairs of the servo shells. One is a stardard shell with four M4 mounting holes. And the other one includes a shell with double bearing which is specially designed for the application of the robot arm or the joints.The shells of this kit are thickened to make it stable enough for motion system. The torque of this motor is about 19kg.cm at 7.4v power supply.Using the Arduino servo library, you could drive this servo motor easily.To reduce the consumption of your microcontroller, this servo has a lock function for the pulse detection. So driving it to a target position just requires one PPM controlling signal. NOTE: This Servo Motor is not a servo which allows you control position or speed, but it is actually a motor with servo appearance, and you can control its rotating direction. You could use servo.h to make the adjustment. Cable definition Brown - GND Red - VCC Orange - Signal(PPM input wire) SPECIFICATION Mechanical specification Rotation angle range: 360 No-load speed:60/0.16s @7.4v Stall torque:19.3kg.cm7.4v Dynamic torque:15.1kg.cm7.4v Gear:steel,copper mixed gear Assembly method:fastening with double layer 4 screws Equip 2 pairs of shells,2 metal servo horns and 2 servo support Size: 40x40x20mm (1.57x1.57x0.79") Electrical specification Working Voltage: 5-7.4v Stall current:3A(@8.5V - Limit test) PPM Voltage:3V-5V 0 LOGIN/SIGN UP WISH LIST (0) PPM Resolution:2us PWM driver frequency:4KHZ Range of PPM positive pulse width:400us-2550us Minimum value of PPM negative pulse width:400us DOCUMENTS Servo library Standard mode dimension Robot arm mode dimension SHIPPING LIST DF15RSMG Servo x1 Servo Shell x2 Fitting package x1 PROJECTS Project 1. How to Make a Small Cannon In this project it shows how author made a small cannon for my lovely player in reality. Main Components: DFRduino UNO R3 Gravity IO Expansion & Motor Driver Shield DF15RSMG 360 Degree Motor (20kg) DC Decelerate Motor Push Button Gravity: Analog Rotation Potentiometer Sensor V1 For Arduino laser carved board REVIEW 22 Comments DFRobot Recommend Share 1 Login Sort by Best Join the discussion... Jan * 5 months ago Dear DFRobot team, I bought 2 of those continious servos. I wanted to use them on different speeds. But it didn't work, I could not adjust the speed. My programm works with other continious servos. May you know what the problem is?Best regards Jan. * Reply * Share DFRobot Support Mod > Jan * 5 months ago This servo can NOT control the speed, you can only control its direction, please notice this. * Reply * Share Itnet * 7 months ago Hey, May I know the screw dimension of the servo screw (not the fastener)? * Reply * Share DFRobot Support Mod > Itnet * 7 months ago The screw hole dimension is 4.3mm. * Reply * Share Florian Baraban * 9 months ago Hi. Is it possible to have the files to open it in solidworks? Can I contact someone to have it? * Reply * Share Teguh Isron Nugraha * a year ago hi i just bought it , why this servo always rotate? even the program closed? any sugestion? i used raspi 3 * Reply * Share DFRobot Support Mod > Teguh Isron Nugraha * a year ago This servo is a 360 degree continuous servo, unlike the 180 degree servo * Reply * Share Teguh Isron Nugraha > DFRobot Support * a year ago ya i know, the problem is the servo can't stop rotate even orange wire (PPM input wire) not conected, i must take vcc or ground wire manually to stop it. i found a solution, i replaced a PCB board or encoder on servo. i replaced it and it return to normal. im sorry DFROBOT i think the encoder is broken. thank you for your attention. * Reply * Share francisbautista * a year ago Hi DFROBOT, how heavy is this motor? I need specs on its mass to compute for the FBD kinematics. * Reply * Share wendy > francisbautista * a year ago Hi the weight of the motor is 60g including the cable connected to the motor. * Reply * Share Can this motor be used with brushed ESC? im planning to connect it to the brushed ESC which will be connected to the receiver, no arduino will be used. Is that compatible? Brian Ng * 2 years ago * Reply * Share Mod > Brian Ng * 2 years ago It depends on the control signal, Servo is 4Khz 500us~2500us. And 360 degree servo are special. it control the speed only, not the position. DFRobot Support * Reply * Share Brian > DFRobot Support * 2 years ago Is this a continuous 360 degree motor or does it rotate and stop at 360 degree? if it just 360 degree, is the motor able to be modified so that it rotates continuously? * Reply * Share wendy > Brian * 2 years ago Yes, its a continuous 360 degree motor. * Reply * Share Leff Wei * 2 years ago Tested on Arduino Leonardo (Romeo DFRobot) without external power supply, if you add a torque, make sure to give an external pwoer supply. #include Servo myservo // create servo object to control a servo void setup() { myservo.attach(9) // attaches the servo on pin 9 to the servo object } void loop() { myservo.write(0) //Max rotation in clockwise delay(2000) myservo.write(93) //STOP, 93 is tested when servo drawing 4.8V from arduino, should be 90 theoretically see more * Reply * Share Marina Uy * 3 years ago Can an encoder be used with this motor easily? Is so, which one is best and how is it attached? Is there a product specification document for this motor? * Reply * Share Mod > Marina Uy * 3 years ago HI, I am sorry, there is no encoder for this motor now. And it is a 360 degree rotation servo. The control method is similar to the standard one, but work as motor. DFRobot Support * Reply * Share 3D Printwiz * 3 years ago I understand that it does not have angle control, but does it stop on the dime, say my code specify an amount of time it runs, and stops, and does it hold its position. * Reply * Share DFRobot Support Mod > 3D Printwiz * 3 years ago No, 360 degree servo is like a motor, so it can't hold its position, even when it stop. * Reply * Share DFRobot Support * 3 years ago Mod Note: 360 degree servomotor works like a motor, you could control its speed and direction, but not angle. * Reply * Share raul > DFRobot Support * 3 years ago So...A motor specially designed for the robot arm or joints, shouldnt have angle control?... so u cannot really have any feedback from the position? Thanks. * Reply * Share DFRobot Support Mod > raul * 3 years ago Right! 1 * Reply * Share ALSO ON DFROBOT ESP32 Arduino Tutorial: Controlling a buzzer with PWM ESP32 Projects: Mail Alarm 2 comments * 5 months ago 6 comments * 7 months ago DFRobot Support -- Can you use different resolution like 13 DFRobot Support -- https://github.com/espressi... Here is the bits in the manual to test if it is able to move? example code for WiFiMulti, please take a look. LattePanda Alpha 8G - A Tiny Windows / Linux Mini PC DFRobot LattePanda Alpha 8G/64GB - A Tiny Windows / Linux Mini PC - DFRobot 29 comments * 4 months ago 61 comments * 4 months ago Adam Azhar -- Its August... When can we expect our Alpha? -- Does the LattePanda Alpha 864 - Tiny Ultimate Indiegogo backers here... How soon can we order the LCD Windows / Linux Device (Pre-Order) have to be shipped internationally to Taiwan?How much is international shipping? Subscribe d Add Disqus to your site Disqus' Privacy Policy Recently Viewed Items and Featured Recommendations Pan and Tilt Kit (Black Anodiz...... Aluminum Multi-Purpose Servo B...... DC Barrel Jack Adapter Femal...... 1/2 < > 2x15A DC Motor Driver...... Gravity: Digital Crash sensor ...... Sign up for exclusive offers! Like us on Your email address INFORMATION CUSTOMER SERVICE MY ACCOUNT About Us DFRobot Distributors Affiliates Warranty Contact us Specials Privacy Policy Site Map Shipping Payment FAQ Powered By DFRobot (c) 2008- 2018