A Hardware Hacker Rescued a Bricked Cricut Maker from the Trash

A Hardware Hacker Rescued a Bricked Cricut Maker from the Trash

A hardware hacker saved a deactivated Cricut Maker from becoming e-waste by using a small microcontroller to spoof its serial number.

A hacker spotted a discarded Cricut Maker in the rubbish with worn-out rubber rollers. After bringing it home, the machine powered on but displayed a "Machine deactivated" alert in the official software, likely due to a past warranty replacement. Instead of modifying the cutter's firmware or breaking the app's network security, the author placed a Raspberry Pi RP2040 between the machine and the computer. Running as a USB proxy, the microcontroller intercepts USB CDC packets and swaps the deactivated serial number for a working one before the software sees it.

Why it matters: Corporate remote-deactivation turns working devices into landfill the moment a warranty claim processes. This project shows that hardware-level serial rewriting can resurrect locked tools without requiring deep software exploits.

Here's the gist: replacement rollers and a simple USB inline proxy brought a dead cutting machine back to life.

Hardware serial checks are easily fooled when you control the physical connection between the device and your PC.