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

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 [...]
August 16, 2011 By: admin Category: AVR, Audio, Microcontroller, Project No Comments →

This ATmega168-based digital comb filter built to clean a realtime audio signal. It can remove the ubiquitous 60Hz (50Hz in some countries) hum noise caused by power lines and household electrical wiring. Since the noise is not strictly sinusoidal it is necessary to remove all harmonics of 60Hz, and that is what this filter [...]
August 10, 2011 By: admin Category: AVR, Data Acquisition, Microcontroller, Monitoring, Project, Wireless Comments Off

The aim of this ATmega644-based project is to build a portable device implementing wireless technology and taking full advantage of the wide-spreading Internet to provide a convenient solution to monitor human health.
August 07, 2011 By: admin Category: AVR, Arduino, Digital, Microcontroller, Monitoring, Project, Transmitter No Comments →

This energy monitoring transmitter, known as emonTx, is an Atmega328-based small wireless energy monitoring node. It also fully compatible with Arduino IDE. EmonTx is designed to take inputs from multiple CT sensors, optically from a pulse-output utility meter and from multiple one-wire temperature sensors. The design is based on the JeeNodeV5 by Jean-Claude Wippler and [...]