TOP Contributors

  1. MIKROE (2760 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (90 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 (139223 times)
  2. FAT32 Library (71732 times)
  3. Network Ethernet Library (57114 times)
  4. USB Device Library (47426 times)
  5. Network WiFi Library (43051 times)
  6. FT800 Library (42401 times)
  7. GSM click (29832 times)
  8. mikroSDK (28035 times)
  9. PID Library (26881 times)
  10. microSD click (26196 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: 961 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

IP ADDRESS UTILITY

6

This is a simple library that contains source code for converting IP-ADDRESSES to byte arrays and the inverse. Strings Utility must be included in order to function well. Note: Strings Utility is found here at libstock under my username code.

[Learn More]

Help Builder Wizard

0

Help Builder wizard is based on a C# 2010 express edition, it is used to document your libraries in an easy way using a graphical user interface wizard, the output is a text file decorated with (*) and (-).

[Learn More]

C# RS232 Library for MCU

0

This is an API developed using Visual C# express edition, it handles all necessary communication with any MCU that has a built in UART or SOFTWARE BIT-BANG UART. this Library contains documentation and an example on how to use it.

[Learn More]