In previous post I got to the point where I need to program an EEPROM, but have no device to do that. This time I'll try to build it. Ben had similar side-build as part of his Output register , so this should be a replica of that, right? Well it could have been, but I did not follow his footsteps exactly. First, I do not have Arduino Micro , just an Uno with a half-size breadboard attached to it. So I was planning to use that. I could not source 74HC595 shift registers, so I got 74HC594 instead. As it turned out later, they are so similar, that there actually are no differences for this use-case, but I did not compare them carefully at the beginning. Also, I was not following the video exactly, just got the main idea about shift registers and continued on my own. Placed the chips on the small breadboard, but there was a problem - the breadboard was a little too short. I placed chips end-to-end without any gaps in between, and there was just enough holes to fit all the pins. Unfort...