Exploring Nokia 3310 LCD
Hi, This project is a general purpose library implementation for the famous Nokia 3310 LCD (PCD8544). Almost everybody has old phones like 3310 at home. If not, you can buy it for a few dollars, which is pretty cheap I think for at least for a graphic LCD. The display can be controlled easily on [...]
3D snake game for the LEDcube
Hi! I’ve just finished the next application for my FadeCube, a 3D snake game! It is a very small pure C application, developed under Linux with CodeBlocks IDE. It uses a multithreaded solution. Actually it is my first try to use POSIX threads. The first thread is listening for the keyboard. Another one is computing [...]
Six channel audio selector with remote control
Hi again! Today I’m going to show You an audio selector, which I made for my friend and which has an extra feature: it can be controlled with a regular IR remote controller (which you probably have at home ). I could say it is a general remote control reciever library with a demo application: [...]
10x10x10 ledcube
This post is about how I designed and made my 10x10x10 ledcube hardware and software from the beginning. I spent almost all of my freetime during months on this, that was a huge work, and still not finished.
IR remote switch
This is a post about to building an AVR based infra red remote controller reciever to switch some electronic devices trough 230V plug sockets or trough 5V supply.
Digital clock
A summary about how to build a fully functional seven segment LED clock from a reused old display
Bicolor led matrix with atmega8
A basic concept about how to control a bicolor 8×8 led matrix with AVR