Search found 18 matches

by dvsu12
Thu Dec 28, 2017 11:51 pm
Forum: RaceCapture App Operation and General Q&A
Topic: OpenGL 2.0 needed running 2.1 version and Kivy sees 1.1?
Replies: 16
Views: 15133

Thanks Brent.

I found an easier way around it - in the .kivy folder located within the "Users" folder in Win 8.1, I modified the config.ini file, under [graphics], to change the multisamples value from 2 to 0.

App launches without errors currently.
by dvsu12
Thu Dec 28, 2017 1:32 pm
Forum: RaceCapture App Operation and General Q&A
Topic: OpenGL 2.0 needed running 2.1 version and Kivy sees 1.1?
Replies: 16
Views: 15133

Brent - having the same issue on the latest version of the Windows app running Win 8.1. Running the most up to date graphics drivers.

Best to use Slowie's fix still?
by dvsu12
Fri Nov 03, 2017 7:01 am
Forum: CAN mapping discussion
Topic: Extracting thermocouple data from CAN bus compound messaging
Replies: 3
Views: 4692

Ok, so as I do not have the actual Racegrade TC8 module yet, I created the following script: function onTick() EGT1 = addChannel("EGT1", 10) EGT2 = addChannel("EGT2", 10) idcan=0x0F0 datacanEGT1={0x00,0x00,0x00,0x05,0x0F,0x...
by dvsu12
Thu Nov 02, 2017 11:31 pm
Forum: CAN mapping discussion
Topic: Extracting thermocouple data from CAN bus compound messaging
Replies: 3
Views: 4692

Part 2.
Been through the CAN bus wiki quite a bit, but I am still stumped.
by dvsu12
Thu Nov 02, 2017 11:25 pm
Forum: CAN mapping discussion
Topic: Extracting thermocouple data from CAN bus compound messaging
Replies: 3
Views: 4692

Extracting thermocouple data from CAN bus compound messaging

Hi all,

Goimg to be implementing a Racegrade TC8 on CAN bus 1 with my RCP mk2.
Due to a current issue with Racegrade's firmware, I have to use the default MoTec E888 mode, which uses compound messaging to distribute each of the 8 TC channels.

How do I extract this in Lua? Help!
by dvsu12
Tue Jan 31, 2017 9:18 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Windows 10 Core IoT and Racecapture app
Replies: 2
Views: 3149

Thanks Brent. The only issue I can forsee thus far is OpenGL 2.0 compatibility, as I believe Core IoT uses a cut down version.
by dvsu12
Mon Jan 30, 2017 10:26 am
Forum: RaceCapture App Operation and General Q&A
Topic: Windows 10 Core IoT and Racecapture app
Replies: 2
Views: 3149

Windows 10 Core IoT and Racecapture app

Hi all,

Has anyone tested out the Racecapture app on Raspberry Pi running Windows 10 Core IoT?

Looking into it as an option for my dash display in the race car.

Cheers!
by dvsu12
Tue Aug 25, 2015 9:04 pm
Forum: RaceCapture/Pro General Q&A
Topic: GPS to show KPH as unit of measure?
Replies: 3
Views: 5086

All, Brent got back to me via email and advised that they are working on including the conversion internally in an update within a few weeks.
by dvsu12
Mon Aug 24, 2015 10:42 pm
Forum: Lua Scripting
Topic: More info on Serial Port reading /writing - firmware 2.8.4?
Replies: 1
Views: 3035

More info on Serial Port reading /writing - firmware 2.8.4?

Hi all, I am trying to adapt an arduino sketch for reading ecu serial data into Lua for logging/display in the RCP 2.0. I'd like to start with something simple - how would I read ecu part number info at 0xD0? Is it as simple as function ontick() initSer(4, 9600, 8, 0, 1) println(readSer(4, 0xD0, 50)...
by dvsu12
Mon Aug 24, 2015 10:51 am
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: How to get GPS speed in kph?
Replies: 19
Views: 37464

Also wondering how to do this without using a virtual channel!
by dvsu12
Mon Aug 24, 2015 10:12 am
Forum: RaceCapture/Pro General Q&A
Topic: GPS to show KPH as unit of measure?
Replies: 3
Views: 5086

Does MPH to KPH need to be converted using a virtual channel?
by dvsu12
Mon Aug 24, 2015 10:10 am
Forum: Lua Scripting
Topic: Error when going to scripting page in 2.8.3
Replies: 11
Views: 9058

Never mind, app ver was 1.3.6. Upgraded to ver 1.3.7 and was all good.
by dvsu12
Mon Aug 24, 2015 6:42 am
Forum: Lua Scripting
Topic: Error when going to scripting page in 2.8.3
Replies: 11
Views: 9058

Guys, am having the same issue but with version 2.8.4 firmware. App is ver1.3.7.

Is there a fix for this?
by dvsu12
Mon Aug 24, 2015 6:40 am
Forum: RaceCapture/Pro General Q&A
Topic: GPS to show KPH as unit of measure?
Replies: 3
Views: 5086

Just received my RCP2.0 and am also wondering how to change speed from MPH to KPH.

MPH is useless to me and would require unnecessary post-processing to convert to KPH - why is there no option to change Speed to KPH?
by dvsu12
Sun Aug 16, 2015 10:28 pm
Forum: Lua Scripting
Topic: Reading Nissan Consult data via serial?
Replies: 0
Views: 9257

Reading Nissan Consult data via serial?

Hi all,

Has anyone successfully managed to read and display Nissan Consult data via serial with a Lua script in RCP 2.0?

Mainly want to display / log rpm, clt and tps for the moment.

Thanks!