Hello everyone,
I'm not at all interested in "hooking up."
I'm going to do it either way.
I already know how to access the CAN messages that need to be evaluated. Although I don't have the exact values yet (and you don't need to tell me those, as I will definitely be able to obtain them). For the found solution using the commercial CAN interface, I first need to figure out how to configure it.
reieg99 wrote: "He built his own interfaces that allow him to listen to the bus after the ignition signal (Klemme 15) is received."
That must be a small microcontroller circuit, using assembly or C, similar to what's used with Arduino or Raspberry Pi, or something else.
That's what I was talking about. I would be incredibly interested in learning how to build and code an interface myself.
The pre-built solution will definitely work; I need to configure both signals separately to specify which ones should be listened to, and each signal will activate one of the pre-defined outputs. If both states are present (or both outputs are high), then a small additional circuit (a purely electronic matter) will raise the actual output to 12 volts, and I can then use that to control whatever I want.
I would actually find a DIY solution much, much cooler, because then I could finally get to grips with the corresponding hardware. I would probably spend even more money on it than on a ready-made solution, because I could use it for all sorts of different purposes, as it's a step in the direction I actually want to go, in the style of: "I build my own control units for my gaming setups."
"For this project, I need some guidance and a working example of how to design and program a circuit to achieve a specific functionality, such as setting an analog output to 12V based on a CAN signal received on terminal 15, as illustrated in the example."
I'm not really concerned about the coal in this context.
Anyone can take ready-made items off the shelf.
I want to build the interface myself (well, "myself" in quotes). With a lot of help, probably...
Programming it myself... (Then I won't need as much help.) That's my daily bread and butter.
I want to understand everything about it.
Above all, I want to delve into the hardware aspects, as I've never had anything to do with them before. It's completely new to me.
That's what I'm talking about.
Since there are many different ways to approach this, it's extremely helpful to get a sense of direction by looking at a working example, to understand the best way to proceed or what the optimal approach would be.
Just like
https://www.canhack.de/en/viewtopic.php?t=2191 already described in the thread. But this time with a working example, "terminal 15," that I can disassemble and adapt. It's much more fun that way. Unfortunately, I'm not a fan of those academic "Hello World" exercises.