Main Content

I want to show you my project “AVRelay”. It is a pocket mini AVR computer. It loads system on startup so you are able to load from SD card game or app. On video you can see older version of system, now it has GUI ;) There are two Atmega328. First processor is called “SDLoader”, second is main processor (it is connected to LCD and buttons). Both CPUs are connected via I2C (Wire Library) for communication and serial port to loading .HEX program from SD card through SDLoader to Main CPU. To code SDLoader I used BootDrive project.”

Link to article