Search found 44 matches

by zechdz
Thu Dec 24, 2015 2:39 am
Forum: RaceCapture App Operation and General Q&A
Topic: What is the status of RCP Analysis?
Replies: 57
Views: 36713

A bit of a side question: Does the online analysis (or its future version that you're making now) have a way to compare data across two logging sessions? I can't figure out how to compare my best time between two sessions on two different days. This is an important feature that exists in all other a...
by zechdz
Wed Dec 16, 2015 4:28 pm
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 15227

I got it to mock at least Lat/Lon and some crappy lap/time info going around Motegi using some mock data files I created from a session I did with my old logger (Aim solo) Code so far: https://github.com/zkdzegede/nodemcu-rcp My bike has been in the shop, hence working on this project with only mock...
by zechdz
Tue Dec 15, 2015 3:40 am
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 15227

Thanks again for the quick response. Nice to know about the max limits for name and units, whenever you guys get a chance document this stuff in github or api docs :-D. I mostly say this because I noticed the announcement of podium, and I'm sure transitioning my code to podium is going to have simil...
by zechdz
Mon Dec 14, 2015 11:11 am
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 15227

Do you have any documents on the meaning of these values? {nm="Interval",ut="ms",min=0,max=0,prec=0,sr=1}, {nm="Utc",ut="ms",min=0,max=0,prec=0,sr=1}, {nm="LapCount",ut="",min=0,max=0,prec=0,sr=1...
by zechdz
Sun Dec 13, 2015 2:45 pm
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 15227

Very dumb miss

Code: Select all

bit.lshift(1,channel_bit_position)
                
vs

bit.lshift(channel_bit_position,1)
                
by zechdz
Sun Dec 13, 2015 4:01 am
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 15227

Yeah I did the auth part, just didnt include it in my post here. Then after auth i was ablento see live data on race-capture it just kept matching data to different meta. So my battery value would get distance values for example, even though I sent the meta and data in the same order. I used some of...
by zechdz
Sat Dec 12, 2015 4:57 pm
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 15227

Here is some rough lua code following the logic of the RCP code found at: https://github.com/autosportlabs/RaceCapture_App/blob/master/autosportlabs/telemetry/telemetryconnection.py function sendMeta() local msg = {s={meta={}}} lo...
by zechdz
Sat Dec 12, 2015 4:53 pm
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 15227

Thank you for the reply stieg. So I am on step 1 of this project which is to stream fake data from the wifi module. I managed to get that all setup, do auth, and then send meta and a stream of data. However the data showing up on the race-capture website is not right. Is there an order I should send...
by zechdz
Mon Dec 07, 2015 2:30 am
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 15227

Serial telemetry streaming via LUA or BT spoof. Fast enough?

I posted in telemetry about wifi access on the RCP, and that I had purchased a chip. However that chip requires a lot of embedded (c-like) setup and I don't have the time to go through all that :P. So... instead I found a really convenient chip, ESP8266, which runs NodeMCU allowing for control throu...
by zechdz
Fri Nov 27, 2015 10:34 am
Forum: Hardware and Installation
Topic: Where to proceed with limited wiring information
Replies: 2
Views: 2692

I was able to buy that same manual for the 2010 model from HRC ($50!). It looks the same :lol: I'll try the test you mention for checking for pull-ups but looking at this connector I'm pretty certain that there are not any pull-ups because the VFW (wheel speed) sensor that Honda sells for the bike h...
by zechdz
Tue Nov 24, 2015 7:49 am
Forum: RaceCapture/Pro introductions
Topic: Foo
Replies: 1
Views: 7677

Because I can

In Japan
Foo is Hoge
by zechdz
Sun Nov 22, 2015 2:48 pm
Forum: Hardware and Installation
Topic: Where to proceed with limited wiring information
Replies: 2
Views: 2692

Where to proceed with limited wiring information

I'm looking to utilise a data logger coupler that is provided on my cbr600rr. https://www.dropbox.com/s/kxmmuq7r8g7v3o6/2007_cbr600rr_harness.pdf?dl=0 All I have to go by is this wiring diagram from a 2007 cbr (which I'm pretty certain is no different from the 2010 model I have). So I would like to ...
by zechdz
Sun Nov 22, 2015 1:51 pm
Forum: Telemetry
Topic: WiFi/WCDMA telemetry
Replies: 2
Views: 3603

Thanks for the reply.

If you guys need anyone to test out the wifi/3g links let me know ;)
by zechdz
Sun Nov 08, 2015 3:22 pm
Forum: Telemetry
Topic: WiFi/WCDMA telemetry
Replies: 2
Views: 3603

WiFi/WCDMA telemetry

Hi first post here, just got my hardware in the mail and excited to take it for a test run :) So unlike many of you here i'm a motorcycle racer so I'm trying to think of ways to use the RCP without having to strap down a cellphone (visible or not visible) and worry about charging etc. I live in Japa...