Search found 3 matches

by zandr
Fri Oct 06, 2017 3:55 am
Forum: CAN mapping discussion
Topic: E46 CAN mapping Lua script question
Replies: 2
Views: 4289

The E46 has a ton of weird bit-stealing going on, where there's a 12 or 13-bit value, and the remaining bits are flags for some related (or unrelated) value. I don't remember what's in the rest of the wheel speed bytes off the top of my head. I do know that they stole the high bit of the fuel value ...
by zandr
Fri Apr 14, 2017 6:49 pm
Forum: RaceCapture/Pro General Q&A
Topic: Race capture pro display support
Replies: 8
Views: 5914

I've been running one of these: https://www.aliexpress.com/store/product/NR5002-H-H0-quad-core-headunit-8-inch-Universal-interchangeable-car-dvd-with-bluetooth-wifi/1422130_32506636549.html?spm=2114.12010612.0.0.Qq1pup It works reasonably well. The one gotcha with any of these is bluetooth (if that'...
by zandr
Tue Feb 24, 2015 10:26 pm
Forum: Lua Scripting
Topic: I seem to have disabled all channels
Replies: 1
Views: 2752

I seem to have disabled all channels

In the course of writing some Lua to map CAN data to virtual channels, I seem to have disabled all data. I don't even see battery voltage in the dashboard now. I'm sure this is something simple that I've done, but I don't see it. Here's the code: setTickRate(30) function ...