Skip to content

Releases: kivijakola/hitager

Hitager v1.3.2

11 Aug 22:16
59f2507

Choose a tag to compare

Support remote page (Pg15) reading for all known BMW keys

Following keys are supported and tested now:

  • PCF7945 (5WK49125) with Pg15 not locked
  • PCF7944 (old version CAS key) with Pg15 locked
  • 26A0700 (china key) with Pg15 locked

Hitager v1.3.1

09 Aug 17:46
fefebc6

Choose a tag to compare

  • Add interface and UI menu for configuring PCF7991 ABIC
    image
  • Optimize standard ABIC settings (Gain=2, Filter_H=1, Filter_L=1, Hysteresis=0). Filter and hysteresis now matches recommendation from Philips "Immo-RKE-System-Design Version 4" PDF
  • Adapt hitaguino manchester decoder to the new settings + general decoder improvements
  • Adapt procedure to read BMW Hitag2 EEPROM remote page (Page 15, only for PCF7944 or unlocked keys)

Hitager v1.3.0

27 Jun 22:40
ff9b1b7

Choose a tag to compare

This release provides various updates of the BMW remote functionalities and hughe robustness improvements of the Arduino Software (hitaguino).

AESHitager:

  • Possibility to read BMW 5WK49125 remote data if not locked by lock bit in Hitag2 Pg3
  • BMW remote data assistant supports now the memory layout of the two known CAS3 masks 0L15Y and 0L01Y (auto-detected)
  • All important seetings of the PCF7991 ABIC can now be changed from GUI. Good for experimenting with setting improvement.

Hitaguino v2.1.0 :

  • Add clock output for supplying PCF7991 ABIC to Pin3 of Arduino Nano / Pin9 of Arduino Mega2560. This is useful e.g. for using IPROG RFID adapter without HW mod
  • Support of writing and reading all relevant PCF7991 ABIC setting pages
  • Improve manchester decoder by continuous pulse length adaptation. Makes reading lot more robust.

Hitager v1.2.0

30 Apr 16:00
38d3333

Choose a tag to compare

New feature:
Support extracting remote data (RSK_Hi, RSK_Lo, etc.) from a CAS3 EEPROM dump file. File can be loaded and the data of a selectable key bank (0...9) can be extracted to data fields.
image

Improvements:
Improve design of "BMW Remote" window
Bugfix:

Bugfix:
Fix misalignment of "Remote ID" data. The two payload bytes have to be sent first, padded with two zero bytes (before, it was the other way round)

Hitaguino:
Arduino software release which was up to date when this GitHub project was created

Hitager v1.1.0

24 Apr 21:17
b1ebe34

Choose a tag to compare

Bugfix:
Correct bug in BMW write remote functionality. Remote programming payload data was sent to arduino with wrong syntax.

Hitaguino:
Arduino software release which was up to date when this GitHub project was created

Hitager v1.0.2

07 Apr 21:28
fea8632

Choose a tag to compare

This is the first release published in GitHub

New features: (Changes compared to last version on Project Website)

  • Add functionality to write BMW PCF7945 / PCF7944 / PCF7953 remote data (not tested yet)
  • Implement feature to read BMW remote data (Page 15) on PCF7944 and PCF7945_china (very unstable)
  • Add window to read and display BMW key info (VIN, Odometer, Mechanical Key number)

Minor enhancements:

  • Introduce ABIC Gain Auto-Adjustment function

Hitaguino:
Arduino software release which was up to date when this GitHub project was created