Re: 6A1/6A2
Posted by
aaronbguerrero on
Dec 02, 2015; 7:40am
URL: http://bluesaab-forum.90.s1.nabble.com/6A1-6A2-tp15p49.html
No problem!
DTE and MPG are perfect, I use them regularly and have never noticed a problem. In fact, the only "problem" I can detect is that my Tech 2 thinks there is supposed to be a CD Changer installed and I typically get a "No Communication" error while I'm using it, but I just click OK and all is well.
I'll post my code in a few days when I have time to clean it up and explain the caveats. Comments are pretty good on the Arduino code, but I'm using a library for my CAN chip that I modified to work with the Saab and I need to go back and figure out what those mods were (it's been a year or 2).
I actually started a writeup a long time ago and haven't gotten around to finishing it. Maybe I'll just do that and post it up :P
In the mean time, here's my main file running on the Arduino. WARNING: It's dirty-nasty. I use it to experiment and then comment stuff out, so please ignore the commented out code. I can tell you for a fact that the SID message works like crap. I tried it once to play with, commented it out, and never bothered to come back to it.
Also, it's VERY high level, most of the dirty work is buried in the libraries. It should give you a pretty clear idea of how I'm doing it though.
Saab_Bluetooth_Aux_Code.c