• As an experiment I wanted to use the Arduino IDE to write code for an Attiny85, I didn’t have an ISP shield at that point and couldn’t be bothered making…

  • This was a little no frills breakout board I designed for Attiny 8 pin chips, minimal components but I had a few requirements that I wanted to meet. 1. ISP…

  • This is a shield that I decided to buy, it was a nice beginner related board with some basic functions. Here is a picture of the board, a few code…

  • Another MAX7219 example using random numbers to randomly light an LED in the matrix, you may want to increase the delay Code #include “LedControl.h” //  need the library LedControl lc=LedControl(12,11,10,1);…

  • The first thing you will need that makes things easier is to  download and install the LedControl Arduino library as it is essential for using the MAX7219.   Code #include…