Skip to main content

Posts

Showing posts with the label 2N3904

Wireless Call Bell

This project is about a wireless musical call bell, which I designed to meet some of my friend's requirements. This circuit design uses only the 4000 series CMOS logical ICs, NE555 , UM66 , and TDA7233 audio amplifier IC. For the remote control, we use a 433MHz 4-channel remote control module . This circuit is designed to work continuously with a low-power external 5V power supply. Prototype version of wireless call bell. The PCB in this call bell is designed as a single-sided PCB. The dimension of the PCB is 82mm × 50mm.  All the components in this circuit are commonly available through-hole-type components. The whole assembly process of this musical call bell is shown in the video attached to this document. The RF remote control module we use in this project consists of a remote control decoder and encoding IC. In our version, the transmitter (key fob) has a PT2262 encoder, and the receiver has a PT2272 decoder IC. In the prototype build, the receiver and transmitter are confi...

Victor SEA-50 graphic equalizer restoration

Few weeks back I got Victor SEA-50 stereo graphic equalizer from one of my friend. This is 10 band stereo graphic equalizer manufactured by Victor Company of Japan (now JVC Kenwood ) around 1970 - 1980. SEA-50 consist with 63 transistors and it provides ±12dB control range for 32 Hz, 63 Hz, 125 Hz, 250 Hz, 500 Hz, 1 kHz, 2 kHz, 4 kHz, 8 kHz, 12 kHz / 16 kHz / 20 kHz center frequencies. The SEA-50 which we got is not working properly and most of its controls may generate distortion above +8dB and below -8dB. Apart from that left channel of this receiver has low volume and distortion. Defective transistors in control board (next to 2SA493). After few hours of checkup we identify few defective transistors ( 2SC982 ) in control board and we replace those with 2N3904 NPN transistors. Subsequent to this fix, all controls of SEA-50 start to work again on its full range (±12dB) by without producing any distortion or clipping.

Replacement LED driver for AN6877

AN6877 is linear AF level meter IC produced by Panasonic and it is commonly found on much audio equipment. This chip is no longer manufactured by Panasonic and finding replacement chip for AN6877 is also quite difficult. The circuit described in this article is designed to replace AN6877 base LED drivers and it is based on commonly available components. This replacement LED driver is designed using 10, MMBT3904/2N3904 transistors and it can easily modify to get the necessary number of outputs. During the prototyping stages, we test this driver with a minimum of 7 LEDs (AN6877 configuration) and up to 12 LEDs. This LED driver is designed to work with 9V to 12V DC power source. With 7 LEDs and 9V power source, this module can directly replace AN6877 base LED driver modules. Schematic and PCB design related to this LED driver is available at google drive .

USB Random Number Generator

This project is about USB port base true hardware random number generator and it is design around the avalanche noise which occurred in reversed biased P-N junction. This random number generator is design using commonly available electronic components. The core component of this system is Microchip’s PIC18F2550 microcontroller. The noise source is 2N3904 (Q1) transistor and LM386 low voltage power amplifier is used to amplify the incoming noise signals. This peripheral is design to work as a self-powered USB HID device. Cumulative distribution graph of random number sample In this design we use 2N3904 as a noise source because it give more noise amplitude than any another transistors which we tested. Theoretically this transistor (Q1) can be replaced with any other suitable NPN transistor like BC548, BC107, 2SC945, etc. The control software of this system is available for Linux and it’s compiled as x86 - 32bit binary file. This controller application required libusb driver ...