Circuit Lake

Electronic Project and Circuit Collection

AVR


NFC Secure Data Storage, AVR ATmega1284

January 12, 2013 By: admin Category: AVR, Miscellaneous, Security System No Comments →

This project implements a secure form of storage for sensitive information such as passwords or identification numbers. It is built based on AVR ATmega1284 and PN532 NFC Shield from Adafruit. The project is modeled after Shamir’s secret sharing algorithm. It allows user to distribute information regarding the secret key among several agents. In this way, […]

AVR Thermistor Respiratory Monitor

January 11, 2013 By: admin Category: AVR, Display, Measurement, Monitoring No Comments →

The purpose of the project is to build a low-cost, easy-to-use device to monitor the breathing of patients. It was designed for low-resource environments. This AtMega1284-based project can calculates a patient’s breathing rate by detecting changes in temperature when the patient breathes through a mask. The project uses AtMega1284p microcontroller as main controller. Thermistors are […]

AVR 8x8x8 3D LED Cube

January 10, 2013 By: admin Category: AVR, Display, LED, Microcontroller No Comments →

Here is another great inspiring 8x8x8 LED Cube project based on AVR microcontroller. You can use it as 3D LED graphic equalizer for your audio system visualization. The project uses 8x8bit Latches IC (74HC573D) to control the anodes of 8 LEDs via PNP Transistor and 8 N-Channel MOSFETs (IRF530) to control the cathodes of 64 […]

SMS Remote Control, AVR ATtiny2313

January 08, 2013 By: admin Category: AVR, Control, Remote No Comments →

The aim of the project is to build SMS remote control for electric devices. The project based on AVR ATtiny2313 as main processor and GSM module GM-47 sony-ericsson. GSM module GM-47 was chosen because it can be controlled easily it via AT commands. With this circuit you can control ON/OFF a lot of electric/electronic devices […]