You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tool that simulates some vehicle diagnostic services. It can be used to test OBD-II dongles or tester tools that support the UDS (ISO 14229) and ISO-TP (ISO 15765-2) protocols.
Developed to assist in managing day-to-day operations of a mobile automotive diagnostic, and car key replacement business. This project integrates several technologies to improve hands-free interaction while driving. Automotive-AI can be customized for 2-way interaction with any available API services.
The ScanYourCar project connects to the car through an OBD reader (e.g., ELM327) and checks which PIDs (Mode 2 and Mode 3 only) are supported by that car. It also gets a snapshot of the data for each supported PID.
VehicleGPS is a program written in Python for the Raspberry Pi, that communicates with an u-blox GPS chip, communicates with a car via OBD-II and displays the data on screen.
describe this project This project is focused on real-time data acquisition and visualization of various car engine parameters using an ELM327 OBD-II adapter, an Arduino Uno, and a PyQt5 application with Matplotlib.