TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (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 (136820 times)
  2. FAT32 Library (69984 times)
  3. Network Ethernet Library (55960 times)
  4. USB Device Library (46280 times)
  5. Network WiFi Library (41893 times)
  6. FT800 Library (41203 times)
  7. GSM click (28995 times)
  8. PID Library (26420 times)
  9. mikroSDK (26377 times)
  10. microSD click (25383 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: 948 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

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]

Ultrasonic sensor (RANGE FINDER) library

0

This is a simple structure based library for an ultrasonic range finder, all you need to do is copy the two files your project and include the "DistanceLib.h" in your main code. The module could be found at : http://www.futurlec.com/Distance_Sensors.shtml

[Learn More]

NOKIA 6100 LCD UTILITY

0

An application developed in VISUAL C# 2010 EXPRESS EDITION, used for reading JPEG files and exporting them either to MMC hence readable through MIKROE FAT16 LIBRARY or exporting them to a 2d unsigned int C ARRAY. NOTE: THIS APP IS USED WITH A NOKIA 6100 LCD 132x132 PIXELS.

[Learn More]