my recent reads..

LEAP#307 Boldport Matrix Keypad Control

So… ways to get arbitrary messages onto the Boldport Club Matrix? I happen to have a KeyboardMatrixModule that is coincidentally 5 keys high by 4 wide .. a number that neatly fits into the 24x5 display port of the Matrix. So I’ve wired it up and enabled a couple of commands to edit a message and start it scrolling. It is somewhat tedious, but it works! As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub

hero_image


read more and comment..

LEAP#303 Keyboard Matrix Module

I picked up one of these 4x4 Independent Keyboard Matrix modules to see how useful it might be for arbitrary input with a microcontroller. I examine how it is constructed, and provide some examples of how to make it work: LedControl - controlling the LEDs; KeyMatrixInput - multiplexed key input; SwitchInterrupts - interrupt-driven switch input. As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub hero_image


read more and comment..

LEAP#302 Game of Life on the Boldport Club Matrix

This is a quick and dirty implementation of Conway’s Game of Life on the Boldport Matrix, mainly to learn a bit more about using the AS1130 LED driver. As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub

hero_image


read more and comment..

LEAP#301 DHT11 Sensor Basics

The DHT11 sensor is a very cheap and common sensor that provides readings of relative humidity (20-80% ±5%) and temperature (0-50°C ±2°C). For a first test, I’m using a simple DHT11 library from the arduino playground. As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub hero_image


read more and comment..