TOP Contributors

  1. MIKROE (2779 codes)
  2. Alcides Ramos (376 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139566 times)
  2. FAT32 Library (72041 times)
  3. Network Ethernet Library (57255 times)
  4. USB Device Library (47615 times)
  5. Network WiFi Library (43219 times)
  6. FT800 Library (42566 times)
  7. GSM click (29930 times)
  8. mikroSDK (28292 times)
  9. PID Library (26933 times)
  10. microSD click (26309 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Clapper Switch Project

Rating:

0

Author: NART SCHINACKOW

Last Updated: 2011-10-03

Package Version: 1.0.0.0

Category: Other Codes

Downloaded: 963 times

Not followed.

License: MIT license  

This a simple clapper switch circuit consisted of : op-amp,555,transistor,and a couple of resistors.
the schematic is included in the file and has the header for connecting it to a pic microcontroller.
all you need is a simple program to control the timing of the output wave of the 555.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Clapper Switch Project" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Clapper Switch Project" changes.

Do you want to report abuse regarding "Clapper Switch Project".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Clapper Schematic

Clapper Schematic

Circuit Of The Clapper Switch

View full image

CIRCUIT DESCRIPTION

The circuit is consisted of two main parts :

LM741 OP-AMP:
This is responsible for amplifying the microphone signals and feed them to the 555 pin2 (TRIGGER PIN)

555 timer IC:
It is The Timing stage, when a signal is reached at pin2 the 555 will output a square wave at pin3 which length is defined by the potentiometer .
the 555 is configured as a monostable.

Note: This Project May Be Optimized And Changed Any Time So Stay Tuned

CHECK OUT MY WEBSITE FOR MORE CODES AND PROJECTS

ALSO FROM THIS AUTHOR

Application Project On W5100 SoftLib, DS1307, SoftMax7219

5

This is an application project that uses software W5100 library for network connections, DS1307 for displaying time, software MAX7219 for displaying on 7-segment digits. This project displays a web page where you read the time and change the 7-segment values. Uses PIC16f877A @ 10MHZ Clock

[Learn More]

MAX7219 Seven-Segment Wrapped Library

5

This is a structured based MAX7219 IC wrapped library, all you have to do is include the two files in your project folder and include the ".h" file in your source code.

[Learn More]

SoftWare Uart Library

10

This is a simple software UART library that could run on any pic without hardware UART module, just copy the two files in your project folder and inculde "SoftWareUart.h" in your source code. the library has many useful routines that could help you communicate with other UART modules.

[Learn More]