

the simplest vehicles to hack are the ones where all the buses use the exact same protocol and all relay messages to each other. the diagnostic bus often has access to all the drivetrain components as well as the OBD-II emissions stuff. Vehicles usually have at least 2 buses, the main diagnostic bus and an interior or comfort bus.

other systems often operate on an entirely different bus which may or may not use the same protocol as the OBD-II diagnostic bus. The challenge: OBD-II standards only apply to the emissions related portions of a vehicle bus.
#Homemade spi programmer Bluetooth
#Homemade spi programmer how to
What follows is information on how to use one of these inexpensive scan-tools (the dumb USB, Bluetooth, or serial-port kind) to interface with a vehicle in ways it wasn’t exactly intended.Ī couple ones that i’ve personally had success with:

called scan-tools, they come in full-featured versions with built-in software/display/buttons, and dumb versions that must be connected to a PC/Mac/tablet/phone to be useful. this meant that tools to interface with those networks could also become standardized and inexpensive. The good thing about OBD-II was it defined a limited set of network types that a car maker could implement for the emissions related diagnostics. the OBD regulations were put in place by the EPA for monitoring emissions related components, but the systems have evolved to be much more capable. In 1996 a federal law took effect requiring most new consumer vehicles in the US to have standards-based On Board Diagnostics, called OBD-II. we want to control and get info from accessories attached to the more interesting buses. Note: we’re not talking about “pulling codes” or clearing the check engine light, that’s everyday stuff.

however, this article is about getting started quickly and cheaply by leveraging a standard ELM327-based OBD-II scan tool (~$25) and your laptop, tablet, phone, Raspberry Pi, etc. depending on your end goal, a microcontroller could be the best approach. It seems people often approach this concept with an Arduino/NetDuino/PIC/etc, plus a shield or some custom circuitry, and a bit of custom code. or maybe you’d like to make your key fob roll up windows or remote-start.
#Homemade spi programmer install
Why hack it? because you can! maybe you want to install your own car-puter that will replace the radio and climate controls. Modern vehicles have internal networks that provide access to nearly every major component and accessory – everything from the transmission to the cd-changer. Software, hardware | Maa complete guide to hacking your vehicle bus on the cheap & easy – part 1 (hardware interface)
