Search found 1594 matches

by Basicmicro Support
Tue Oct 25, 2016 9:25 am
Forum: General Discussion
Topic: RoboClaw 2x7 not powering RC reciever
Replies: 0
Views: 3056

Re: RoboClaw 2x7 not powering RC reciever

Yes, the 2x7A Roboclaw should be able to power an RC receiver(anyone I've ever used anyway). If the board itself is working then please check the 5v pins on the board with a multimeter to make sure they are powered. If not, the board may be damaged and need to be sent in for repaired/replacement. If...
by Basicmicro Support
Tue Oct 25, 2016 9:21 am
Forum: Velocity and Position Control
Topic: Backward / Reverse with SpeedAccelDistanceM1 Function?
Replies: 13
Views: 15380

Re: Backward / Reverse with SpeedAccelDistanceM1 Function?

Its unlikely the USB functionality will work correctly on a virtual machine. But that doesnt really matter because IonMotion would require the firmware update before it will try to communicate with the board. The order of the Kp,Ki,Kd didnt change in the firmware. It only changed in the arduino libr...
by Basicmicro Support
Sat Oct 22, 2016 12:13 pm
Forum: General Discussion
Topic: Roboclaw 2x60A V5 usb slot came off
Replies: 8
Views: 9456

Re: Roboclaw 2x60A V5 usb slot came off

We can solder it back on. I dont recommend you try doing it yourself unless you have a hot air rework station and are reasonably good at soldering. From the picture it doesnt look like any pads got ripped off so it should be fairly simple for us to fix.

Send it in to our contact address.
by Basicmicro Support
Fri Oct 21, 2016 9:05 am
Forum: General Discussion
Topic: ROS Driver problems and modifications
Replies: 11
Views: 14203

Re: Roboclaw takes too long to execute movement commands / packet serial over USB

Thanks for the post and the link. Im assuming htere were two threads in ROS trying to read/write to the serial port at the same time? Or some kind of overlapped serial was being used?
by Basicmicro Support
Thu Oct 20, 2016 10:09 am
Forum: General Discussion
Topic: ROS Driver problems and modifications
Replies: 11
Views: 14203

Re: Roboclaw takes too long to execute movement commands / packet serial over USB

Is there any communications problems when testing with the IonMotion application? If not then the problem is most likely in the ROS driver. As I said in a earlier post in this thread we did not write that driver so Im not sure what could be happening. Note, if the Roboclaw does not reply in several ...
by Basicmicro Support
Thu Oct 20, 2016 9:59 am
Forum: Velocity and Position Control
Topic: Backward / Reverse with SpeedAccelDistanceM1 Function?
Replies: 13
Views: 15380

Re: Backward / Reverse with SpeedAccelDistanceM1 Function?

1. Make sure the motors speed is matched. If not the tuning isnt close enough yet. 2. The different may be in the wheel diameter. Its a fairly small difference so I could see that being the case. 3. It looks like you are not sending a second distance command for each motor to stop them. If you dont ...
by Basicmicro Support
Wed Oct 19, 2016 10:07 am
Forum: General Discussion
Topic: Packet Serial Mode: Multiple Motor Controllers
Replies: 14
Views: 18407

Re: Packet Serial Mode: Multiple Motor Controllers

If oyu are using a single radio per Roboclaw then you dont need to use the multi-unit option or the pullups.
by Basicmicro Support
Wed Oct 19, 2016 10:04 am
Forum: Velocity and Position Control
Topic: Backward / Reverse with SpeedAccelDistanceM1 Function?
Replies: 13
Views: 15380

Re: Backward / Reverse with SpeedAccelDistanceM1 Function?

Yes, it can go backwards. Please provide your code so I can see if anything is wrong. Distance should always be possitive and direction is controlled by speed sign when using this command.
by Basicmicro Support
Wed Oct 19, 2016 10:03 am
Forum: Velocity and Position Control
Topic: Encoder pull-up resistor choice
Replies: 4
Views: 8378

Re: Encoder pull-up resistor choice

Between 10k and 1k. The lower resistance will pullup harder and support faster speeds but in the vast majority of cases 10k or 4.7k will be plenty.
by Basicmicro Support
Tue Oct 18, 2016 10:03 am
Forum: General Discussion
Topic: Distance Values over 32,767 SpeedAccelDistanceM1
Replies: 2
Views: 3839

Re: Distance Values over 32,767 SpeedAccelDistanceM1

Please show your code. One posibility is if your are using a macro. You may need to put the 65*1000 inside of parentheses, (65*1000).