본문 바로가기

카테고리 없음

Elm327 Ver1 5a Software Definition

March 22, 2013 a complete guide to hacking your vehicle bus on the cheap & easy – part 1 (hardware interface) modern vehicles have internal networks that provide access to nearly every major component and accessory – everything from the transmission to the cd-changer. Because you can! Maybe you want to that will replace the radio and climate controls. Or maybe you’d like to make your or remote-start.

I’m sure you can think of something. So that’s different it seems people often approach this concept with an Arduino/NetDuino/PIC/etc, plus or some, and a bit of custom code. Depending on your end goal, a microcontroller could be the best approach. However, this article is about getting started quickly and cheaply by leveraging a standard OBD-II scan tool ($25) and your laptop, tablet, phone, Raspberry Pi, etc.

Note: we’re not talking about “pulling codes” or clearing the, that’s everyday stuff. We want to control and get info from accessories attached to the more interesting buses. All aboard the short bus (background) 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. 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.

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. This meant that tools to interface with those networks could also become standardized and inexpensive. 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. 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. A couple ones that i’ve personally had success with:. USB: ScanTool ElmScan 5.

Bluetooth: BAFX Products ELM 327 Bluetooth OBD2 scan tool step by step the challenge: only apply to the emissions related portions of a vehicle 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. Even worse, the non-emissions-related bus data is proprietary manufacturer info that can vary for each make/model/year. The good news is that for simplicity and cost-savings, most manufactures only implement a single network type during certain year ranges. Since they have to use one of the standard OBD-II protocols for the diagnostic bus, they might as well use the same protocol (or a slight variation) on the other buses. This is why we are sometimes able to use a scan-tool to interface with a non-OBD bus. From a high level, we need to:.

determine what protocol(s) our car uses. make the physical connection. test the interface. start hacking now onto those details step 1: which protocol? Vehicles usually have at least 2 buses, the main diagnostic bus and an interior or comfort bus.

The diagnostic bus often has access to all the drivetrain components as well as the OBD-II emissions stuff. The simplest vehicles to hack are the ones where all the buses use the exact same protocol and all relay messages to each other. Some vehicles may have the secondary buses connected to the diagnostic bus through a gateway that may only relay information when queried with the correct command. Other vehicles use the same overal protocol on all buses, but different speeds. Buy a Factory Service Manual for your vehicle if at all possible. It will almost always tell you what you need to know to at least get connected and is full of great info. You can get FSM’s used on eBay if your vehicle is a few years old or get the PDF version if you can find it.

Online tech libraries like may have complete service manual info too. Public libraries sometimes have subscriptions to those services. Don’t forget to just Google for your make/model and “OBDII protocol”, “OBD bus”, etc. We are ultimately looking for the exact protocol that our target bus uses and any information about the messages that components on that bus send/receive. If we don’t have this info, we can still try connecting to the diagnostic bus and hope it relays from our target bus.

The OBD-II spec allows for the following protocols: SAE J1850 PWM, SAE J1850 VPW, ISO 9141-2, ISO 14230-4 KWP, ISO 15765-4 CAN, SAE J1939 CAN. If our target bus uses one of those, or if the target bus relays to the diagnostic bus, then we can continue with our hack of using a scan tool to interface with it. Example: i was able to find online that my 2003 Jeep Grand Cherokee (WJ) actually supported 2 different protocols for the OBD-II system (due to a factory mistake). The FSM cleared up which one was the native protocol for the “Chrysler PCI Bus” (SAE J1850 VPW). It also confirmed that the radio and steering wheel mounted remote-control buttons communicated via that PCI Bus. Using those buttons to control something else was my personal end-goal. Step 2: physical connection the OBD-II spec requires a standard diagnostic port to be located within 3 feet of the driver and be accessible without tools.

Elm327 Software Download

Usually it’s under the dash, right above your feet, and looks like this: this is often the simplest place to access a bus. These ports will have depending on which OBD-II protocol the vehicle uses.

There are also pins left undefined by the spec. Car makers often bring out access to other buses on these optional pins so that their own proprietary scan tools can interface with the entire vehicle. Consult that Factory Service manual you bought for your connector pinout or wiring diagram. Here’s the standard vehicle-agnostic pinout info: important note: at this point you should move on to step 3 and try the main diagnostic bus first. If that doesn’t get you the info you want, then come back here for how to tap into the correct bus directly. If your vehicle’s diagnostic port does have pins with access to the target bus, then you can take apart your scan tool and swap wires from the standard pins to the target bus pins. Otherwise you may need to actually splice into a wire harness somewhere in the vehicle.

You can get an OBD-II extension cable from Amazon/eBay for cheap and hack off the vehicle end to give you raw wires to play with. Tip: the radio wiring harness is often a great place to get at the interior/comfort bus. Example: my FSM told me that pin 3 of the diagnostic port went to the radio-related bus. Since my Grand Cherokee uses the single wire J1850-VPW protocol, i only had to swap one wire inside my scan tool from pin 2 to pin 3 to get a direct connection to the bus i was interested in. I later found out that all the buses in my particular vehicle relay between each other and so i didn’t really even need to do that.

Step 3: basic first tests if you’re still reading then you’ve probably had all the background info you can stand and are dying to get to some actual hacking. Bear with me as there’s one more bundle of knowledge required – how to actually use an ELM327-based scan-tool to read and write bus data. These scan tools use the (or more likely a clone).

We can interact with the IC using AT commands similar to. To get started exploring, you need a serial port terminal application (even for USB and Bluetooth devices, they create virtual serial ports).

For the PC has a free trial, for the Mac is free, and there’s for Android 3.1+ in free and paid versions. Connect your scan tool to your vehicle and computer or Android device (iOS devices might work also, i haven’t had a chance to check into it). Turn your vehicle on (the key in “run”, no need to actually start it). Pull up your serial terminal program and connect to the scan-tool.

Check the manual for connection settings. Nearly every one that i tested used the following:. Speed/Baud: 115200. Data Bits: 8. Parity: none. Stop Bits: 1.

Hardware Flow Control Input: none. Hardware Flow Control Output: none once connected, type the command ATI and press enter. You should get back ELM327 v1.4b (the version might be different). If nothing comes back, try ATZ instead and wait a couple seconds for the device to reset.

If you don’t get anything back or you get random looking characters, you probably have the baud rate set wrong in your serial software. I did try one odd scan tool that used a rate of 9600 when not connected to the vehicle and 38400 when connected. Once you have verified that your connection to the scan tool is working, then we want to verify the scan tool’s connection to the vehicle is working. Issue the command ATSP0 to tell the tool to use automatic protocol selection (you should get back OK). Then issue ATMA and you’ll get back a stream of data (sets of hex numbers to be exact).

Free elm327 obd2 softwareDefinition

Just press enter again to stop the stream. If you don’t get any data back, then double check the scan-tool’s connection to the vehicle and that the vehicle is on. If you know for sure which protocol your vehicle is using, you can try setting the tool for that instead of automatic.