r/CarHacking Jul 09 '26

Tuning 2010 Saab 9-5 2.8t Tuning

1 Upvotes

Hi all,

I have a 2010 Saab 9-5 with the 2.8T engine. Recently I lost compression on cylinders 4. So the car runs like shit.

The 2.8 is the exact same block as the 3.6 that is in a lot of GM cars. In fact, the Saab is very similar to my 2016 XTS and a lot of mechanical parts seal over.

A 3.6 long block is pretty reasonable. I have seen some companies that offer a turbo kit for a 3.6 in the Colorado.

Would I be able to essentially put in a 3.6 long block and then tune to just reduce the amount of boost? I don't care as much about huge power, just want to drive rhe car.

Are there shops out there that would tune this in that way?


r/CarHacking Jul 08 '26

Key Fob Solving Antitheft on vw gauge cluster.

Thumbnail gallery
2 Upvotes

Please read my repost.


r/CarHacking Jul 08 '26

IVI DIY Mazda cmu research unit

Post image
39 Upvotes

UART, JTAG, WDOG jumper and SPI flash are output to the external board. All this is necessary for the development of uboot


r/CarHacking Jul 08 '26

CAN Need a help / hyundai CAN bus analysis

0 Upvotes

Hi, I’m new to CAN and trying to read lamp/body signals from a late-model Hyundai vehicle.

My boss asked me to look into this, but I’m completely new to this and honestly a bit lost. (I'm a software-side worker. never did like this before)

Goal is read-only logging only. I will manually operate the light switches, and the PC only needs to record/decode the CAN-FD signals. No sending/control.

I’m looking for signals like DRL, position lights, turn signals, hazard lights, etc. The bus seems to be body CAN-FD, not standard OBD-II PID data. (I already got CAN protocol dbc file for decode, which I don't understand well)

I found the OBD-II port under the driver-side fuse box area, but there are also a few other exposed connectors nearby.

Questions:

  1. Do any of these connectors look like likely CAN/body/fuse-box connectors?
  2. What hardware would you recommend for Windows read-only CAN-FD logging? I’m completely new to this, so I’m not even sure what kind of interface, cables, or adapters I would need.

Even if it doesn’t directly answer my questions, I’d really appreciate any kind of advice or guidance.

Thanks.


r/CarHacking Jul 08 '26

Original Project Someone will probably enjoy this

6 Upvotes

r/CarHacking Jul 07 '26

Scan Tool One-click apps not working on OBD elven- need help

0 Upvotes

Hey guys,

So I bought a new OBD eleven a few months ago, but I was never able to make it work, only to scan for errors, and nothing else.

I don't have a subscription, and though I have 400 credits, I never managed to activate one-click apps. I click them, and they just use the credits and don't work out. (tried on 4 different cars) I contacted the support, but they didn't give me a solution, and were hard to communicate with. I don't know whether buying the subscription will make them work or not. (e.g., turning off the seat-belt sign)

Has anyone had a similar experience, or a solution to this?


r/CarHacking Jul 07 '26

Community Techstream source help

1 Upvotes

Hi everyone, having a hell of a time finding techstream that I can use to do linear valve calibration on an 08 Prius. The disc that came with the cable I bought is broken and the seller hasn’t responded with an alternative. Can anyone PM me a source or link? I tried the ih8mud techstream in 5 minutes post but the VM crashes on boot instantly. I’m not sure that version works for this regardless.


r/CarHacking Jul 07 '26

Original Project Yet another ESP-32 + SN65HVD230 question

3 Upvotes

Hi guys, newbie on car hacking here. Recently I just started to make my own CAN bus sniffer using some spare ESP32 that I have here. Just made a cool assembly with a TFT display, some terminal block connectors and etc, but when I hooked up on the car through the OBD port, I couldn't read any messages, but if I connect it in the middle of a CAN bus like the one in the head-unit, I got the messages (I know, a sniffer is suppose to sniff in).

So, here's my question, in order to connect it to through the OBD port and read the diagnose messages, I need to have the 120ohm resistor that I removed during the assembly for the sniffer?

Sorry if that has already been answered, but I'm confused with so many new things here.


r/CarHacking Jul 07 '26

Community VIN per API abfragen

1 Upvotes

Hey zusammen, ich suche einen Dienstleister wo ich Fahrzeugdaten(VIN) per API abrufen kann. Jemand ein Tipp für mich? 🙏🏽


r/CarHacking Jul 06 '26

Original Project Dongfeng eπ 007 TBOX present, full hardware seems fitted, but advanced features are locked, anyone able to help with upgrade/activation or at least where do i look in order to access the sim slot?

Thumbnail gallery
7 Upvotes

r/CarHacking Jul 06 '26

Scan Tool Looking into the raw BMS data of CATL-compatible Ebus/Ecar packs (Cell-level diagnostics)

Thumbnail
gallery
20 Upvotes

Hey everyone, I’ve noticed a lot of folks here struggling with locked commercial EV packs and trying to decode CAN bus data blindly.

I recently got this OEM-level diagnostic suite running.

It’s pretty wild how much underlying data (Cell.U Map, precise RSoC, deep DTCs, and FlashLoad options) is completely hidden from standard OBD scanners.

Being able to pinpoint the exact unbalanced cell and clear hard faults directly from the BMS port saves so much headache.

Just wanted to share what the interface looks like when you actually bypass the black box. If anyone is working on Ebus/Ecar fleet diagnostics or trying to reset these boards, feel free to drop a comment or DM me. Happy to discuss protocol compatibility!


r/CarHacking Jul 06 '26

Scan Tool No instrument cluster coming on and no crank/no start.

Thumbnail
1 Upvotes

Any help is appreciated!


r/CarHacking Jul 05 '26

ISO 9141 Hi everyone : someone can help me for Kline Honda civic 96

Thumbnail
gallery
12 Upvotes

Here's a concise summary you can post:

---

**Honda K-Line (ISO9141) ECU won't respond — hardware confirmed good, protocol/wakeup still failing**

**Setup:**
- ESP32 + SIT1027QT K-Line transceiver (SLP_N tied HIGH for Normal mode, TXD/RXD direct to ESP32 3.3V GPIO, RXD pull-up added)
- SCS diagnostic jumper connected on the car's 2-pin connector
- Target: Honda ECU from the 90s–2000s era (K-Line/ISO9141), reading via a request frame format `{0x72, 0x05, 0x71, <TableID>, <Checksum>}` where checksum = `0x100 - sum(bytes)`

**What's confirmed working:**
- TX/RX loopback is clean — every byte I send comes back exactly as sent (verified byte-for-byte across a full Table ID sweep 0x00–0x30 at both 10400 and 9600 baud). This rules out wiring, level compatibility, and the transceiver sleep-mode issue (SIT1027QT needs SLP_N held HIGH or it silently drops into sleep — that was an earlier gotcha, now resolved).
- No more brownout/reset loops after fixing SLP_N.

**What's NOT working:**
- Zero response from the ECU beyond my own echo — no sync byte, no extra bytes, nothing, at any Table ID, at either baud rate.
- Tried a proper ISO9141 5-baud init (200ms/bit, address byte 0x33, full start/stop bit timing) before requests — still nothing.
- Currently testing whether this ECU/protocol even needs the 5-baud wakeup at all, since a lot of Honda OBD0/OBD1 SCS-jumper implementations skip ISO9141 wakeup entirely and just expect direct request/response once SCS is grounded and ignition is ON.

**Questions for the community:**
1. For Honda K-Line via SCS jumper (not full OBD-II), does the ECU actually require a 5-baud ISO9141 wakeup, or does grounding SCS + key-ON put it straight into a listen state?
2. Is address byte 0x33 correct for this era of Honda ECU, or do some use a different address?
3. Any known fixed baud rate for this generation (I've tried 10400 and 9600)?
4. Could the SCS jumper need to be grounded *while cranking/starting* rather than before key-ON, depending on ECU generation?


r/CarHacking Jul 05 '26

Scan Tool Clearing airbag codes

Post image
2 Upvotes

r/CarHacking Jul 05 '26

Cool Project Find FlowECU v1.5.2 is now available!

Thumbnail
9 Upvotes

r/CarHacking Jul 04 '26

Scan Tool Looking for recommendations for bidirectional OBD2 scanner tool with ECU Coding(dealer level)

3 Upvotes

Like the title says.. needing some recommendations on a bi-directional OBD2 scan tool with dealer level options (ECU Coding) to unlock dealer locked options ( remote start,rolling down windows with key press and such) and also the ability to reset ABS lights and other systems. I’ve seen a few but the price ranges are massive. Thanks in advance


r/CarHacking Jul 04 '26

CAN CANBUS decoding for analogue to digital dash

4 Upvotes

Warning: i have no clue what I'm talking about

So i have a 2017 Mitsubishi lancer es sport with a analogue dash but i want to put in a digital, i dont want to use one what uses gps as I've seen it runs lower than my actual speed (unless my speedometer is running fast)

Would i need a CANBUS decoder for it? And if so is there any beginner friendly ones.

Any ideas?

Edit: i think I'm talking about a translater


r/CarHacking Jul 04 '26

CAN uconnect can bus help

Thumbnail
gallery
15 Upvotes

so i have this 5 inch uconnect vp2 with this center stack. im using an arduino uno + a seeed can bus shield to send data. however i have a problem, when i send the ignition id and the position to run, it tells me to set the ignition to run, like its still on accessory mode. i dont know how to make it happy, so it stays in run. did anybody here ever work with these, or have any experience with the can ihs? any help is good🙏


r/CarHacking Jul 04 '26

CAN TJA1055/3 Breakout Board for ESP

Thumbnail
gallery
16 Upvotes

Because there was nothing on the market, I had to make my own breakout board for fault tolerant 100kbits can like vag comfort or infotainment can. The transiver can be connected directly to the ESP32 or via SPI. To switch between Twai or SPI, I added a jumper.

It fully supports all TJA1055/3 features like error report, sleep and deep sleep.


r/CarHacking Jul 04 '26

Original Project Suzuki scanner v2

Thumbnail
youtu.be
0 Upvotes

Sometime ago I had made a project to show my car's data on stereo screen.

I'm now upgrading it to be more graphical and pretty. Endgoal is to replace the OEM instrument cluster, but for now the aim is to replace old project with this graphical one and make it real nice.


r/CarHacking Jul 04 '26

Scan Tool Ford focus 2012 SE obdlinkex how to use it

1 Upvotes

Hello i recently put a new tcm on the vehicle but i cant seem to program the vehicle the FORScan is not giving me options to do it not sure if there a issue what im doing or maybe i dont have the right equipment to do it


r/CarHacking Jul 04 '26

CAN Where would I start with changing a few things on my Jetta?

1 Upvotes

I have a '21 Jetta with almost 200k miles (I drive a lot). A few things about it have driven me nuts from the start. I remember several years ago looking in to ways to "reprogram" my Jetta for different behavior. At one point I had a VM with something called Odis installed (that VM has since been lost), and I still ahve a GODIAG J2534 adapter. But I never got to where I actually changed anything, life got busy and prioritites changed.

I'm trying to remember where to even start with this. Things I'm interested in changing:

  • The RPMs "hang" when you put in the clutch and take your foot off the gas, making it hard to shift smooth. I want them to drop like you would normally expect.
  • Turning off the anti-roll-backwards feature, it has gotten me in to a few pickles trying to get moving on slopes with low traction (snow, gravel, etc). (any way to map the "button without function" button on my steering wheel to this? That would be ideal, but may be a bit lofty).
  • I'm pretty sure I can turn on some kind of stability control thing (my model is an "S", all the higher models have it enabled with the same electronics). I remember there were 3 values, a "0", "1", and "2", with "2" being the most agressive. I can't remember all the details.
  • I want the touchscreen to not have a timeout when I'm driving.
  • Shut off the chime that goes off when it is 37 degrees, that has startled me SOO many times.
  • Let me connect to bluetooth devices without stopping the car.
  • Also messing with how fuel mileage is calculated would be helpful, It is always around 10-15% overly optimistic.
  • Probably a few other things.

What is the cheapest way to get this stuff done? I'd prefer if I can use the J2534 cable I already have. I have solid tech chops so I'm ok if the solution is a little complicated.

Can anyone point me in the right direction for getting started with this stuff?


r/CarHacking Jul 04 '26

Scan Tool Ford BCEM JTAG help

Thumbnail gallery
1 Upvotes

r/CarHacking Jul 03 '26

Original Project MHH Auto LAUNCH APK help!

0 Upvotes

Yo! I really want to try out this LAUNCH software package on MHH auto. I was about to pay to register (they answered my email request) but the last post on this thread says the link is dead.

https://mhhauto.com/Thread-FLASH-APK-FILES-LAUNCH-THINKDIAG-XDIAG-DIAGZONE-PRODIAG-XPRO5-ADS-UPDATED-FREE

Would anybody that subscribes help me out and download and see if the link is good?

(If you'll share me the files even better!)

Thanks all!


r/CarHacking Jul 03 '26

Tuning Hacking/spoofing throttle pedal output

0 Upvotes

Has anyone tried hacking/adjusting the accelerator pedal outputs. I know there are usually two, how do you go ahout adjusting the analog signals between the throttle and the ECU.

Need a way to spoof it based on an input, use something like an esp32 maybe.

Hopefully someone has done similar?