Search found 19 matches

by Mash
Tue Aug 23, 2016 12:39 pm
Forum: Sensors
Topic: Noise issue with analog sensors
Replies: 2
Views: 3510

I have a feeling that it's a ground issue. Make sure you have really low resistance between all key parts and ground on the RCP itself.
by Mash
Fri May 27, 2016 4:18 pm
Forum: Telemetry
Topic: Send SMS to RaceCapture?
Replies: 13
Views: 15589

Incoming messages from the app (that takes it from Podium) accessible from Lua...
by Mash
Mon May 02, 2016 5:39 am
Forum: Feature Requests
Topic: RaceCapture MK3 (non Pro)
Replies: 0
Views: 12464

RaceCapture MK3 (non Pro)

I really would like to see exponential growth of user base for RaceCapture so that ASL team can collect more resources for further improvements and team expansion. I already posted something about it, but it was scattered on github and another forum. So I'd like to summarize it here and have it for ...
by Mash
Mon May 02, 2016 4:48 am
Forum: RaceCapture/Pro General Q&A
Topic: RCP Analysis files
Replies: 5
Views: 5141

Automatic sync of full logs to RaceCapture App would be useful. One can use dropbox/google drive sync on that folder afterwards to analyze it on a normal computer somewhere...
by Mash
Mon May 02, 2016 3:34 am
Forum: Sensors
Topic: Low-pass filter
Replies: 4
Views: 9611

There is a simple IIR low pass filter that you can change in a config file. It's not exposed in the GUI, so you have to adjust it in the file directly.
by Mash
Mon May 02, 2016 3:29 am
Forum: Lua Scripting
Topic: Maximum reccurence rate of OnTick only 30Hz? Why?
Replies: 2
Views: 3146

Already updated to 1000hz
by Mash
Mon Apr 18, 2016 5:14 pm
Forum: Hardware and Installation
Topic: Extended PID setup
Replies: 2
Views: 5231

In txCAN in Lua you can break down pid to bytes and send request. I don't know how it's done on GM (I'm on Evo). Try this. local band, bxor, bnot = bit.band, bit.bxor, bit.bnot local lshift, rshift = bit.lshift, bit.rshift function onTick() readCAN(0x07E0,0x22119E) en...
by Mash
Sun Apr 17, 2016 7:09 pm
Forum: Hardware and Installation
Topic: Extended PID setup
Replies: 2
Views: 5231

I tried to post code, but it's blocked...
by Mash
Sun Apr 10, 2016 10:38 am
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16658

Applying same script and it refuses to run it without explanation. On 2.9.0 RC4 it hangs system
by Mash
Sun Apr 10, 2016 10:31 am
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16658

Now tried to put same script and same story again. This is the script: local a=3;local b=43.5;local c=addChannel("CAN",1,0,0,300,"Hz")initCAN(0,500000)setTickRate(1000)local d=true;function onTick()if d then d=false;...
by Mash
Sun Apr 10, 2016 10:14 am
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16658

Rolled back to 2.8.7 through bootloader - that helped. After that resetConfig worked fine.
by Mash
Sun Apr 10, 2016 9:54 am
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16658

Now Im in situation that nothing allows me to update script: - Flash firmware through bootloader (flashes, script stays) - resetConfig through terminal stucks after Flashing Default Logger Config PASS - press button shortly within 5 seconds after load - doesn't stop script from loading - writing scr...
by Mash
Tue Apr 05, 2016 5:54 pm
Forum: Hardware and Installation
Topic: Terminal/Connector talk
Replies: 14
Views: 18288

Thanks Brent. I wish there were some kind of screw-in type connection. Any plans on MK3? 1ghz, 512Mb ram, 30 adc, 8 audio opto-coupled adc/dac (192khz), 10 tc, bt 4.1, wifi, IP68, sdxc, Lemo/Hirose/... connector.
by Mash
Mon Apr 04, 2016 5:20 pm
Forum: Sensors
Topic: GM Flex Fuel Sensor
Replies: 26
Views: 66968

It would be great to get this information from timer input about frequency and duty cycle at the same time.
by Mash
Mon Apr 04, 2016 12:29 pm
Forum: Hardware and Installation
Topic: Terminal/Connector talk
Replies: 14
Views: 18288

I'd like somehow to make proper connector RCP itself. Could anyone tell me what is the pitch of it? Is it 3.81mm or 3.5mm? My installer hidden it so deep in the car that I can't reach it at all and next weekend I need to install it at the shop, so need to buy a connector. Thanks P.S. BTW - I plan to...