External Gauge Interface
Posted: Fri Jul 18, 2014 3:45 pm
*NOTE- Moved from General Question Area. This is a better place for this to go*
I'm building an interface to connect the RaceCapture to some external gauges. In particular I'm using the PLX MFD gauge displays.
You can read about these displays here:
These are OLED displays designed to work with the PLX sensor devices. The PLX sensors connect to the display system with a simple serial protocol, and the display system allows you to upload graphical screen data for each value.. so you can pretty much display any kind of data in any way.. for things like temp or pressure you can have the raw numbers, for things that would work good with analog gauges you can draw you own.. and you can do non linear things. Very cool overall.
I am going to build an interface from the RaceCapture to send data to the PLX displays in the PLX format. I'll also make some templates for the graphical uploads.
I have a few quick questions to make sure I am on the right track:
(1) Since I just need a stream of the captured data from the RaceCapture, it seems like the Telemetry port is the best option. Correct?
(2) The Telemetry port is just a TTL serial port at 115/N/8/1?
(3) The data sent over the Telemetry port is a JSON structure, and has all of analog, frequency, and GPS values?
(4) Is there any configuration on the Race Capture I need to do to enable the telemetry output, and to select what channels to output?
I'll post up complete source code, hardware schematics, etc. All Open Source of course.
Thanks for any guidance you can offer!
Jeff
I'm building an interface to connect the RaceCapture to some external gauges. In particular I'm using the PLX MFD gauge displays.
You can read about these displays here:
These are OLED displays designed to work with the PLX sensor devices. The PLX sensors connect to the display system with a simple serial protocol, and the display system allows you to upload graphical screen data for each value.. so you can pretty much display any kind of data in any way.. for things like temp or pressure you can have the raw numbers, for things that would work good with analog gauges you can draw you own.. and you can do non linear things. Very cool overall.
I am going to build an interface from the RaceCapture to send data to the PLX displays in the PLX format. I'll also make some templates for the graphical uploads.
I have a few quick questions to make sure I am on the right track:
(1) Since I just need a stream of the captured data from the RaceCapture, it seems like the Telemetry port is the best option. Correct?
(2) The Telemetry port is just a TTL serial port at 115/N/8/1?
(3) The data sent over the Telemetry port is a JSON structure, and has all of analog, frequency, and GPS values?
(4) Is there any configuration on the Race Capture I need to do to enable the telemetry output, and to select what channels to output?
I'll post up complete source code, hardware schematics, etc. All Open Source of course.
Thanks for any guidance you can offer!
Jeff