Author: John Martin
-
Driving Clifton Suspension Bridge – YouTube Video
Post Views: 984 This is a quicky… The weather was good and we were coming out of lockdown, so decided to get the car out for its first small run of the year. The Video I took a much longer run to get fuel and out from Bristol to Leigh Woods, Failand and then back…
-
ECU Diagnostics – part 14 : Software Framework mbe.py
Post Views: 1,076 This is hopefully a reasonably short post about the software framework I’ve developed to help read sensor data from the MBE 9A4 ECU. The software is written in Python 3 and is available here: Caterham-OBD. However, I’m going to talk about using one file only which is mbe.py. The idea behind mbe.py…
-
ECU Diagnostics – part 13.3 : MBE-ISOTP
Post Views: 1,024 SUMMARY We now understand the communications protocol used by Easimap (the Windows software supplied by the ECU manufacturer) and can use it to ask the ECU for whatever data the car has to offer. We can then manipulate the responses we get back from the car and format them to make sense…