Search found 14 matches
- Fri Apr 29, 2016 8:20 pm
- Forum: Telemetry
- Topic: Bluetooth problems
- Replies: 2
- Views: 2980
Bluetooth problems
Feeling quite frustrated , I have the mk1 race capture an bought the Bluetooth add on which arrived today , had a nightmare all day where it won't connect to the race capture when using the app I had paired it sucesfly on the app, green light went from flashing to solid but it still wouldn't connect...
- Fri Apr 29, 2016 11:21 am
- Forum: Lua Scripting
- Topic: Making Shift lights flash on shiftx
- Replies: 6
- Views: 5780
- Thu Apr 28, 2016 2:17 am
- Forum: Lua Scripting
- Topic: Making Shift lights flash on shiftx
- Replies: 6
- Views: 5780
- Thu Apr 28, 2016 2:09 am
- Forum: Lua Scripting
- Topic: Making Shift lights flash on shiftx
- Replies: 6
- Views: 5780
I use the gpio so my current one looks like this Code: setTickRate(15) --15Hz --Shift Now!!!! function onTick() rpm=getTimerRpm(2) --read RPM --activate LEDs if rpm > 8000 then return end --this filters out RPM spikes if rpm > 6600 then setGpio(2,1) else setGpio(2,0) end if rpm > 7000 then setGpio(1...
- Wed Apr 27, 2016 7:30 am
- Forum: Lua Scripting
- Topic: Making Shift lights flash on shiftx
- Replies: 6
- Views: 5780
Making Shift lights flash on shiftx
How to make all shift lights flash on my shift x or when max rpm is reached if somone could supply a script I can add into my existing one that would be great
- Wed Oct 28, 2015 8:18 am
- Forum: Lua Scripting
- Topic: Cannot get shift x to work
- Replies: 9
- Views: 8187
- Sat Oct 24, 2015 4:05 pm
- Forum: Lua Scripting
- Topic: Cannot get shift x to work
- Replies: 9
- Views: 8187
Managed to get it workin now changed it to output (1) however at set rpm both the amber an green come on at the same time an also I'm still gettin spikes when revved where it will read over 40000rpm for a split second throwing the lights on etc seems more stable when rpm is raised slowly so maybe be...
- Sat Oct 24, 2015 4:03 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: data logging help
- Replies: 7
- Views: 6967
- Wed Oct 21, 2015 8:02 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: data logging help
- Replies: 7
- Views: 6967
Thanks again , totally new To all this so I don't even know what to do with the time stamp , is there a quick guide you could give to a complete novice as I'm Struggling quite a bit , I did manage to import the file and add in a total run time but the gauges etc just did nothing they were set to aut...
- Tue Oct 20, 2015 11:37 am
- Forum: RaceCapture App Operation and General Q&A
- Topic: data logging help
- Replies: 7
- Views: 6967
data logging help
what can I use to read the data to add to a video I have trued race render and dashware but both don't recognise the fle from the racecapture as it needs to be a csv file , how do I convert it as I am on the latest firmware an race anylizer doesn't work yet
- Tue Oct 20, 2015 11:35 am
- Forum: Lua Scripting
- Topic: Cannot get shift x to work
- Replies: 9
- Views: 8187
function onTick() end setTickRate(15) --15Hz --Shift Now!!!! function onTick() rpm=getTimerRpm(0) --read RPM --activate LEDs if rpm > 6600 then setGpio(2,1) else setGpio(2,0) end if rpm > 6900 then setGpio(1,1) else setGpio(1,0) end if rpm > 7200 then setGpio(0,1) else setGpio(0,0) end end that's wh...
- Thu Oct 15, 2015 3:57 pm
- Forum: Lua Scripting
- Topic: Cannot get shift x to work
- Replies: 9
- Views: 8187
- Thu Oct 15, 2015 3:40 pm
- Forum: Lua Scripting
- Topic: Cannot get shift x to work
- Replies: 9
- Views: 8187
Cannot get shift x to work
Hi I have the mk1 I have set the gpio jumpers to out position Set the digital in/out to outputs 10hz in race capture Copied an pasted the pula script off the website but changed rpm values But nothing happens to the lights on the shift x My rpm is displayed on the rpm2 channel not rpm is there anyth...
- Fri Aug 28, 2015 1:08 pm
- Forum: Hardware and Installation
- Topic: Coil pack rpm signal help needed
- Replies: 1
- Views: 3236
Coil pack rpm signal help needed
I have a renault clio 182 2.0 2004 it had coil pack I have used one of the smaller 3 wires from the coil pack as a signal but it reads 14.0-14.6v when the car is running which I believe is to much for the race capture When connected I freq input 1 the readings are irattic and jumps from 40-22000 wit...