Originally posted by heinzboehmer
View Post
Announcement
Collapse
No announcement yet.
AiM Dash Display install
Collapse
X
-
-
Originally posted by bigjae46 View Post
Is there a way to pull this data into CAN so I can log with a SoloDL?
I've installed a couple brake pressure kits to wire into a datalogger and it seems like a solid option for a track car. This will give you the idea to piece your own kit together, https://www.moreheadspeedworks.com/p...-pressure-kit/
- Likes 2
Leave a comment:
-
Originally posted by bigjae46 View Post
Is there a way to pull this data into CAN so I can log with a SoloDL?
Another option is to wire a Gauge.S in and have it retransmit the pressures over CAN:
- https://shop.sorek.uk/products/gauge...elopment-board
- https://github.com/handmade0octopus/...retransmission
Keep in mind that if you go this route the Gauge.S will essentially be completely useless except for grabbing and retransmitting brake pressures.
The box is more expensive but at least seems to be plug and play. Gauge.S is cheaper but will require more messing around.
Edit: Actually, I have a second Gauge.S coming my way. If you want an extra cheap way to do it, I'll sell you my old one once the new one arrives. Nothing wrong with it, just wanted the newest board revisionLast edited by heinzboehmer; 06-04-2024, 02:43 PM.
- Likes 1
Leave a comment:
-
Originally posted by heinzboehmer View PostBeen experimenting with this so will add one more thing in case it's useful for anyone else.
There is no way to get brake pressure on CAN from the MK60, even after sending the DS2 command in the previous post. There's some references online to brake pressure being available at CAN ID 0x1F8, but it looks like only AWD cars will do this. The DSC module on AWD cars is different to the MK60, so unless you write some custom MK60 firmware, you're stuck with reading the pressures from D bus.
I was also just made aware of this thing: https://www.airventdisplay.no/en/onl...60-detail.html
Seems useful pretty useful.
Leave a comment:
-
Been experimenting with this so will add one more thing in case it's useful for anyone else.
There is no way to get brake pressure on CAN from the MK60, even after sending the DS2 command in the previous post. There's some references online to brake pressure being available at CAN ID 0x1F8, but it looks like only AWD cars will do this. The DSC module on AWD cars is different to the MK60, so unless you write some custom MK60 firmware, you're stuck with reading the pressures from D bus.
I was also just made aware of this thing: https://www.airventdisplay.no/en/onl...60-detail.html
Seems useful pretty useful.
Leave a comment:
-
Okay can confirm that brake pressures are available on D bus (not K bus) if you request them from the MK60. The following DS2 command is what you need to send out:
Code:B8 29 F1 02 21 06 45
Here's my Gauge.S showing the pressures:
Cross checked with Inpa and they matched.
Note: Raw pressure values are in kPa and are int16_t not uint16_t (i.e. they're in two's complement)
- Likes 4
Leave a comment:
-
To access KBUS modules without the cluster, you can add "MODE=KBUS" to your obd.ini file.
I personally would completely dismantle any cheap non M3 cluster with coding index 8, code it to M3, mount it to the backside and then read all the important information via CAN.
Seeing you are German, the M3 kph cluster you can sell afterwards will cross finance a lot of other goodiesLast edited by sda2; 06-03-2024, 07:06 AM.
- Likes 1
Leave a comment:
-
Originally posted by Altaran View Post
Not necessarily, I did an INPA brake fluid flush on my MK60 without any connection to K-line. Only the can bus was connected to transfer information.
I also revisited the connector pinout of the MK60 as I did not recall K-Line from doing the conversion. There's no pin for K-Line.
Gesendet von meinem Pixel 7 mit Tapatalk
CAN is used for high speed inter-module communication between the cluster, transmission controller, DME and DSC module.
-Ted
Leave a comment:
-
Originally posted by Altaran View PostI also revisited the connector pinout of the MK60 as I did not recall K-Line from doing the conversion. There's no pin for K-Line.
Here's the entire TXD1 (goes to pin 8 on the OBD II plug) bus:
There's also a TXD2 bus, but that just goes from pin 7 on the OBD II plug to the DME and transmission control module:
The two are bridged together by some jumpers on the OBD II plug cap.
- Likes 1
Leave a comment:
-
Originally posted by nickpiper12 View Post
My configuration is specific to my car, not much help on yours to be honest.
I am running a few metrics from the standard AIM configuration on CAN1, and then picking up alot of metrics on CAN2. This is the only way to do it, in my opinion. I have a full list of some CAN ID's I can share in this thread that may be of use.
I have a custom module in place that is emulating the stock cluster, satisfying the MK60/SMG, as well as converting some KBUS/DBUS metrics to CAN.
I changed my Aim Can Bus directly with the Ecumaster preset, since I run an EMU Black. It gives me a whole lot of additional things to grab. Though the BMW preset works as well for the info the stock ECU distributes on the bus.
What is the custom module you are running for the K-/D-Bus translation? Is this obtainable somewhere?
For the time being, all lighting options work for me using analog inputs. I am only waiting for the mounting fixture delivery and I still have to do the fuel tank sensor measurements, then it's good to go.
Gesendet von meinem Pixel 7 mit Tapatalk
- Likes 1
Leave a comment:
-
Originally posted by t3ddftw View Post
I think the big disconnect is that the industry refers to BMWs "D-Bus" as K-Line / K-Bus. BMW couldn't call it that because they decided to create an unrelated "Karosserie" Bus to simplify comms between the different body ECUs.
Anyhow, dug this up from the interwebs:
If INPA sees these values, then it's 100% available on the D-Bus.
I would guess that this DS2 command would give you the raw sensor data from the MK60:
56 05 90 00 C3
Logging the D-Bus while watching the values is going to be your best bet at deciphering it
-Ted
I also revisited the connector pinout of the MK60 as I did not recall K-Line from doing the conversion. There's no pin for K-Line.
Gesendet von meinem Pixel 7 mit Tapatalk
Leave a comment:
-
Anyhow, dug this up from the interwebs:
If INPA sees these values, then it's 100% available on the D-Bus.
I would guess that this DS2 command would give you the raw sensor data from the MK60:
56 05 90 00 C3
Logging the D-Bus while watching the values is going to be your best bet at deciphering it
-Ted
- Likes 1
Leave a comment:
-
Originally posted by bigjae46 View Post
Maybe I missed it what do you have in mind?
I really want to start looking at brake pressure data to further develop my skills...would be outstanding if I could get that through my AiM SoloDL without adding an additional sensor (reliability and weight).
- Likes 1
Leave a comment:
Leave a comment: