SuperDroid replied to the topic Need switch to control power and load circuits in robot in the forum Electrical & Controls 4 years, 9 months ago
The switch should be able to handle a bit over the maximum current that you expect. Our 2 position toggle switch can handle 25A per pole. Often times we run the power wires to both the poles just to be safe.
SuperDroid replied to the topic Need switch to control power and load circuits in robot in the forum Electrical & Controls 4 years, 9 months ago
Hi John,
I have attached a basic schematic for that setup. Please make sure that you are using the correct wire gauge for the project, and Also please verify that the positive and negative pins on the charger are in the right orientation when wiring the XLR charging plug. Verification can be done by plugging in the charger and CAREFULLY using a…[Read more]SuperDroid replied to the topic Need switch to control power and load circuits in robot in the forum Electrical & Controls 4 years, 9 months ago
Hi JohnGa,
Let me see if I understand this correctly.–Switch up–
Power form the battery to the sabertooth and any other components–Switch middle–
Cut power to all components–Switch down–
No power to any components, but will allow you to charge the batteries.Let me know if i am not correct.
If you are trying to charge the…[Read more]SuperDroid replied to the topic How to make mecanum robot spin in the forum Electrical & Controls 4 years, 9 months ago
Hi Scott,
If you are using the Sabertooth Arduino library, you should be able to just set the motor to spin by using the code below.Sabertooth ST1(128);
Sabertooth ST2(129); // put these at the top of your code to specify each motor controller.ST1.motor(1,127); //address 128, motor 1 full power forward
ST2.motor(1,127); //address 129,…[Read more]SuperDroid wrote a new post 4 years, 9 months ago
Last week SuperDroid had the opportunity to travel to Virginia and demonstrate some of our robots for the students of Suffolk Christian Academy. Our team has always been dedicated to sparking a love of robotics in
SuperDroid replied to the topic Electrical Schematic in the forum Electrical & Controls 4 years, 9 months ago
If you are using Lead Acid batteries, then yes, that would still work.
SuperDroid replied to the topic Electrical Schematic in the forum Electrical & Controls 4 years, 9 months ago
Hello,
The reason we use two 12 AWG wires and 2 40 amp breakers is to accommodate the current. 12 AWG wire has a limit of 41 A DC before it starts to fail. The limit for 10 AWG is 55A DC, meaning the wire would start to fail before the breakers trip.To answer your question, I would suggest not going with the single 10 AWG wire mainly because…[Read more]
SuperDroid wrote a new post 4 years, 9 months ago
SuperDroid Robots has a long history of working with the entertainment industry. Our robots and robotic platforms have appeared in everything from commercials, documentaries, news, and multiple television shows
SuperDroid replied to the topic Direct mount axels vs. chain driven in the forum Mechanical Design 4 years, 9 months ago
Dave,
We prefer to use direct drive whenever possible. It is simpler, requires fewer parts so it’s less expensive, and there’s just not as much that can go wrong. Wheelchair motors can typically support quite a bit of weight so there’s usually no reason to support the shaft with another bearing unless the shaft is fairly long. We use these shafts…[Read more]SuperDroid replied to the topic Electrical schematic for 3 linear actuators in the forum Electrical & Controls 4 years, 9 months ago
Hi Dave,
The easiest way to control the linear actuators would probably be with another motor controller. I don’t have a schematic on hand for controlling linear actuators, but you can treat them the same as you would a motor. Some good motor controllers for the linear actuators (depending on the size of your controllers) is the Syren 10A motor…[Read more]SuperDroid replied to the topic On-Board charger in the forum Electrical & Controls 4 years, 9 months ago
Hi Dave, you could use either one of the 24V 4A chargers and charge in series or two 12V 10A chargers and charge each battery separately. We typically leave the charger off the robot and just put a connector on the robot but you could also mount it on-board if you’d like…[Read more]
SuperDroid replied to the topic Controllers – 4 wheelchair jazzy motors in the forum Electrical & Controls 4 years, 10 months ago
Here is a rough diagram for RC input to two motor controllers. I would hook up the front motors to one of the motor controllers, and the rear motors to the other motor controller.
SuperDroid replied to the topic Controllers – 4 wheelchair jazzy motors in the forum Electrical & Controls 4 years, 10 months ago
Hi Dave,
We have a few different options for motor controllers, and it really just depends how you are controlling it, and what you want to do with the motor controller.
The Sabertooth 2×60 motor controller is a good option if you want to control it with RC, or a simple serial connection.The Roboteq MDC2460 is another really good controller…[Read more]
SuperDroid replied to the topic LS7366R in the forum Electrical & Controls 4 years, 11 months ago
Unfortunately we do not, we usually don’t have many people that need the index. If you are good with soldering, you might be able to solder a small wire onto the leg of the LS7366R chip.
SuperDroid replied to the topic LS7366R in the forum Electrical & Controls 4 years, 11 months ago
You are correct, the buffer board does not interface with the index pin directly.
SuperDroid replied to the topic LS7366R in the forum Electrical & Controls 4 years, 11 months ago
Do you physically have the index pin hooked up to the Arduino? If that is the case, then you should be able read the pulse with a digitalRead and clear the encoder counts that way.
SuperDroid replied to the topic LS7366R in the forum Electrical & Controls 4 years, 11 months ago
Hello,
Are you trying to reset the number of counts that the arduino is reading? If that is the case, you can use the command “Encoder1.clearEncoderCount()”The buffer board does not hook directly up to the Index pins of the LS7366R, so sending that value might not help.
Thank you,
MartySuperDroid wrote a new post 4 years, 11 months ago
Home inspectors see an increase in safety using inspection robot
Robotic inspection allows quick and low hassle examination of crawl spacesFuquay-Varina, NC (Jan 7, 2020): SuperDroid Robots, a leading
SuperDroid wrote a new post 4 years, 11 months ago
2019 was an absolute whirlwind of a year here at SuperDroid Robots. With all the progress and changes that have happened, it’s hard to keep track of it all. That’s why we took the time to cover the highlights of
SuperDroid replied to the topic Mind of its own in the forum Electrical & Controls 5 years ago
Hi Kurt,
just a few questions.
What are you using for a motor controller?
Are the brakes disengaged?
are you using encoders?- Load More