Search found 12 matches

by carlos_en14
Wed Feb 28, 2018 8:52 am
Forum: General Discussion
Topic: Serial command to set undocumented S3, S4, S5 modes
Replies: 7
Views: 8615

Re: Serial command to set undocumented S3, S4, S5 modes

3. Wait for us to update the arduino library. We will be doing that but its going to be several weeks at a minimum. We have a fairly long todo list right now. Since the only change for these commands is the new values for the arguments(still the same arguments) I'd go with 1(my preference) or 2(for...
by carlos_en14
Tue Aug 22, 2017 6:57 pm
Forum: General Discussion
Topic: Serial command to set undocumented S3, S4, S5 modes
Replies: 7
Views: 8615

Re: Serial command to set undocumented S3, S4, S5 modes

Those variables SIGFLAG_XXXXXX are not in the RoboClaw Arduino library and when compiling throws an error, variables are not declared in the scope. You know if is there a new Arduino library version up to date? Or you are saying that for the moment we should declare by ourselves to use them? This co...
by carlos_en14
Fri Aug 18, 2017 6:32 pm
Forum: General Discussion
Topic: Is it possible to change configurations from Arduino?
Replies: 1
Views: 2773

Is it possible to change configurations from Arduino?

I have a 2x15A working controlled by an Arduino via packet serial (using S1 and S2). Starting i use S3 as E-Stop (latching) on two physical switches interconnected for both motors, S4 as M1 Home User and S5 as M2 Home User.. In this case when switched, the only thing it does is reset encoder to zero...
by carlos_en14
Thu Aug 17, 2017 1:38 pm
Forum: General Discussion
Topic: Error code table with description
Replies: 3
Views: 4065

Re: Error code table with description

Ok, sorry. I remember have seen that, but i did not understand it. Thanks for the info.
by carlos_en14
Tue Aug 15, 2017 5:55 pm
Forum: General Discussion
Topic: Error code table with description
Replies: 3
Views: 4065

Error code table with description

I am looking for an error code table which i can compare with the result of this line of code in your library.

Is it public or i have to make my own with experience?

Code: Select all

 uint16_t ReadError(uint8_t address,bool *valid=NULL); 
by carlos_en14
Mon Aug 14, 2017 4:03 pm
Forum: General Discussion
Topic: Mosfet burned but still works, want to replace it
Replies: 1
Views: 2809

Mosfet burned but still works, want to replace it

Looks like a mosfet did burned. Is a 2x15A V5D. The mosfet is a 5 volts to 3 volts regulator. It does turn on and leds go on, but i don't feel like it is going to work well, i want to repair it first. I am from México and i don't think i am able to send it for a repair. So.. Can it be replaced by my...
by carlos_en14
Fri Aug 11, 2017 6:20 pm
Forum: General Discussion
Topic: 2x15 not recognized by Windows, no LEDs on
Replies: 1
Views: 2833

2x15 not recognized by Windows, no LEDs on

I bought 2 2x15 controllers, was working with only one just testing S3, S4 and S5 functions, just working with action pins and testing with a manual power supply, and a board we made, it took just a moment I did turn off the power supply and disconnect some cables and turn the power supply on again ...
by carlos_en14
Thu Jul 13, 2017 4:40 pm
Forum: General Discussion
Topic: All Stop command
Replies: 14
Views: 16319

Re: All Stop command

Just to confirm this is true, roboclaw says M1 is consuming an average from 0.02 to 0.10 amperes, but I did put an amp meter and it shows zero on screen. Problem solved.. Now, is there a way to recalibrate that to remove that "noise"? Because i will be showing a real-time amp screen and it...
by carlos_en14
Wed Jul 12, 2017 5:42 pm
Forum: General Discussion
Topic: All Stop command
Replies: 14
Views: 16319

Re: All Stop command

I am not an expert on this topic and I know this is kind of old thread but im facing the same issue and I would like some help or advice. At first I was also stopping the motors using roboclaw.SpeedAccelM2(address, 0, 0); on each one and it worked, but later I saw it is still consuming current. I us...
by carlos_en14
Wed Jul 12, 2017 2:56 pm
Forum: General Discussion
Topic: IonStudio on Windows on Parallels on MacOS RUNS JUST FINE!
Replies: 0
Views: 2855

Re: IonStudio on Windows on Parallels on MacOS RUNS JUST FINE!

thanks for the info, i couldn't make it work some time ago, maybe i missed any step. I'll try it later again.