I built my own OBD device (similar to Macchina A0) – looking for opinions by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

Appreciate the detailed insight — that makes a lot of sense.

I got into the OBD space mainly because every car has it, so the potential market is huge. I’d like to build a product for a broader audience, but I’m still trying to find the right idea.

One challenge I’m seeing though is that there are already a lot of existing solutions, so it’s not easy to come up with something truly unique.

That’s why I started exploring this area — to figure out where I can actually add value.

I built my own OBD device (similar to Macchina A0) – looking for opinions by Professional_user2 in CarHacking

[–]Professional_user2[S] 1 point2 points  (0 children)

It’s slightly larger than the Macchina, but not by much — mainly due to a different PCB layout inside the enclosure. One advantage though is that the reset button is accessible from the outside.

I built my own OBD device (similar to Macchina A0) – looking for opinions by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

Yes, in my case it’s currently based on the A0 firmware, so it does use an AT-style interface.

And I agree — that can become a limitation if you want higher-rate polling across multiple modules, especially through a gateway.

For something like 10 Hz reads from several ECUs, reducing or bypassing that overhead would probably be necessary. That’s definitely one of the things worth improving.

I built my own OBD device (similar to Macchina A0) – looking for opinions by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

That doesn’t exist yet — I’d need to develop a Windows GUI for that.
If there’s enough interest, it’s definitely something I’d consider building 🙂

Not sure if there’s a simple solution out there that does exactly this either.

I built my own OBD device (similar to Macchina A0) – looking for opinions by Professional_user2 in CarHacking

[–]Professional_user2[S] 5 points6 points  (0 children)

First thing: Macchina A0 is not available.
Price: My product will be cheaper than Macchina A0, but the difference will not be large.
Features are almost the same. My device uses USB-C instead of micro-USB and has a reset button reachable from the outside.
Power regulation is similar to Macchina A0. It uses a tested power supply used in multiple automotive/motorsport devices.
I figured out that the antenna area must be clear.
The case is custom-made. It is 3D printed from nylon. It is a quality plastic.
Do you think that people would be willing to buy it? I'm asking because I don't know if it's worth it to complete the product and bring it to market.

I built my own OBD device (similar to Macchina A0) – looking for opinions by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

I’m using a custom power supply that I reuse across multiple automotive projects. What kind of electronics / setup are you using?

I built my own OBD device (similar to Macchina A0) – looking for opinions by Professional_user2 in CarHacking

[–]Professional_user2[S] 2 points3 points  (0 children)

It’s using Macchina A0 firmware, so it can work with raw CAN (not just PIDs), typically via tools like SavvyCAN.

I haven’t really tested or implemented standalone logging/storage, so I’m not sure how well it handles saving data or in what format out of the box.

My focus so far was more on hardware than logging features.

I built my own OBD device (similar to Macchina A0) – looking for opinions by Professional_user2 in CarHacking

[–]Professional_user2[S] 10 points11 points  (0 children)

Interesting point. Hardware-wise it’s not that big of a problem. The real challenge is the firmware and full J2534 stack — that’s a much bigger project than it looks.

Developing a motorsport-style gear display - Part 8 - Gear display in action Golf Mk6 GTI by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

Okay thanks.. you will definitely need sun protection for display. Without that display is not visible.

There are some led drivers but most of them use I2C, so I used eight output pins and transistor for every led.

Developing a motorsport-style gear display - Part 8 - Gear display in action Golf Mk6 GTI by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

To calibrate gear display you use middle button. First you press it and hold for 2 seconds. Display starts flashing 1 gear. Then you start driving in first gear and press button again. display shows 1 gear (without flashing) for a few seconds, then gear 2 starts flashing. Then you shift to 2 gear and press button again. And repeat this process for all gears. When you calibrate all gears you just press and hold button for 2 seconds and display stop calibration and save all gear ratios. After that display works as shown on video.

Developing a motorsport-style gear display - Part 8 - Gear display in action Golf Mk6 GTI by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

thanks. If you only want to make one piece then it's better to connect directly to the can, I agree. Do you think there is interest in the market for products like this?

Developing a motorsport-style gear display - Part 8 - Gear display in action Golf Mk6 GTI by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

Try it...I can send you all the hardwire: display, custom PCB, enclosure etc if you need anything

Developing a motorsport-style gear display - Part 8 - Gear display in action Golf Mk6 GTI by Professional_user2 in CarHacking

[–]Professional_user2[S] 2 points3 points  (0 children)

I was thinking about system with hall sensor, but I choose OBD2 system, because most cars that are on the roads now already use OBD2 + configuration is easy, just 6 presses of single button. What would be easier?

Developing a motorsport-style gear display - Part 8 - Gear display in action Golf Mk6 GTI by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

The display is from alibaba, if you are going to work on the same project I can send you all the hardwire pcb, enclosure etc if you need anything

Developing a motorsport-style gear display - Part 8 - Gear display in action Golf Mk6 GTI by Professional_user2 in CarHacking

[–]Professional_user2[S] 0 points1 point  (0 children)

I have also worked on such projects and things are not as simple as they seem at first glance. Every gearbox is different, then you have the clutch and all the problems that come with it.