When building your own homebrew computer, everything is a challenge. Ultimately, that’s kind of the point. If you didn’t want to really get your hands dirty with the nuts and bolts of the thing, you ...
Related to being powered by a super capacitor, I also need to get my ATtiny to go to sleep when not processing anything. And that involves setting pins to ‘interrupt-on-change’ and getting the chip to ...
There are easy ways of getting more I/O pins for any project; shift registers, I2C expanders, or ADCs will give you plenty of pins for whatever project you have in mind. All these require extra ...