Search found 44 matches

by zechdz
Mon Feb 20, 2017 9:11 am
Forum: Sensors
Topic: Low pass filter on Analog sensors
Replies: 3
Views: 7447

Ok thank you!
by zechdz
Mon Feb 13, 2017 7:12 am
Forum: Feature Requests
Topic: (Server) Cross session lap comparison
Replies: 1
Views: 5627

(Server) Cross session lap comparison

Can you guys please add the ability to compare laps across sessions. I usually want to compare my lap time across days with different settings (i can't do everything in one day). In order to do so I've had to manually edit my log files and create hybrid log days where I compared different track days...
by zechdz
Thu Feb 09, 2017 2:40 am
Forum: Sensors
Topic: Low pass filter on Analog sensors
Replies: 3
Views: 7447

Low pass filter on Analog sensors

I have a brake pressure sensor that I am using and I wanted to know if there is a way to use a low pass filter on the data before it is sent over telemetry.

https://podium.live/events/2017-02-08-t ... ?laps[]=50
by zechdz
Tue Apr 26, 2016 2:07 am
Forum: RaceCapture/Pro General Q&A
Topic: RCP Analysis files
Replies: 5
Views: 5103

On a similar note

On a similar note I've been wondering if there is a way to get the .log files without taking the SD card out.

I can't find any options in the app, but seeing that my RCP is under a motorcycle fairing it would be much easier to get it all wirelessly :-D
by zechdz
Tue Apr 26, 2016 12:01 am
Forum: Sensors
Topic: Low-pass filter
Replies: 4
Views: 8677

Low-pass filter

Is there a way to apply a low pass filter on analog data?

Check out my braking data, I would like to see it without the high freq fluctuations from the sensitive sensor.

https://podium.live/events/2016-04-23-t ... ?laps[]=21
by zechdz
Sun Apr 17, 2016 2:12 am
Forum: Telemetry
Topic: Server is creating thousands of laps...
Replies: 6
Views: 7165

Server is creating thousands of laps...

I had two sessions where I forgot to add the track to the RCP and 2 sessions after I added it. The total ride was ~80 laps. I uploaded 2 no-track sessions and 1 of the track sessions and the site is showing 10000+ laps.... It overflowed from 9999 to 0001. https://podium.live/events/2016-04-16-ebisu-...
by zechdz
Thu Feb 25, 2016 5:19 am
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16463

I wrote a post above. I somehow got it to work by resetting the firmware a bunch of times... maybe i pushed that button one of those times :-D

Next time i'll keep that in mind and use the button.

Also the problem was just a syntax error.

else if instead of elseif
by zechdz
Wed Feb 10, 2016 3:23 am
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16463

It was continuously resetting so when I tried the command below it wouldn't connect far enough for me to issue the resetConfig command, just like the app because the RCP wouldnt stay on for more than 4 seconds. The docs also say that when updating firmware, when you put into bootloader mode the app ...
by zechdz
Tue Feb 09, 2016 3:46 pm
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16463

This too
by zechdz
Tue Feb 09, 2016 3:44 pm
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16463

I now sometimes get this when I try to connect. Even though when I do successfully connect the top bar says 2.8.7
by zechdz
Tue Feb 09, 2016 3:43 pm
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16463

I tried the bootloader method as well

https://www.autosportlabs.net/RaceCaptu ... e_Firmware
by zechdz
Tue Feb 09, 2016 3:37 pm
Forum: Lua Scripting
Topic: Infinite reset loop
Replies: 15
Views: 16463

Infinite reset loop

I made a small mistake in my lua script and it seems like my RCP is stuck in an infinite reset loop. Tried downgrading and upgrading the firmware but that did nothing. I also probably lost my config without saving so thats depressing. How can you get out of an infinite reset loop? added info: Watchi...
by zechdz
Sat Feb 06, 2016 12:12 pm
Forum: Sensors
Topic: TPS data
Replies: 16
Views: 35698

I forgot to try the things you mentioned in a previous reply (giggling wire), but last minute before riding today I got the idea to tie an analog input to chassis to see if the chassis drifts away from the ground I have going to RCP. There is no significant drift, so I'm guessing the issue is not wi...
by zechdz
Fri Feb 05, 2016 3:47 am
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 14627

Ok I can give that a try. Maybe thats the best for my immediate needs. :)
by zechdz
Fri Feb 05, 2016 3:07 am
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 14627

Just found this

https://github.com/autosportlabs/RaceCa ... 798c79ea55
* Add re-try logic to the baud probing. Because the unit can't move
as fast as we do. Thus we need to be a bit flexible.

Any idea what version this might come out in?