Search found 36 matches

by ferg
Thu Apr 02, 2020 11:04 pm
Forum: CAN mapping discussion
Topic: Honda CAN Integration
Replies: 2
Views: 5380

Isn't the whole idea of a wiki that the users can update the pages to fix the typo's and such. BTW, the page with the bad info is:

https://wiki.autosportlabs.com/Hondata_KPro4
by ferg
Sat Dec 21, 2019 12:22 am
Forum: Sensors
Topic: Recommended way to measure 20A current with race capture?
Replies: 2
Views: 5977

I have used a sensor like this one, to produce a 0-5V signal that can be calibrated:

https://www.digikey.com/product-detail/ ... ND/2500500

Connect this to an analog input and log or display the current consumption.
by ferg
Sun Oct 06, 2019 5:34 pm
Forum: Lua Scripting
Topic: Scaling for CAN Tx messages?
Replies: 4
Views: 6230

Re: Scaling is 1:1 dec:phys

GTIspirit wrote: If my car was capable of more than 158.36mph then I'd have to chose a different scaling factor.....
Or use a 16 bit value for speed, instead of a single byte.
by ferg
Thu Sep 26, 2019 8:07 pm
Forum: AnalogX
Topic: Canbus using 2 AnalogX's
Replies: 3
Views: 9624

It seems like all the ASL devices have a the CAN bus terminated, and you cut a trace (or disable in software) the termination resistor. I was just responding that you should have termination at your two "end" devices, and none on any of the device in between. The lengths of your "bran...
by ferg
Thu Sep 26, 2019 4:56 pm
Forum: AnalogX
Topic: Canbus using 2 AnalogX's
Replies: 3
Views: 9624

AX1 & AX 2 should have CAN termination, all of the other CAN devices should not have termination.
by ferg
Thu Sep 05, 2019 6:50 pm
Forum: ShiftX2
Topic: ShiftX2 Only half the lights work
Replies: 1
Views: 4354

It looks to me like because you are using stepped style, you set the number of LEDs in the sxSetLinearThresh to 0 for each threshold, you probably only get one (or two because centered) light per threshold. I would first change the number of LEDs per threshold to something non-zero. You can define u...
by ferg
Mon Aug 26, 2019 11:49 pm
Forum: CAN mapping discussion
Topic: Honda K20 (in Ariel Atom) with Hondata Flashpro
Replies: 4
Views: 6614

It's not clear to me that the FlashPro sends the same data as the KPro produces from Hondata boards. The KPro and S300 are add-in boards, with their own CAN bus output (at least in the case of the S300). But before giving up on this, I would load the KPro Preset into RCP Setup/CAN Mapping, change th...
by ferg
Sun Aug 25, 2019 6:35 pm
Forum: RaceCapture/Pro General Q&A
Topic: Race Capture Pro Mk3 will not connect to Race Capture App
Replies: 6
Views: 6709

Did you follow these steps listed as the "Alternate Method" While holding down the button on RaceCapture/Pro, power it up by plugging in to USB. You should observe a rapidly flashing LED on the unit: this means it's in bootloader mode. Start the app. Note, it will not be able to connect - ...
by ferg
Sun Aug 25, 2019 6:32 pm
Forum: CAN mapping discussion
Topic: Honda K20 (in Ariel Atom) with Hondata Flashpro
Replies: 4
Views: 6614

Is your HonData configured to send CAN data? You should verify that the correct CAN bus speed (baud rate) is set. I suspect the HonData is 500k baud, but am not certain. Perhaps you can find someone knowledgeable with the CAN bus to help you. I would connect one of my CAN inspection tools (or write ...
by ferg
Tue Jun 25, 2019 3:58 pm
Forum: Hardware and Installation
Topic: Installing RCP MK III into an Open Cockpit Car
Replies: 14
Views: 24875

Looking forward to seeing what you come up with.
by ferg
Tue Jun 04, 2019 3:41 pm
Forum: CAN mapping discussion
Topic: Directry CAN mapping for Podium
Replies: 12
Views: 15123

Well, there is a little "2" in the lower right corner of that box that represents the bit number. I would say (and I did say) it would be 2.

But you have the case to test.

Which one works?
by ferg
Fri May 24, 2019 3:42 pm
Forum: CAN mapping discussion
Topic: 8th Gen Honda Civic (06-11) CAN PIDs
Replies: 1
Views: 3020

Based on what some other brands are able to do, it looks like there could be some useful data available. It's a bit of a job to reverse engineer the CAN bus but it is possible. Looking around, I think the CAN bus might be 250kbit/sec, and the Honda Civic might be using the following CAN IDs: 1684 (0...
by ferg
Wed May 22, 2019 3:36 pm
Forum: CAN mapping discussion
Topic: Directry CAN mapping for Podium
Replies: 12
Views: 15123

When it Bit mode, the offsets are in bits (0-63), and the lengths are in bits as well.

I would try the following:

Case A: Offset 2, Length 1
Case B: Offset 16, Length 12
by ferg
Tue May 07, 2019 5:39 am
Forum: Lua Scripting
Topic: Re-scale/ID CAN data to drive gauge cluster
Replies: 5
Views: 7583

Excellent news!
by ferg
Tue May 07, 2019 12:40 am
Forum: Lua Scripting
Topic: Re-scale/ID CAN data to drive gauge cluster
Replies: 5
Views: 7583

I think you want to use getChannel() as defined here in the API:

https://wiki.autosportlabs.com/RaceCapt ... r_name_.29