Skip to content

Call for testing: CAN Capture (v2.16-beta) — grab a candump on your car #103

@hypery11

Description

@hypery11

v2.16-beta adds CAN Capture to the Flipper. It is read-only (Listen-Only, never transmits), so it is safe to run on a live car — and we need people on real cars to confirm it works and to grab captures.

Download: https://github.com/hypery11/flipper-tesla-fsd/releases/tag/v2.16-beta (tesla_mod.fap)

What to do

  1. Install tesla_mod.fap and open the app.
  2. Settings → CAN Capture = ON. Keep Mode = Listen (Listen-Only).
  3. Run on your car for ~30 seconds. The screen shows REC <n>.
  4. On the SD card, check apps_data/tesla_mod/captures/cap_*.log. It should contain lines like:
    (1.234000) can0 485#00112233445566AA

Report back

  • Did cap_*.log appear, and does it contain (t) can0 ID#DATA lines? (paste the first ~20 lines)
  • Your Model / year / HW (HW3 / HW4 / Highland) / firmware version.
  • Anything odd: no file, empty file, app slow or crashing, missed frames.

Bonus — feed the cracker

If you captured a counter+checksum frame, run:

python3 tools/tesla_crc_cracker.py --id 0x485 cap_xxx.log

and paste the output. We especially want captures of 0x485 (Highland gear shift) and 0x229 (pre-Highland stalk) — recovering their checksum is what unlocks those injections.

Then

File a car_compatibility report (model / year / HW / firmware / region) and attach your capture, or just drop it in this thread.

ESP32 users: you already have capture (SD dump + the port-82 stream) — captures from either platform are welcome.

Thanks for testing on-car.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions