Circuit Lake

Electronic Project and Circuit Collection

ATtiny2313 Related Resources




AVR Security Keypad Lock

February 09, 2012 By: admin Category: AVR, Control, Microcontroller, Project, Security System No Comments →

AVR Basic Keypad Lock System

The Security Keypad Lock Project is a basic access control system based on ATtiny2313. It can be modified to protect just about anything. The “Code Lock” ability will allow the rightful user to deploy the platform to any property that requires simple password-protection.

Low Picofarad Capacitance Meter

August 31, 2011 By: admin Category: AVR, Ham Radio, Measurement, Microcontroller, Project, Tools No Comments →

Low Capacitor - Picofarad Capacitance Meter

This little instrument, named as Pico C, can be used to measure capacitances down to fractions of a picofarad. It built based on ATtiny2313 microcontroller. It has range: <1 pF to 2000 pF (guaranteed); 2500 pF possible and resolution: 0.1 pF. To read the result, this low cost C meter comes with 2 lines [...]

DC Servomotor Controller System

August 24, 2011 By: admin Category: AVR, Control, Interfacing, Microcontroller, Motor, Project No Comments →

AVR based DC Servomotor Controller

The ATtiny2313-based project is an experiment on the closed loop DC servomotor control system (SMC) by Elm Chan. It can be used for practical use with/without some modifications. The closed loop servo mechanism requires real-time servo operations, such as position control, velocity control and torque control. It will be suitable for implementation to any embedded [...]

Basic Touch Sensor Using AT90S2313

July 23, 2011 By: admin Category: AVR, Basic, Microcontroller, Project, Sensor No Comments →

AVR Based Touch Sensor Project

This simple touch sensor project can be used to add a touch switch to your computer. It can detect when you touch a sensor connected to one of the sensor inputs. The project is built based on AVR AT90S2313 (you can replace it with ATtiny2313).