Development Board – Kits Projects

Setup Arduino Software for Atmega328P with Internal Crystal on Breadboard

A breadboard Arduino will require an Atmega328P controller for these instructions. Note the “P” at the end of the name. You cannot use an Atmega328 because it has a slightly different device id number. It will require a different board configuration. Instructions for that are outside of this tutorial. Go to the Arduino tutorial website

Setup Arduino Software for Atmega328P with Internal Crystal on Breadboard Read More »

Standalone Arduino

Standalone Arduino / ATMega chip on breadboard

Step 1: Parts needed I bought my parts from Digikey and Sparkfun Electronics – they’re 2 of my favorite places to buy components. Anyway, here’s the list: #1 – (Qty: 1) – ATMega328 chip with Arduino bootloader pre-installed ($5.50) #2 – (Qty: 1) – 5VDC Switching power supply ($5.95) (Note: If you don’t use a switching power

Standalone Arduino / ATMega chip on breadboard Read More »

Touchpad Figure Recognition Using Atmega644

Our project implements a touchpad input system which takes user input and converts it to a printed character. Currently, the device only recognizes the 26 letters of the alphabet, but our training system could be easily generalized to include any figure of completely arbitrary shape, including alphanumerics, punctuation, and other symbols. A stylus is used

Touchpad Figure Recognition Using Atmega644 Read More »

LED Sensor Piano Keyboard Using atmega644

Introduction Our project utilizes an array of LEDs that work as light sensors to generate a musical tone, simulating a piano keyboard. The basic idea is to use LEDs as both emitters and sensors. For our project specifically, we used a total of 63 LEDs, 9 for each of the seven natural keys. Only the

LED Sensor Piano Keyboard Using atmega644 Read More »

Firefly synchronization Using Atmega32

Introduction This project implements a 2D matrix of bidirectional LEDs to simulate how fireflies in a population synchronize their flashing. Fireflies are an extraordinary species of bioluminescent animals which are able to synchronize the timing of their light emission within a flashing population. In places such as Thailand and Malaysia, during night at the right

Firefly synchronization Using Atmega32 Read More »

Scroll to Top