Search found 14 matches

by Ash-b-84
Fri Apr 29, 2016 8:20 pm
Forum: Telemetry
Topic: Bluetooth problems
Replies: 2
Views: 2712

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...
by Ash-b-84
Fri Apr 29, 2016 11:21 am
Forum: Lua Scripting
Topic: Making Shift lights flash on shiftx
Replies: 6
Views: 4911

What is meant by 3 calls I am a complete novice
by Ash-b-84
Thu Apr 28, 2016 2:17 am
Forum: Lua Scripting
Topic: Making Shift lights flash on shiftx
Replies: 6
Views: 4911

Could I ad in a line

If rpm > 7400 toggle Gpio (2,1) (1,1) (0,1) end
by Ash-b-84
Thu Apr 28, 2016 2:09 am
Forum: Lua Scripting
Topic: Making Shift lights flash on shiftx
Replies: 6
Views: 4911

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...
by Ash-b-84
Wed Apr 27, 2016 7:30 am
Forum: Lua Scripting
Topic: Making Shift lights flash on shiftx
Replies: 6
Views: 4911

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
by Ash-b-84
Wed Oct 28, 2015 8:18 am
Forum: Lua Scripting
Topic: Cannot get shift x to work
Replies: 9
Views: 7250

Beet is there a way I can input a line to say for no more than 7200 rpm turn all LEDs off that way if it does spike higher it won't throw the lights on ?
by Ash-b-84
Sat Oct 24, 2015 4:05 pm
Forum: Lua Scripting
Topic: Cannot get shift x to work
Replies: 9
Views: 7250

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...
by Ash-b-84
Sat Oct 24, 2015 4:03 pm
Forum: RaceCapture App Operation and General Q&A
Topic: data logging help
Replies: 7
Views: 6288

How do you do that mate ? Mine is a .log file on the sd card from the race capture
by Ash-b-84
Wed Oct 21, 2015 8:02 pm
Forum: RaceCapture App Operation and General Q&A
Topic: data logging help
Replies: 7
Views: 6288

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...
by Ash-b-84
Tue Oct 20, 2015 11:37 am
Forum: RaceCapture App Operation and General Q&A
Topic: data logging help
Replies: 7
Views: 6288

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
by Ash-b-84
Tue Oct 20, 2015 11:35 am
Forum: Lua Scripting
Topic: Cannot get shift x to work
Replies: 9
Views: 7250

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...
by Ash-b-84
Thu Oct 15, 2015 3:57 pm
Forum: Lua Scripting
Topic: Cannot get shift x to work
Replies: 9
Views: 7250

Also when 12v car power Is first turned on an the rcp gets power all the leds on the shift x light up at the same time for a second then go off but will not come on at any rpm
by Ash-b-84
Thu Oct 15, 2015 3:40 pm
Forum: Lua Scripting
Topic: Cannot get shift x to work
Replies: 9
Views: 7250

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...
by Ash-b-84
Fri Aug 28, 2015 1:08 pm
Forum: Hardware and Installation
Topic: Coil pack rpm signal help needed
Replies: 1
Views: 3002

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...