Search found 101 matches

by stieg
Tue Dec 15, 2015 2:26 pm
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 14627

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 Very Happy Definitely. We still intend to cleanup the API at some point but yeah this has been a TODO for some time. From what you said about LapTime and CurrentLap I see w...
by stieg
Mon Dec 14, 2015 4:53 pm
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 14627

{nm="Interval",ut="ms",min=0,max=0,prec=0,sr=1}, nm - name (12 char max) ut - unit (7 char max) min - Minimum value max - maximum value prec - Precision (used for floating point) sr - Sample Rate (samples/second) 1) What is Interval and UTC (I know what UTC is i just dont know w...
by stieg
Sun Dec 13, 2015 4:47 pm
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 14627

Oops.... silly parameter orders...
by stieg
Sun Dec 13, 2015 2:34 am
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 14627

You are very close. I see two missing bits. First, did you send the auth message? You need to auth a device against RCL before you can send data, else it will drop you. Its the first thing we do. Unfortunately this is something that the telemetry channel does. You may need to fake it with lua. Look ...
by stieg
Thu Dec 10, 2015 4:48 pm
Forum: RaceCapture/Pro General Q&A
Topic: Firmware update failure
Replies: 17
Views: 11584

Oof... that is unpleasant. Our apologies about that update experience... its not supposed to be like that. Glad you got it working and thanks for the feedback and notes. We really do appreciate it.
by stieg
Thu Dec 10, 2015 1:59 pm
Forum: RaceCapture/Pro General Q&A
Topic: Firmware update failure
Replies: 17
Views: 11584

quick question. When it failed what was the message? "Failed to locate bootloader?" or something like that?[/list]
by stieg
Thu Dec 10, 2015 1:58 pm
Forum: RaceCapture/Pro General Q&A
Topic: Firmware update failure
Replies: 17
Views: 11584

Awesome. Glad you got it to work. Thanks for the data points. Will have to get Windows 10 and see if we can reproduce locally and diagnose the issue.
by stieg
Wed Dec 09, 2015 5:47 pm
Forum: RaceCapture/Pro General Q&A
Topic: Firmware update failure
Replies: 17
Views: 11584

Well lets see if we can figure it out. Here is a link to all of our software: https://www.race-capture.com/software. Try the latest and see if that helps. If not try going back to 1.2.5 or 1.3.0 and see if any of those make a difference. Sorry for the shotgun approach here.
by stieg
Wed Dec 09, 2015 5:07 pm
Forum: RaceCapture/Pro General Q&A
Topic: Firmware update failure
Replies: 17
Views: 11584

Upgrade ASL software

Did you upgrade the Autosport labs software on the laptop by chance? You are not the first to report this issue and we are trying to isolate the root cause so any detailed info you could provide between when it last worked to now will be helpful. Have you tried downgrading the app to a previous vers...
by stieg
Wed Dec 09, 2015 3:32 pm
Forum: Lua Scripting
Topic: Serial telemetry streaming via LUA or BT spoof. Fast enough?
Replies: 19
Views: 14627

The second approach sounds more realistic from my perspective. The BT device is treated as a simple NULL serial modem, so if your device is already setup to work the way you want and can handle a raw stream, then all you need to do is simply ignore the setup commands and listen for the JSON stream. ...
by stieg
Wed Dec 09, 2015 3:21 pm
Forum: Hardware and Installation
Topic: OBDII PID support for these channels?
Replies: 3
Views: 11171

With an RCP hooked up to the ECU CAN bus you can read _any_ pid using the LUA script functionality. Combine that with virtual channels and you should be able to get all of that data if you already know the PIDs you want to read. Check out https://www.autosportlabs.net/RaceCapturePro_Lua_Scripting fo...
by stieg
Wed Dec 09, 2015 3:18 pm
Forum: RaceCapture/Pro General Q&A
Topic: Firmware update failure
Replies: 17
Views: 11584

When you last updated it successfully were you on the Windows 7 machine? Do you remember what changed from the last time an update worked to now?
by stieg
Wed Dec 09, 2015 3:16 pm
Forum: Lua Scripting
Topic: RCP2 -> Pectel communication
Replies: 2
Views: 2800

Howdy, To read CAN data you do need to make use of the LUA runtime. All the documentation for the methods we expose can be found at https://autosportlabs.net/RaceCapturePro_Lua_Scripting . To get started with LUA checkout http://www.lua.org/start.html for info on how to program in Lua. The wiki has ...
by stieg
Tue Dec 01, 2015 1:34 am
Forum: Operation
Topic: PDF Manual for MJ
Replies: 3
Views: 7859

Hi Eugene,

We don't have a formal manual for the MJLJ that I am aware of. Rather we maintain a full wiki on the topic at https://www.autosportlabs.net/MegaJolt_Lite_Jr. Sorry if that isn't what you are looking for. What information do you seek?
by stieg
Mon Nov 30, 2015 12:09 am
Forum: Installation
Topic: Bizarre tacho issues - Toyota 3F LandCruiser
Replies: 1
Views: 6076

Hey Dave, Tough situation. Lets start with some clairfication... hold both the output from the tach adapter and the tacho pickup against one finger but not touching each other In this description do you have the multi-coil tach adapter circuit https://www.autosportlabs.com/product/tach-adapter/ wire...