Search found 14 matches

by dyip
Thu May 17, 2018 3:00 am
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: Can't Log Data After Upgrade
Replies: 1
Views: 2959

Can't Log Data After Upgrade

I am running App V1.12 and Firmware 2.13. Everything seemed to work fine after upgrading including CAN messaging, reading analog variables etc., but I cannot log any data. I have used the new Automatic Control, Lua Scripting, and pushing the Action button to try to start logging. No error messages j...
by dyip
Thu Jun 08, 2017 3:59 pm
Forum: Lua Scripting
Topic: GoPro Script - Hero5 Session
Replies: 16
Views: 18573

Excellent! Do you have a Hero5 Black or Session? Konrad has done an amazing job of documenting commands. https://github.com/KonradIT/goprowifihack However, I was not able to use the numeric control commands to turn video on/off - just the shutter?p=x command. The Lua script you currently have is abl...
by dyip
Mon Jun 05, 2017 5:40 am
Forum: Lua Scripting
Topic: GoPro Script - Hero5 Session
Replies: 16
Views: 18573

There are no additional commands required to put it into command mode. Once my phone is connected to the GoPro, it will respond immediately to a URL request.
by dyip
Sat Jun 03, 2017 12:26 am
Forum: Lua Scripting
Topic: GoPro Script - Hero5 Session
Replies: 16
Views: 18573

I've been frustrated at my attempts to start/stop video on the Hero5 Session via Lua script. Part of it is I do not fully understand the operation of the Wi-Fi module and the responses from it to scipt commands.. Hopefully Brent and crew can step in here. I bought the Hero when I bought the RCP3. I ...
by dyip
Sat May 27, 2017 12:54 am
Forum: Bug Reporting
Topic: Duplicate Column Name
Replies: 4
Views: 8096

Okay, renamed some variable names so I no longer get the "Duplicatate Column Name" error. However, nothing shows up on the screen if I try to bring up a chart. I have attached a log file with data from a garage session, so there are no laps, but this should be no different than a dyno run.
by dyip
Fri May 26, 2017 12:43 am
Forum: Bug Reporting
Topic: Duplicate Column Name
Replies: 4
Views: 8096

Duplicate Column Name

I cannot open any log files as I get "Duplicate Column Name" when I try to open file. The attached file says there is a duplicate "POWER" variable. If I delete this, the problem just moves to a different variable. At one point, I was using spaces and underscores in my variable na...
by dyip
Tue May 23, 2017 8:42 pm
Forum: Lua Scripting
Topic: GoPro Script - Hero5 Session
Replies: 16
Views: 18573

GoPro Script - Hero5 Session

Has anybody successfully communicated with the Hero5 Session? I used the example script and although I can get some communications happening, the camera does not start/stop when commanded. I get the following: [GoPro WiFi] Initializing Ready for GoPro [GoPro Wifi] Start GoPro but then nothing happen...
by dyip
Tue May 23, 2017 8:38 pm
Forum: Lua Scripting
Topic: Starting GoPro when Action Button Pressed
Replies: 3
Views: 3596

It appears that the getButton() function does not work in my RCP3. However, I have found a better function - isLogging() which works well and I don't have to worry about the timing and length of the button push.

As far as GoPro script, I am having problems, but will start a separate thread.
by dyip
Tue May 23, 2017 8:29 pm
Forum: OBDII PIDs discussion
Topic: Kia Soul EV Multi-Frame Message
Replies: 3
Views: 7915

I thought I would post this code example to extract a piece of data from an OBDII Multi-Frame message and output it as a virtual channel. Hope this is useful.
by dyip
Tue May 23, 2017 1:38 am
Forum: RaceCapture App Operation and General Q&A
Topic: Android 4.0 E-Ink Tablet
Replies: 2
Views: 2825

I do have a NuShield Anti-Glare film on the Nexus. It didn't help in the bright sunshine. I'm guessing the display would be okay on a cloudy day since I can read the display no problem under a canopy in our pit. I will send you an email. Thanks.
by dyip
Mon May 22, 2017 8:15 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Android 4.0 E-Ink Tablet
Replies: 2
Views: 2825

Android 4.0 E-Ink Tablet

I had my first track outing with my new Racecapture unit and a Nexus 7 display. This an open cockpit car and I couldn't come close to seeing the dash because of the bright sunshine. I have an E-Ink display that I would like to try - an Onyx Boox i86. The refresh rate of the tablet is slow, but the b...
by dyip
Sun May 14, 2017 5:41 pm
Forum: Lua Scripting
Topic: Starting GoPro when Action Button Pressed
Replies: 3
Views: 3596

Thanks!
by dyip
Sun May 14, 2017 3:09 pm
Forum: Lua Scripting
Topic: Starting GoPro when Action Button Pressed
Replies: 3
Views: 3596

Starting GoPro when Action Button Pressed

Is there any way to monitor the status of the Action button, or determine the logging status via Lua Script? I would like to start/stop logging via the Action button and have my GoPro camera start/stop at the same time.
by dyip
Mon May 08, 2017 7:08 pm
Forum: OBDII PIDs discussion
Topic: Kia Soul EV Multi-Frame Message
Replies: 3
Views: 7915

Kia Soul EV Multi-Frame Message

I am trying to access mode 21h data from a Kia Soul EV Battery Management System for our EV Race Car. Previously, I have been using Torque Pro to access the data. Will you be upgrading the OBDII access to allow multi-frame data? Many OEM's use multi-frame data access for their proprietary scan tools...