Skip to main content

Posts

Showing posts with the label 4011

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...

Musical trees

" Musical trees " is a part of creative art installation and this project is capable to produce different audio tones by detecting a human touch to its attached plants. The existing version of this driver is capable to monitor 8 plants and produce different sounds for each plant. A prototype version of "Magic Tree" project with 2 plant samples. This project is built around PIC16F628A 8-bit microcontroller and PT2399 echo processor IC. To drive the sensor electrodes we use pair of CD4011 quad 2-input NAND gate ICs. This prototype uses TDA7052 1W audio amplifier IC to drive the speaker(s). The existing firmware of PIC16F628A is designed to produce tones in between 155Hz to 1244Hz and this range can be changed by modifying the supplied firmware source code. In this design, the PT2399 echo processor IC is used to get the more natural (/ deep) sound effect by adding some reverberation to the output. Schematic and firmware of this project are available to ...