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
- Install
tesla_mod.fap and open the app.
- Settings → CAN Capture = ON. Keep Mode = Listen (Listen-Only).
- Run on your car for ~30 seconds. The screen shows
REC <n>.
- 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.
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
tesla_mod.fapand open the app.REC <n>.apps_data/tesla_mod/captures/cap_*.log. It should contain lines like:(1.234000) can0 485#00112233445566AAReport back
cap_*.logappear, and does it contain(t) can0 ID#DATAlines? (paste the first ~20 lines)Bonus — feed the cracker
If you captured a counter+checksum frame, run:
python3 tools/tesla_crc_cracker.py --id 0x485 cap_xxx.logand paste the output. We especially want captures of
0x485(Highland gear shift) and0x229(pre-Highland stalk) — recovering their checksum is what unlocks those injections.Then
File a
car_compatibilityreport (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.