Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120
Suppress the CatGenie 120 DRM and refill soap cartridges using an Arduino
https://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120
arduino featured reverse-engineering
Last synced: about 2 months ago
JSON representation
Suppress the CatGenie 120 DRM and refill soap cartridges using an Arduino
- Host: GitHub
- URL: https://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120
- Owner: davidhampgonsalves
- License: bsd-2-clause
- Created: 2018-07-29T14:54:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T15:33:02.000Z (about 4 years ago)
- Last Synced: 2024-07-31T08:18:05.284Z (5 months ago)
- Topics: arduino, featured, reverse-engineering
- Language: C++
- Homepage: https://davidhampgonsalves.com/reverse-engineering-cat-genie-120-drm/
- Size: 6.16 MB
- Stars: 67
- Watchers: 16
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - davidhampgonsalves/CR14-emulator-for-CatGenie-120 - Suppress the CatGenie 120 DRM and refill soap cartridges using an Arduino (C++)
README
# Arduino Based CR14 Emulator for CatGenie 120
Suppress the DRM that prevents soap cartridges from being refilled using an Arduino.## Details
The CatGenie 120 bricks itself after a fixed number of washes until a new soap cartridge is inserted. To allow it to run without a cartridge or allow cartridge refilling I reverse engineered the verification process to allow it to be emulated and suppressed using an Arduino. Further details can be found in this [blog post](http://www.davidhampgonsalves.com/reverse-engineering-cat-genie-120-drm/).## Usage
Once installed the CatGenie will function as before and alert you when the cartridge needs to be refiled. Then refill the cartridge and cycle the power of the unit to reset the usage count in the Arduino.## Installation
### Arduino
This project can easily be flashed to any Arduino using [platform.io](https://platformio.org/) via: `pio run`. By default its setup to be used with an Arduino Uno but you can modify the platform.ini to support the other Arduino variants.### Hardware
After the code has been uploaded to the Arduino its ready to replace the CR14 RFID reader. Disassemble the CatGenie and locate the CR14 board located next to the cartridge holder as pictured bellow.Unplug the CR14 and attach the I2C wires(white/black on my machine) to pins A4/A5 on the arduino and 5v power/ground(red/blue) to their respective pins.
This process is similar to installing a product called the CartridgeGenius which is well documented in this [video](https://www.youtube.com/watch?v=N8NyGfgZmQI).
Remember to keep the CR14 for future RFID based projects,
## Alternatives
If you want a less DIY option check out the [CartridgeGenius](http://cartridgegenius.com/) which I've read is a good solution.