SuperDroid replied to the topic Help with RC controlled mecanum robot in the forum Electrical & Controls 3 years, 7 months ago
You can use those Servo Drivers but you will have to modify the Arduino code to send commands to those instead of the Sabertooths. From the datasheet it sounds like you will need to put the drivers in Digital Speed Control mode and send it Modbus ASCII commands from the Arduino. I haven’t tried looking but I would expect you can find some Modbus…[Read more]
SuperDroid replied to the topic Help with RC controlled mecanum robot in the forum Electrical & Controls 3 years, 7 months ago
Hi Aleksandr,
Your motors are intended to be operated using a Servo Motor Driver, which they mention in the link you posted (https://robokits.co.in/motor-drives-drivers/encoder-dc-servo/dc-servo-motor-driver-40v-20a-w-t-step-direction-input). It may be possible to bypass the servo part of it and operate as a basic DC motor but I don’t want to…[Read more]
SuperDroid replied to the topic Remove spring from Z-axis? in the forum Product Questions 3 years, 8 months ago
We would not recommend removing screws. You can remove the spring, but it will not provide a ratchet/lock of the stick and the rubber boot tends to push the stick back close to center, so you will need to remove the boot too.
SuperDroid commented on the post, SuperDroid Partners with InterNACHI® 3 years, 8 months ago
The camera is not sealed. If rain hits the camera electronics, it will likely have bad results. dampness is OK, but not direct water
SuperDroid commented on the post, SuperDroid Partners with InterNACHI® 3 years, 8 months ago
Sorry, no further discounts are available. The zoom camera is a lot more involved.
SuperDroid commented on the post, SuperDroid Partners with InterNACHI® 3 years, 8 months ago
The GPK-32 and GPK-32-Zoom are linked in this blog post. They are two separate items. You can not change the cameras out after purchase. The specifications for both robots are listed on the item pages linked in
SuperDroid commented on the post, SuperDroid Partners with InterNACHI® 3 years, 8 months ago
We actually sell a variant of our GPK-32 with a zoom camera, which can be found here:
SuperDroid commented on the post, SuperDroid Partners with InterNACHI® 3 years, 8 months ago
The GPK-32 is currently discounted on the site and the addition of the internachi discount code. There are no further discounts planned.
SuperDroid commented on the post, SuperDroid Partners with InterNACHI® 3 years, 8 months ago
No. If you flip it over, you will have to crawl in and retrieve it. If you high center it or get it stuck, you will have to crawl in and get it. The robot is not intended to handle ever situation and make it so
SuperDroid commented on the post, SuperDroid Partners with InterNACHI® 3 years, 8 months ago
It is possible. The camera would be out in front and would be somewhat vulnerable especially if we put a tilt in it. We can not recess it into the body because the drive motors are there. With the wheelie bars
SuperDroid replied to the topic Shielded RJ45 panel mount with end-to-end shielding in the forum Product Questions 3 years, 9 months ago
Sorry, we don’t have this product with shielded wire/ends
SuperDroid replied to the topic Motors for a waterproof robot in the forum Product Questions 3 years, 9 months ago
Hi. the motors are not sealed. You will need to build an entire housing to keep it watertight.
SuperDroid replied to the topic Complete Newbie Question in the forum Electrical & Controls 3 years, 9 months ago
Hi. The Maestro servo controllers are not intended to be hooked up to a RC receiver. Its meant to replace the RC receiver. If all you want to do is to increase the PWM pulse width you can get a servo stretcher. It goes in between the RC Rx and the servo and will stretch the servo pulse. We do not sell them, but most RC hobby shops will have them.
SuperDroid wrote a new post 3 years, 9 months ago
Exclusive $50 Discount on Inspection Robots for InterNACHI® Members
SuperDroid Robots Inc. is proud to announce their partnership with the International Association of Certified Home Inspectors®, or I
SuperDroid commented on the post, Controlling a Dome Camera with Arduino 3 years, 10 months ago
The dome camera has cables coming out of it that expose the video, power (12V), and RS485 A/B lines. It should be pretty clear what each of the wires are. I don’t have one handy right now but I believe the
SuperDroid replied to the topic My robot takes 4 seconds before executing STOP command. in the forum Electrical & Controls 3 years, 11 months ago
OK it looks like you’re using hexadecimal for the drive command but uint8 for the stop command. What if you send the stop command in hex? Try using for the stop command.
SuperDroid replied to the topic My robot takes 4 seconds before executing STOP command. in the forum Electrical & Controls 3 years, 11 months ago
I understand that you’re not having problems with the drive command. I’m asking you to show me the command just so that I can compare a working command with a command that doesn’t work.
SuperDroid replied to the topic My robot takes 4 seconds before executing STOP command. in the forum Electrical & Controls 3 years, 11 months ago
OK let me know the results of that test. And can you also show me the drive command packets you’re using? And when you say the robot doesn’t stop, does it just keep traveling at the last speed you sent it and then stop after 4 seconds or does it just slow down very gradually?
SuperDroid replied to the topic My robot takes 4 seconds before executing STOP command. in the forum Electrical & Controls 3 years, 11 months ago
Sure you can email code your code to sdr@sdrobots.com.
And can you show me what you’re calling the “go” and “stop” commands? What are the exact packets that you’re sending?
SuperDroid replied to the topic My robot takes 4 seconds before executing STOP command. in the forum Electrical & Controls 3 years, 11 months ago
How are you writing and sending commands to the robot? I would suspect that the delay is due to the Bluetooth. The Arduino is communicating using Serial, meaning you could potentially bypass the Bluetooth and try communicating with it via the USB port as a test. The timer in the code is only used to detect timeouts and stop the motors as a failsafe.
- Load More