Micro I2C-Scanner with 0.96" Oled and ATtiny44
A tiny I2C-bus scanner with a nice tiny graphic OLED display and an AVR ATtiny44.
The device is built with a 0.96" OLED display that plugs into a little PCB with the same size. It is driven with a ATtiny44 with two software I2C ports (one for the display and one scan-port). As the ATtiny44 does not have enough RAM for a screenbuffer and the little boxes are not aligned to the rows of teh display, it uses a simple but nifty algorithm to calculate the screen in realtime.

Updates from the author