Search found 1594 matches

by Basicmicro Support
Thu Apr 28, 2016 9:03 am
Forum: Velocity and Position Control
Topic: values for absolute encoders
Replies: 9
Views: 11629

Re: values for absolute encoders

4.1.6 is pretty old now. 4.1.16 is the current version. I dont beleive 4.1.6 had the CRC16 checksum change yet so you will need to use the older sum'd checksum command format. With pots Velocity control is usually not very useful. To low a resolution for meaning full velocity information. I recommen...
by Basicmicro Support
Thu Apr 28, 2016 8:59 am
Forum: General Discussion
Topic: Wrong motor and weird behavior
Replies: 2
Views: 4964

Re: Wrong motor and weird behavior

When you press any button on the roboclaw it stops controlling the motors. So the PID loop has stoppedm hense the noise stops. It sounds liek your PID tunning is too agressive(probably by alot). Before trying to tune the motors you need to determine why the motors channels are not working independen...
by Basicmicro Support
Thu Apr 28, 2016 8:53 am
Forum: General Discussion
Topic: Arduino Uno - Unusual Packet Serial Behavior
Replies: 3
Views: 9561

Re: Arduino Uno - Unusual Packet Serial Behavior

I beleve you have the latest arduino library we just uploaded this past week. If you are using pins 0 and 1(the hardwares serial pins, you need to change the constructor to use the Serial object instead of creating a software serial object. Please see the comments in the bare minimum example to see ...
by Basicmicro Support
Mon Apr 25, 2016 9:23 am
Forum: Velocity and Position Control
Topic: values for absolute encoders
Replies: 9
Views: 11629

Re: values for absolute encoders

IonMotion only works with the USB models. Do you know what firmware version is on your board? If its much older than 4.1.16(which it probably is since we havent sold non-USB models in a while now) I recommend you send it in for a firmware update. When your position is falling short by alot it usuall...
by Basicmicro Support
Mon Apr 25, 2016 9:16 am
Forum: General Discussion
Topic: Roboclaw does not start wihtout usb-connedtion
Replies: 5
Views: 6640

Re: Roboclaw does not start wihtout usb-connedtion

The arduino commands are listed in the Roboclaw.h file included with the library. It shows the syntax of each command. The arduino commands where named to closely match the Roboclaw manual packet serial commands.
by Basicmicro Support
Mon Apr 25, 2016 9:14 am
Forum: General Discussion
Topic: PacketSerial problem with FW.ver.4.1.10
Replies: 14
Views: 18186

Re: PacketSerial problem with FW.ver.4.1.10

If you have a 2x5A without USB you have a very old version of the board. The only way to use it with the latest software is to send it in and get its firmware updated to the latest version. Otherwise you need to use the old packet serial communications(eg with the simple sumkming checksum instead of...
by Basicmicro Support
Thu Apr 21, 2016 8:57 am
Forum: General Discussion
Topic: Arduino Library Update
Replies: 2
Views: 4713

Arduino Library Update

We have replaced the old Arduino library for Roboclaw with an updated version. It is available from the same download links as the old version. This version has been tested with Arduino 1.6.8. Please see the example code for the new constructor syntax. We are now using the builtin SoftwareSerial lib...
by Basicmicro Support
Thu Apr 21, 2016 8:55 am
Forum: General Discussion
Topic: Roboclaw does not start wihtout usb-connedtion
Replies: 5
Views: 6640

Re: Roboclaw does not start wihtout usb-connedtion

I believe the problem will be resolved if you download our latest arduino library for Roboclaw. I just updated it on the server. We are now using the latest SoftwareSerial libraries included in the Arduino software(tested with Arduino v1.6.8) which have much better bit rate timings than the old news...
by Basicmicro Support
Thu Apr 21, 2016 8:52 am
Forum: General Discussion
Topic: Single power source for Roboclaw and Arduino
Replies: 0
Views: 3512

Re: Single power source for Roboclaw and Arduino

Yes, you can power the Arduino from the 5v on the Roboclaw. Just connect the Arduino 5v and gnd to 5v and gnd on the roboclaw.
by Basicmicro Support
Thu Apr 21, 2016 8:48 am
Forum: General Discussion
Topic: [SOLVED] S4/S5 enable
Replies: 20
Views: 25493

Re: [SOLVED] S4/S5 enable

The pins used for S4 and S5 on the older version roboclaws are not connected to anything. I would not recommend it but you could technically wire something directly to those pins on the main processor.