Originally posted by t3ddftw
View Post

Originally posted by t3ddftw
View Post
There is some iDrive screen out of a Mini that packages nicely in the dash with a custom bezel. I helped YoitsTmac print out a prototype of the bezel, but looks like I didn't take any pictures of it with the screen installed. Maybe he'll chime in with some.
Don't know if that screen will be easier or harder to interface with, but it might be nice to base the product around HW that was mass manufactured by BMW (and can be scavenged out of any junkyard), instead of something that could get EOL'd in the future.
Originally posted by t3ddftw
View Post
Think more people should treat them as tools instead of full on engineering replacements.
Originally posted by t3ddftw
View Post
I've tried asking for it, but have gotten nowhere.My plan is similar. I'm pretty sure I can use it to send arbitrary D Bus frames, so emulating the diagnostics is doable in theory.
Functionality isn't super well documented, but there's some mention of the extended D Bus stuff here: https://github.com/handmade0octopus/...ig#fundatajson
I've managed to get brake pressure data from the MK60 like this:
Code:
{
"funData": [
{
"name": "Kline req 2",
"frequency": 2, // every 0.5 seconds
"values8": ["0xB8", "0x29", "0xF1", "0x02", "0x21", "0x06", "0x45"], // MK60
"expr": [
"obtainKline('Kline req 2', 0x11)" // KWP protocol
]
}
]
}

My apologies - I somehow managed to completely miss this and thought it was just the files shared in the Google Drive.
Leave a comment: