Search found 28 matches
- Wed Apr 24, 2019 2:20 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Alerts not saved in config?
- Replies: 2
- Views: 1483
Based on a post in a different thread, I guess this question is answered... The config file that you save from the app has more stuff (dash layouts and popup alert settings). However, the settings that are saved on the race capture (in my case a rcp mk2) do not have those extra config settings, so j...
- Sun Mar 24, 2019 3:14 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Alerts not saved in config?
- Replies: 2
- Views: 1483
Alerts not saved in config?
I just upgraded my RaceCapture/Pro mk2 to 2.15.1 and my dash (android phone) to 1.14.6 I had configured some alerts on my laptop, but they didn't seem to get saved in the config and transferred to the phone/dash after I upgraded that and synced with the RCP. I think the setting to save data in the a...
- Sat Mar 23, 2019 5:07 pm
- Forum: Hardware and Installation
- Topic: Installing RCP MK III into an Open Cockpit Car
- Replies: 14
- Views: 3401
I run a race capture pro mk2 with the bluetooth to android cell phone (I just use an old cell phone, it just can't be too old since the app doesn't run on really old phones). I have a formula car and just mounted the phone over the dash (I tried putting it on the steering wheel, but couldn't see it ...
- Mon Jul 23, 2018 2:22 pm
- Forum: RaceCapture App Bug Reporting / Feature Requests
- Topic: GPS speed to 'kph' not 'mph'
- Replies: 12
- Views: 4778
- Mon Jul 02, 2018 9:44 pm
- Forum: Lua Scripting
- Topic: Smoothing
- Replies: 6
- Views: 3011
- Tue Jun 19, 2018 2:46 pm
- Forum: Lua Scripting
- Topic: Help with script optimization
- Replies: 6
- Views: 3447
Interesting questions, hopefully you get a reply about memory usage and how much the optimizer helps. Looking at the script, I suspect the printlns adds overhead that you can probably live without. I doubt the ones that it only does once matter, but there is one in sendCAN that would print many time...
- Sat Jun 16, 2018 3:46 pm
- Forum: Lua Scripting
- Topic: Shift X shift light
- Replies: 3
- Views: 2466
I wrote a test script to make sure I had hooked my leds up right... greenLed = 0 yellowLed = 1 redLed = 2 tick = 0 function onTick() --println(tick) if tick == 0 then setGpio(greenLed,1) elseif tick == 1 then setGpio(yellowLed, 1) elseif tick == 2 then setGpio(redLed, 1) else tick = -1 setGpio(green...
- Wed May 16, 2018 3:33 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Missing SD card or logging error notifications support?
- Replies: 3
- Views: 3134
I'm a little worried about overheating if I put it in a watertight enclosure. How hot does the rcp box get (I have it powered with 12 volt, and it runs bluetooth and gps but not wifi). In general, it'd be nice for the lua script to be able to send alerts/messages to the dash that pop up like the pit...
- Mon Apr 30, 2018 2:17 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Missing SD card or logging error notifications support?
- Replies: 3
- Views: 3134
Missing SD card or logging error notifications support?
Will the new (upcoming) alerts allow for an alert when there is no sd card? I have a racecapture/pro mk2 in an open wheel formula car that isn't "water tight", even in the cockpit where the rcp is mounted. A friend I race with also has a similar setup. I raced a week ago and it was raining and I put...
- Mon Apr 09, 2018 4:47 pm
- Forum: RaceCapture App Bug Reporting / Feature Requests
- Topic: Add a stop lap timing feature
- Replies: 5
- Views: 2769
Add a stop lap timing feature
Please add a (big) button to tell the app to stop timing/logging. I raced at Hallett over the weekend, and you pull off at the end of lap before the timing loop. I still have trouble getting the menu to quit the app (because the menu button is so small in the upper left corner of the screen it doesn...
- Fri Oct 20, 2017 3:33 pm
- Forum: RaceCapture App Bug Reporting / Feature Requests
- Topic: duplicate column help please
- Replies: 12
- Views: 6428
- Thu Sep 21, 2017 5:31 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Track Map Indy Road course
- Replies: 4
- Views: 3779
- Wed Sep 20, 2017 7:05 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Track Map Indy Road course
- Replies: 4
- Views: 3779
- Mon Aug 14, 2017 8:51 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: RCP MK2 two stroke tach signal issues
- Replies: 8
- Views: 5117
What regulator/rectifier are you using? I have a Rotax 593 engine and I run the signal into a coil-x (that was modified with a bigger resistor to handle the high voltage) and that doesn't really work... Basically my setup seems to give a reasonable measurement at idle (roughly 1500 RPMs), but at ful...
- Tue Jul 11, 2017 2:14 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Battery Voltage Oscillations
- Replies: 3
- Views: 2777
I was at high plains in CO July 1-2... Attached is a screen shot from podium of several laps (zoomed onto the straight)... I have a 2-cycle (Rotax 593) engine and RPMs are critical. The Coil-X has been modified with a bigger resistor and attached to the wire that goes from the engine stator/magneto ...