Search found 45 matches

by jwatte
Wed Jul 12, 2017 8:08 pm
Forum: General Discussion
Topic: All Stop command
Replies: 14
Views: 16292

Re: All Stop command

Is it possible your motor/encoder moves after being stopped, and it then goes into the speedAccel path again? If not, is it possible that the current sensing calibration is off, and it just reports 0.06A even when it's at zero? If you put an amp meter in line with the motor (assuming you have one th...
by jwatte
Wed Jul 12, 2017 8:00 pm
Forum: General Discussion
Topic: Why does this one RoboClaw light red when running?
Replies: 8
Views: 8924

Re: Why does this one RoboClaw light red when running?

So, this seems to be a work-around: void setvoltage(uint8_t id) { unsigned char cmd[] = { id, 57, 0x00, 0x28, 0x01, 0x00 }; wr_claw(cmd, 6); } It sets the main battery range to 4.0V .. 25.6V, and then the claw doesn't complain. If I can know which components specifically measure the main battery vol...
by jwatte
Wed Jul 12, 2017 7:55 pm
Forum: General Discussion
Topic: Why does this one RoboClaw light red when running?
Replies: 8
Views: 8924

Re: Why does this one RoboClaw light red when running?

The data you asked for:
They are all running 4.1.17.
The problematic board reports 0x800 (main battery low) warnings when it complains.

... I will try setting the main battery voltage levels to something really low/high and see what it does.
by jwatte
Wed Jul 12, 2017 12:37 pm
Forum: General Discussion
Topic: Why does this one RoboClaw light red when running?
Replies: 8
Views: 8924

Re: Why does this one RoboClaw light red when running?

Also, I cranked the oscilloscope up to 100 us/100 mV per division and probed straight on the power capacitor on the board, and filmed it. It doesn't really show anything more than what I suggested already, but here it is for what it's worth: https://photos.app.goo.gl/aNifp8A1uO2359GI3 You will note ...
by jwatte
Wed Jul 12, 2017 12:30 pm
Forum: General Discussion
Topic: Why does this one RoboClaw light red when running?
Replies: 8
Views: 8924

Re: Why does this one RoboClaw light red when running?

Yes, I'm using packet serial. I'll read the status back and let you know tonight. The firmware is the same one that got installed when you had the boards last year (I read it back and verified when I opened the bag, but don't remember off-hand); I think version 4.17? I'll verify that tonight too. I ...
by jwatte
Wed Jul 12, 2017 8:11 am
Forum: General Discussion
Topic: Why does this one RoboClaw light red when running?
Replies: 8
Views: 8924

Re: Why does this one RoboClaw light red when running?

Disconnecting all wiring except power, this controller still blinks red when another controller is running. A scope on the power wire shows < 100 mV ripple. Isolating the controller from the chassis ground (resting on plastic, only connected with power) shows the same thing. Moving this controller t...
by jwatte
Tue Jul 11, 2017 9:32 pm
Forum: General Discussion
Topic: Why does this one RoboClaw light red when running?
Replies: 8
Views: 8924

Why does this one RoboClaw light red when running?

Last year, I was having some trouble with Roboclaw 2x5A controllers detecting "overcurrent" and disabling, even when the motors driven had a stall current less than 5A. The problem was traced down to something that required me to send the claws in. I sent in all three of my 2x5A, but time ...
by jwatte
Thu Apr 07, 2016 9:24 pm
Forum: Velocity and Position Control
Topic: What's the best command to free-wheel?
Replies: 6
Views: 9170

Re: What's the best command to free-wheel?

That's pretty clever :-)
by jwatte
Fri Apr 01, 2016 3:09 am
Forum: Velocity and Position Control
Topic: What's the best command to free-wheel?
Replies: 6
Views: 9170

What's the best command to free-wheel?

If I want the wheels to free-wheel (H-bridges disconnected, no shorting/braking) what's the best command to send? I realize that the motors will work as generators when doing this, but I'm well within safety margins on voltages here. I will just be dragging the rover over ground to calibrate the dia...
by jwatte
Thu Mar 31, 2016 9:43 am
Forum: General Discussion
Topic: Feaature Request: Limit Wind-up
Replies: 4
Views: 6232

Re: Feaature Request: Limit Wind-up

Alright, I'll give that another go-around. Thanks for the advice! Another perhaps-relevant factor is that I'm not very aggressive in the acceleration I specify. (I'm a little more aggressive when decellerating.) I use QPPS/2 for acceleration and QPPS*2 for decelleration, but those values alone don't...