With this hack, you can reset your Canon printer's maintenance cartridge.

Hack Using Using Arduino Uno, Reset Your Canon Printer's Maintenance Cartridge

The high operational expenses of printers are well-known. Typically, these take the shape of pricey ink cartridges that need to be replaced even if they still have some ink in them. However, certain printers, such as Canon Pixma G models, go a step further by integrating a maintenance cartridge. A new MC-G02 maintenance cartridge costs roughly $10, but if you need to change yours frequently, the expense adds up quickly. Yancey Wang devised a workaround that simply takes an Arduino Uno and some wire to erase that expense.

https://www.kickstarter.com/projects/1415622428/iotpi-4-and-6-channel-industrial-iot-board-on-rp2040

The MC-G02 maintenance cartridge is used by Canon printers to retain waste ink after certain procedures, such as print head cleaning. Canon anticipates that the cartridge will soon run out and that you will need to replace it. The printer will cease operating if you don't. However, users may empty and reuse the maintenance cartridge, eliminating the need for a new one. The issue is that the cartridge contains a built-in "counter" chip that will inform the printer that it is full even if the user has emptied it.

You'll need the following items to complete this project:

Understand the fundamentals of Arduino, such as how to upload and run programmes on the board, and how to view output from the Serial Monitor.

Connect the chip to Arduino after removing it from the cartridge.

Using an arduino, connect the chip to the computer.

Remove the chip from the cartridge and reconnect the wires after removing the cartridge from the printer.

These two 10k ohm resistors are used as "pull-up" resistors. 

Dump the rom (if you can't get one elsewhere)

With the Arduino IDE, open the programme inside sketch_hack_read, upload it to Arduino, and execute it.

If everything goes as planned, Serial Monitor will show the following output (using baud rate 9600):

Read Full Here