Skip to main content

Posts

Showing posts with the label ATtiny2313

A DIY UV exposure unit

UV exposure unit is a vital component in printing and mass-manufacturing industries. I decided to build a UV exposure unit to assist my screen-printing and PCB prototyping needs. After examining the market, I decided to construct this unit using black fluorescent tubes. Those black fluorescent tubes are usually available to purchase in many electrical shops here in Sri Lanka . Finished UV exposure unit with four fluorescent tubes. To drive the exposure unit, I build an electronic controller using ATtiny2313A MCU. This controller is capable to handle the exposure unit for up to 999 seconds ( approximately 16 minutes ). This electronic controller got two high-power relay driver stages, an audible notification unit, a safety lock, and a programmable timer. The fluorescent tubes are drive using four separate chokes and starter units. For this unit, I use four NEC 20W - 60cm (T10) black fluorescent tubes.  12V, 5A SMPS is used to drive the relays and electronic controller unit. PSU, c...

Automated Telephone Remote Control – Demonstration

In this project we develop automated telephone remote control system to demonstrate the functionality of MT8870 DTMF decoder. This project mainly based on MT8870 DTMF decoder and ATtiny2313 MCU. When this system connects to the phone line it monitor the status of the phone line and take the control of phone line when it detects the ringer, after that user may be able to control specified I/O port using appropriate keys. Finally user can issue predefine key combination to shutdown the phone line. Schematic diagram, source codes for ATMEL ATtiny2313 are available in here and all the source codes are developed using WinAVR (with Atmel AVR Studio 4). Please note that this project is developed for demonstration purposes only, some of the system states may not handled with the given source code.