PWM Capability in Racecapture Pro mk3
Moderators: JeffC, rdoherty, stieg, brentp
PWM Capability in Racecapture Pro mk3
There is no mention of PWM capability for the mk3 on the website which was a capability that the mk2 had. Has the feature been dropped?
PWM Capability in Racecapture Pro mk3
Is there a work around for this? I have 5 PWM motors I was planning to leverage the RCPMK3 for control. I will be using various temp sensors monitored by the RCPMK3 and was hoping to make PWM adjustments to the various coolant pumps based on the temp readings. Any suggestions how to couple the RCPMK3 sensor analysis abilities to something that could control the pumps?
Thanks, Steve
Thanks, Steve
There's no native work around, sorry.
Best idea is to implement an external device that can output PWM signals, such as an arduino. That Arduino could be equipped with CAN bus, which then RCP could send CAN messages instructing the arduino to set it's PWM outputs.
This is what I would do if I were solving this problem.
Hope this helps!
Best idea is to implement an external device that can output PWM signals, such as an arduino. That Arduino could be equipped with CAN bus, which then RCP could send CAN messages instructing the arduino to set it's PWM outputs.
This is what I would do if I were solving this problem.
Hope this helps!
Thanks Brent, I had a feeling that was the solution. Any example LUA code available to set this up on the RCP and any pointers to Arduino examples? Trying to find as much as possible without reinventing the wheel so to speak. Especially since I need to do this for several pumps using several sensors.
On the RCP side it's really easy; figure out your 0-100 PWM percentage and periodically send a CAN message as that value.
Here are some examples:
https://wiki.autosportlabs.com/RaceCapt ... _GPS_speed
Quite a few CAN bus examples for the Arduino world:
https://www.google.com/search?client=ub ... 8&oe=utf-8
Hope this helps!
Here are some examples:
https://wiki.autosportlabs.com/RaceCapt ... _GPS_speed
Quite a few CAN bus examples for the Arduino world:
https://www.google.com/search?client=ub ... 8&oe=utf-8
Hope this helps!