Search found 101 matches

by stieg
Wed May 11, 2016 9:46 pm
Forum: RaceCapture/Pro General Q&A
Topic: SD logging issue
Replies: 9
Views: 8736

Cool. Ok... while the use of startLogging that way is not optimal, it shouldn't hurt. If you are seeing this issue continue on 2.8.7 then I will load up this script and will try to reproduce this issue. Cheers.
by stieg
Wed May 11, 2016 8:01 pm
Forum: RaceCapture/Pro General Q&A
Topic: SD logging issue
Replies: 9
Views: 8736

Damn auto correct! Smile I meant to say "not many lap times were captured". The script isn't for the Shift-X. Instead, my script is used to control shifts lights and a pain siren. We're serious about over revving. Smile Attached is another sample log file. I really appreciate you taking t...
by stieg
Wed May 11, 2016 1:22 am
Forum: RaceCapture/Pro General Q&A
Topic: SD logging issue
Replies: 9
Views: 8736

Hey Torkey, Looked at your Log file and config file... things looked OK except that your interval times (system uptime in millis) were quite low. Can you send me a couple other log files... I wonder if your unit is hitting an issue and resetting itself on track regularly. I'm using LUA scripting to ...
by stieg
Tue May 10, 2016 6:38 pm
Forum: RaceCapture/Pro General Q&A
Topic: SD logging issue
Replies: 9
Views: 8736

Hi Torkey,

Will you upload your config so we can have a look at what you have setup. How are you controlling the logging? Are you using LUA or the front button. Do you see the red light on on the front of the unit? Can you upload one of the failed log files? TIA.
by stieg
Tue May 10, 2016 6:36 pm
Forum: Bug Reporting
Topic: RCP continually crashing :-(
Replies: 13
Views: 22267

I've attached my configuration to this post. I don't see it. I am (as you will be able to see from the uploaded configuration) starting logging via Lua. I doubt that this is the problem as the problem first appeared on Friday when I was running exactly the same (very out of date) firmware and confi...
by stieg
Tue May 10, 2016 1:32 pm
Forum: Bug Reporting
Topic: RCP continually crashing :-(
Replies: 13
Views: 22267

Hey Paul, Thanks for reporting. So the first step would be to upload your config file. This way we can see if we can reproduce the issue locally. I would appreciate advice on how to diagnose the cause of the crashes. The best place to start is to plug the unit into a computer, turn it on and look at...
by stieg
Fri Apr 29, 2016 2:21 pm
Forum: Lua Scripting
Topic: Making Shift lights flash on shiftx
Replies: 6
Views: 4971

What is meant by 3 calls I am a complete novice If you intend to edit the scripts then it would be wise to jump into Lua a bit first to get an idea of what is happening. Here is a free tutorial provided by the folks who wrote LUA: https://www.lua.org/pil/contents.html#1. I would suggest you merely ...
by stieg
Thu Apr 28, 2016 11:56 am
Forum: Lua Scripting
Topic: Making Shift lights flash on shiftx
Replies: 6
Views: 4971

Code: Select all

If rpm > 7400 toggle Gpio (2,1) (1,1) (0,1) end
I don't believe that is valid Lua. If you broke it up into 3 calls, then yes. Feel free to use this script.
by stieg
Wed Apr 27, 2016 2:21 pm
Forum: Lua Scripting
Topic: Making Shift lights flash on shiftx
Replies: 6
Views: 4971

Here is a script I wrote a while back. It uses the 3 PWM outputs on the RCP unit to control the lights instead of the GPIO units. You will need to adjust your RPM values accordingly. --[[ Inputs as wired on 2014-12-05 -- Stieg Input Timer 0 - RPM Tach Lights 0 - Green Light 1 - Yello...
by stieg
Tue Apr 26, 2016 8:48 pm
Forum: Sensors
Topic: K-line
Replies: 8
Views: 8796

I see the Lua scripting page says the USB port is available as serial port 0, but recommends against using it as it " may interfere with normal operations of the unit". Is this still the case? Yes. The code that makes use of the USB port is not designed with external use in mind. I alread...
by stieg
Mon Apr 25, 2016 10:01 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Question about delta on Android app
Replies: 5
Views: 3848

Awesome. Do get the newer versions of the app as they are released as they have fixes for many of these bugs. At least you have a good workaround for right now. Thanks for working with us as we continue to improve this product. Cheers.
by stieg
Thu Apr 21, 2016 3:59 pm
Forum: RaceCapture/Pro General Q&A
Topic: Serial data?
Replies: 32
Views: 33607

Can RCP work with the usb connection of the KPro? Unfortunately no. RCP's USB is a client device, meaning it must be connected to an active host controller (like your computer) to work. if I upgrade to KPro4, will the bluetooth will work with the KPro and the tablet at the same time Also no I'm afr...
by stieg
Tue Apr 12, 2016 3:04 am
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16790

As per email discussion and to resolve this here, this is fixed in 2.9.0 and will be part of that release.
by stieg
Sun Apr 10, 2016 3:07 pm
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16790

That is no good. Will have a look and get back to ya.
by stieg
Thu Apr 07, 2016 7:23 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Question about delta on Android app
Replies: 5
Views: 3848

Do keep us posted on what you do and what works. I would like to ensure that this gets solved going forward.