lpgonzalez / pyVbox3i

Python 3 project to handle Racelogic VBOX 3i (https://www.vboxautomotive.co.uk/index.php/en/products/data-loggers/vbox-3i) real time captured data via COM (serial) communication. This helps to integrate VBOX 3i in a variety of projects where it is required to process high precision data in real time. Project page at:

Home Page:https://lpgonzalez.github.io/pyVbox3i/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to pyVbox3i GitHub Page

This is a python 3 project to handle Racelogic VBOX 3i real time captured data via COM (serial) communication. This helps to integrate VBOX 3i in a variety of projects where it is required to process high precision data in real time.

One of the main problems we faced with Racelogic VBOX 3i is that there is no SDK or API to access the data that it is capturing from the different sensors, however, in this website they describe the message format that is transmitted via CAN bus, and that can be accesed via USB port (and virtual COM interface).

About

Python 3 project to handle Racelogic VBOX 3i (https://www.vboxautomotive.co.uk/index.php/en/products/data-loggers/vbox-3i) real time captured data via COM (serial) communication. This helps to integrate VBOX 3i in a variety of projects where it is required to process high precision data in real time. Project page at:

https://lpgonzalez.github.io/pyVbox3i/

License:MIT License


Languages

Language:Python 100.0%