Search found 57 matches

by jpf11
Wed Oct 02, 2019 7:40 pm
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2356240

I just tried it on a latest firmware log file from my mk3 and it worked for me. Can you post your log file so I can see what's up with it? I did get an error though regarding the GpsSats column being missing. Fortunately I have an option to disable cleanup of logs related to that so you can proceed,...
by jpf11
Thu Aug 08, 2019 7:59 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Guide to making Dashboards with Android Devices
Replies: 4
Views: 21783

Recent updates to the Secure Settings app (as of Jan 2019) broke functionality, and in this case will prevent devices from turning off the displays automatically. Need to make sure you stay on version 1.3.6 and not update to 1.3.6u1 or later. Fortunately you can google for an older version of the ap...
by jpf11
Wed May 23, 2018 3:14 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Guide to making Dashboards with Android Devices
Replies: 4
Views: 21783

So far everything for the most part is working well. There is one issue I'm having with my Samsung Galaxy Tab A 10.1. Tasker for some reason sometimes doesn't take airplane mode off, while it does all the rest of the actions like turning on the screen and switching to the RC App. So the app comes on...
by jpf11
Tue May 22, 2018 6:49 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: Need more obvious warning indicators - cost us an engine...
Replies: 4
Views: 14754

Suggest a ShiftX2 with its very bright LEDs. I use it for shifting and have the side lights as warning/critical alerts and it's impossible for me to miss with how bright they are and with the shiftx2 in my direct line of sight. I have shared my code that simplifies the side light coding in the Shift...
by jpf11
Tue May 22, 2018 6:46 pm
Forum: Hardware and Installation
Topic: Hard-wire GoPro!
Replies: 5
Views: 16469

I use products from Cam-Do to auto power up my hero 3 and hero 5 cameras. For the Hero 3 I use the battery eliminator to let me use 12V power input and never deal with charging a battery: https://cam-do.com/products/battery-eliminator-h3 as well as the time lapse intervalometer which when power is g...
by jpf11
Tue May 22, 2018 5:42 pm
Forum: ShiftX2
Topic: ShiftX2 config in GUI instead of LUA?
Replies: 11
Views: 33316

I'm seeing the possible crashing behavior as well with maybe 25% of the time my ShiftX2 either starting/staying in demo mode, or after a bit of use going into demo mode and not coming out of it. I'm on 2.13.0. If it is memory, there really must not be much memory available to the scripting after add...
by jpf11
Mon Apr 09, 2018 10:01 pm
Forum: Sensors
Topic: Analog Sensor Setup for RCP3
Replies: 12
Views: 42818

.058, not .58 when full.
by jpf11
Wed Apr 04, 2018 7:30 pm
Forum: ShiftX2
Topic: Setting up Warning and Critical Lights on your ShiftX2
Replies: 2
Views: 18570

I thought also about making a timer virtual channel so I could keep warnings and criticals lit for a set minimum time once they trigger. Basically a decay timer. If anyone is interested in that let me know, it's pretty easy to write up.
by jpf11
Tue Apr 03, 2018 7:06 pm
Forum: Sensors
Topic: Analog Sensor Setup for RCP3
Replies: 12
Views: 42818

You can configure things via whatever you like, and use any devices be it tablet/phone/pc for a dashboard. The devices you connect with read the configuration when they connect and you can modify and then write back to the RC Pro... or not. So yes you can do your configuration via a laptop, and this...
by jpf11
Tue Apr 03, 2018 7:05 pm
Forum: Sensors
Topic: Analog Sensor Setup for RCP3
Replies: 12
Views: 42818

I think you're looking for these docs:
https://wiki.autosportlabs.com/RaceCapt ... ate_Sensor
by jpf11
Tue Apr 03, 2018 6:50 pm
Forum: AnalogX
Topic: Mapping Virtual AnalogX channels
Replies: 10
Views: 28526

I think firmware 2.13.0 supports getChannel by name, so if you mapped your channels using the CAN Mapping feature then you should be able to get their current values with a getChannel("NAME"), like getChannel("F_Brake"). You definitely cannot call a channel like a function by its...
by jpf11
Mon Apr 02, 2018 10:36 pm
Forum: AnalogX
Topic: Mapping Virtual AnalogX channels
Replies: 10
Views: 28526

I'm not really familiar yet with how to get values from CAN channels. What are these "F_Brake(4)" and "R_Brake(6)" calls you're making? I would have thought you'd need some sort of getChannel function to pull those values (or did you do that outside the code you've posted here?).
by jpf11
Mon Apr 02, 2018 10:06 pm
Forum: ShiftX2
Topic: Setting up Warning and Critical Lights on your ShiftX2
Replies: 2
Views: 18570

Setting up Warning and Critical Lights on your ShiftX2

While many of you have some experience coding I imagine there are at least a few that don't. For those folks I thought this, arguably simple, code snippet would be useful. The script gives an example of how you can use the side lights on your ShiftX2 to alert you to Warning or Critical alerts based ...
by jpf11
Thu Mar 01, 2018 9:40 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: Feature Requests: Sensor calibration and screen rotation
Replies: 4
Views: 15094

Gotcha, I guess I can see it as a worst case fallback. Smart idea.
by jpf11
Thu Mar 01, 2018 5:23 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: Feature Requests: Sensor calibration and screen rotation
Replies: 4
Views: 15094

on #3, how does picking a single data point work? You can't create a linear map with just one data point, and this doesn't cover non-linear sensors which many are. You don't normally need to be measuring sensors to provide the calibration, but rather googling to get the sensor output map and then do...