chip

The MAX7219 and MAX7221 Led drivers (1)

The MAX7219 and MAX7221 Led drivers using Arduino

These two integrated circuits from Maxim are for driving either 64 individual Led’s, or up to 8 digits of 7-segment displays. The drivers implement a SPI compatible slave interface that can be controlled from the Arduino using only 3 of the digital output pins. An extensive datasheet for the IC’s is available from the Maxim homepage. Since both …

The MAX7219 and MAX7221 Led drivers using Arduino Read More »

Arduino led display (1)

Arduino powered 7seg led display with Port Manipulation

Time for something a little more advanced. Direct Port Manipulation. Normally when using Arduino software, the actual logic behind changing the values in pins is abstracted away with digitalRead and digitalWrite. Now, for most people that’s just fine. But it has some limitations. For one, it is a little slower than might be practical for …

Arduino powered 7seg led display with Port Manipulation Read More »

Dr Blinkenlights (1)

Dr Blinkenlights… (or how I learned to afford the BlinkM) Using Arduino

I love the idea of the BlinkM (individually addressed RGB leds controlled with 2 pins), but not so much the price (nearly 15 quid each!). Luckily, the hardware is open source and somebody has brought out an alternative firmware (although if you know where to look, you can find the official firmware). This is the …

Dr Blinkenlights… (or how I learned to afford the BlinkM) Using Arduino Read More »