• Skip to main content
  • Skip to primary sidebar

Homemade Circuit Projects

Need circuit help? Post them in the comments! I've answered over 50,000!

Blog | Categories | About | Hire Me | Contact | Calculators-online
You are here: Home / Pets and Pests / How to Make Dog Barking Preventer Circuit using High Frequency Deterrence

How to Make Dog Barking Preventer Circuit using High Frequency Deterrence

Last Updated on June 30, 2025 by Swagatam 404 Comments

The discussed circuits are designed to discourage dogs from barking in the selected zone by the generation of a synchronized ultrasonic sound waves in response to a few initial barking of a particular dog.

Table of Contents
  • Manual High Power Push-Pull Dog Repellent Circuit (Tested)
    • Circuit Diagram
  • How the Circuit Works
    • Parts List
    • Tweeters used in the above prototype
  • Using Arduino
    • Full Arduino Code
    • Code working Details:
  • Automatic Dog Bark Terminator Circuit
    • Making the Circuit more Sensitive
    • Increasing the Range over 50 Meters
    • PCB Design
      • UPDATE: A Much Simplified Design
    • How it Works
      • Improving Further
  • Dog Deterrent Circuit

The circuits explained below when correctly optimized will produce a high pitched ultra sonic sound each time it senses a dog bark. Since the sound is in the ultrasonic range will be inaudible to humans, and audible to only dogs present in the vicinity.

Manual High Power Push-Pull Dog Repellent Circuit (Tested)

The ultrasonic dog repellent circuit shown below is a highly effective design due to its H-bridge configuration, which generates a powerful push-pull action on the attached ultrasonic transducer.

The push-pull mode creates a pumping action on the transducer causing massive thrusts on the generated ultrasonic pulses.

This circuit was practically tried on dogs and cats with positive results. The testing procedure required a lot of hard work and dedicated effort, which was thoroughly implemented by Mr. Emad, who is an avid reader of this blog and great electronic enthusiast.

Circuit Diagram

powerful dog  repellent using IC 555 h-bridge circuit with strong push pull transducer action

How the Circuit Works

The IC1 is configured as a normal IC 555 astable circuit which generates square wave pulses at its output pin#3.

The resistor R1 along with the R2 pot value determine the frequency of IC1 output.

This output from IC1 is applied to T1, T3 driver transistors of the H-Bridge configuration.

This frequency at pin#3 of IC1 is also fed to the pin2 and pin6 of another IC2 555 stage.

This 555 IC2 is configured as a set-reset circuit, which works efficiently to enable the correct functioning of the H-bridge transistor driver.

The output pin#3 of IC2 is connected with T2, T4 which forms the other set of driver transistors of the H-bridge circuit.

The IC2 ensures that during the ON periods of IC1 pin#3, the IC2 pin#3 is OFF, and vice versa.

This ensures a safe operation of the H-bridge transistors which always operate diagonally, causing an alternate push-pull or reverse forward conduction of the load, which is a transducer in this circuit.

The push pull action of the transducer diaphragm causes powerful thrusts on the generated pulses which ultimately helps to create a strong repelling action on animals like dogs and cats.

Parts List

  • R1 = 1k 1/4 watt = 1
  • R3 = 4.7k 1/4 watt = 1
  • R4-----R7 = 1k 1 watt = 4
  • R2 = 20k pot = 1
  • Capacitor C1 = 3300 pF Ceramic Disc = 1
  • Transistors, T1, T2 = TIP142 = 2
  • Transistors, T3, T4 = TIP147 = 2
  • IC1, IC2, IC555 = 2
  • Push Button 5 amp = 1
  • Speaker1 is a 8 ohm High Power Tweeter, as shown below = 1

Tweeters used in the above prototype

high power tweeter used for dog barking prevention

Using Arduino

The above concept can be made even more effective and customizable when built using an Arduino. The complete wiring and circuit diagram is given below:

Below is a simple Arduino code that will generate a square wave with adjustable frequency (1kHz to 25kHz) and output staying ON for adjustable time between 1 to 5 seconds.

Full Arduino Code

const int outputPin = 9;

const int potFreqPin = A0;   // Pot for frequency
const int potTimePin = A1;   // Pot for ON-time duration

unsigned long halfPeriod;    // Half of square wave period in microseconds
unsigned long onTimeMs;      // How long to output the square wave
unsigned long offTimeMs = 1000; // OFF time fixed to 1 second (can also be made variable)

void setup() {
  pinMode(outputPin, OUTPUT);
  pinMode(potFreqPin, INPUT);
  pinMode(potTimePin, INPUT);
  digitalWrite(outputPin, LOW);
}

void loop() {
  // Read and map potentiometers
  int freqRaw = analogRead(potFreqPin); // 0 to 1023
  int timeRaw = analogRead(potTimePin); // 0 to 1023

  int freq = map(freqRaw, 0, 1023, 1000, 25000);         // Frequency: 1kHz to 25kHz
  onTimeMs = map(timeRaw, 0, 1023, 1000, 5000);          // ON-time: 1s to 5s
  halfPeriod = 1000000UL / (2 * freq);                   // Half-period in microseconds

  // Generate square wave for ON duration
  unsigned long startTime = millis();
  while (millis() - startTime < onTimeMs) {
    digitalWrite(outputPin, HIGH);
    delayMicroseconds(halfPeriod);
    digitalWrite(outputPin, LOW);
    delayMicroseconds(halfPeriod);
  }

  // Output OFF period (fixed 1 second or customizable)
  digitalWrite(outputPin, LOW);
  delay(offTimeMs);
}

Code working Details:

  • Only one output pin#9 will generate the square wave pulses.
  • Frequency adjustable from 1kHz to 25kHz using one potentiometer.
  • Pulses will turn ON and OFF intermittently with ON-time adjustable from 1 to 5 seconds using another potentiometer.
  • During OFF time, the output pin will remain LOW.

Automatic Dog Bark Terminator Circuit


Note: Please use 1uF capacitor for C2 to ensure a foolproof triggering of the IC1 stage...


Parts List

  • Resistors all 1/4 watt 5%
  • R1, R3 = 10K
  • R2, R4, R5, R7 = 100K
  • R6 = 33K
  • R7 = 1K
  • Capacitors
  • C1 = 0.1uF, disc ceramic
  • C2 = 1uF/25V
  • C3 = 10uF/25v
  • C4, C6 = 0.01uF ceramic
  • C5 = 680pF ceramic
  • Transistors
  • Q1 = 2N3904 or BC547
  • Q2 = TIP122

Referring to the above shown dog bark inhibitor circuit, we can see three distinct stages involved, the sound sensor and preamplifier circuit using the Q1 and the electret MIC stage, the monostable stage using IC1 and the associated parts and the ultrasonic sound generator stage using the IC2 and the speaker driver stage.

Whenever a dog barks, the Mic detects it causing a sequential low and high pulse at the base of T1. T1 responds to this and produces an equivalent amplified signal across C2, which in turn triggers the pin#2 of the monostable IC1.

The above action forces IC1 to produce a high at its pin#3 for a period determined by the values of  R5/C3.

This high at pin#3 of IC1 enables the reset pin#4 of IC2 to become active thereby allowing the astable IC2 to supply the ultrasonic pulse at its pin#3, which is appropriately amplified by the associated TIP122 transistor, driving the connected speaker.

The speaker vibrates at the specified amplified level throwing the ultrasonic sound in the direction where the dogs need to be driven away.

The above sound waves is supposed to fluster the dogs and cause a lot of disturbance in their ears due to its high pitched sound, and also due to its synchronized effect with the dog's own barking sequence.

Actually the above dog barking stopping device might respond to all types of high dB sound levels, however since it won't be audible to a human ear this will never be an issue, and may be ignored.

Making the Circuit more Sensitive

If you find the above dog barking prohibitor circuit not responding to barking signals or any sound distant signals correctly, then you must try upgrading the MIC stage with an IC based MIC amplifier stage as shown in the following image:

Once you build the above circuit, you can eliminate or remove R1, R2, C1 from the first circuit, and replace it with the mentioned op amp based MIC amplifier circuit and configure the C3 output from the op amp with the base of Q1.

This upgrade will ensure that the circuit responds appropriately even to weak sound signals, specifically dog barking sound during night time, and trigger the IC 555 stages for the intended results.

Increasing the Range over 50 Meters

To make the above design respond to dog barks at distances over 50 meters, the following modified idea could be tried.

However this circuit being extremely sensitive could get triggered by other forms of sounds in the vicinity.

PCB Design

UPDATE: A Much Simplified Design

A simple transistorized circuit presented below can be used as effectively as the above designs for repelling dogs or any other animal away, from a distance.

The parts list for the above design is shown below:

  • R1 = 5k6
  • R2 = 47k
  • R3 = 3M3
  • R4 = 33K
  • R5 = 330 OHMS
  • R6 = 2K2
  • C1 = 0.1uF
  • C2 = 1uF/25V
  • T1, T2 = BC547
  • T3 = TIP127
  • D1 = 1N4007
  • Mic = electret condenser MIC.

If you wish to use some other form of deterrent instead of the indicated high power alarm, you can replace the speaker with a relay and connect the desired load with the relay contacts. The relay based design is demonstrated in the following diagram:

The parts list will be the same as above, except the T3, which can be replaced with BC557 transistor.

How it Works

As soon as a relatively loud noise such as a dog barking sound is detected by the MIC, the signals are amplified by the subsequent BJT stages, which activates the relay momentarily. This momentary delay of the relay activation is determined by the value of C2, which can be adjusted to best suit the application.

The relay contacts can be hooked up with a suitable high frequency circuit, such as an electronic dog whistle.

Improving Further

In the above design, the relay can be eliminated, and the T3 collector output can be directly used to activate the IC 555 frequency generator circuit, as shown in the following figure:

Dog Deterrent Circuit

Are dogs from the neighborhood constantly digging up your front lawn? The following high-pitched screamer can effectively deter them!

The IC1 (Integrated Circuit 1) is configured as a high-frequency oscillator, producing narrow pulses. You have the flexibility to adjust the frequency using RV1 and fine-tune the mark-to-space ratio with RV2.

IC1's output is channeled to the base of Q1 through R5 and D1-D2. The pulses at the collector of Q1 drive SPKR1, which is a piezo horn tweeter.

These sounds operate at frequencies well above our hearing range and are exceptionally loud, making them audible to dogs and other garden pests with four legs.

The inclusion of diodes D1 and D2 serves to enhance the turn-on voltage for Q1 because IC1's output doesn't reach all the way down to zero volts.

To achieve the best results, some trial and error with RV1 and RV2 settings may be necessary to optimize the device's performance.

You'll also like:

  • ultrasonic pest repellerUltrasonic Pest Repellent Circuit
  • insect2Brepeller2BcircuitSolar Insect Repellent Circuit for Protecting Crops in fields
  • batBuild this Mosquito Bat without Battery
  • Natural Mosquito Repellent Using High Watt Resistor

Filed Under: Pets and Pests Tagged With: Barking, Deterrence, Frequency, High, Preventer

About Swagatam

I am an electronics engineer and doing practical hands-on work from more than 15 years now. Building real circuits, testing them and also making PCB layouts by myself. I really love doing all these things like inventing something new, designing electronics and also helping other people like hobby guys who want to make their own cool circuits at home.

And that is the main reason why I started this website homemade-circuits.com, to share different types of circuit ideas..

If you are having any kind of doubt or question related to circuits then just write down your question in the comment box below, I am like always checking, so I guarantee I will reply you for sure!



Previous Post: « PWM Motor Soft Start Circuit to Prevent High Consumption during Power Switch ON
Next Post: How Mosquito Traps Work »

Reader Interactions

Questions & Answers

Total Posts: 404
Newest Oldest
sharaf
June 16, 2015 • 11 years ago #31568

Hi swagatam,
Can you explain the circuit with PIR sensor instead of electret MIC.

Reply
SwagatamAdmin
June 17, 2015 • 11 years ago #31589

Hi Sharaf, for what application do you intend to use it? please provide with more details so that I can understand it better.

Reply
sharaf
June 17, 2015 • 11 years ago #31598

Hi Swagatam,
If any dogs are enter to the coverage area immediatly trigger and generate ultrasonic sound to repel the dogs.

Reply
SwagatamAdmin
June 17, 2015 • 11 years ago #31605

Hi Sharaf,

a PIR will detect all types of living beings including human beings, so that will not work….

Reply
SwagatamAdmin
June 17, 2015 • 11 years ago #31606

…warm blooded living beings

Reply
sharaf
June 17, 2015 • 11 years ago #31609

Hi Swagatam,
We are facing lot of problem with street dogs and those are tresspasses to the residence area, especially in night time.
So, if we use PIR the device can work only the particlar time instead of full time.

Reply
SwagatamAdmin
June 18, 2015 • 11 years ago #31617

OK in that case you can use the following circuit

https://www.homemade-circuits.com/2014/09/automatic-pir-controlled-fan-circuit.html

remove the relay, we don't want it here, also disconnect the emitter of the transistor from its ground position and connect it with the IC2 pin#4 from the circuit explained in the above article.

so we'll require only the IC2 stage from the above article circuit and integrate it with the PIR circuit from the given link, as explained.

Reply
sharaf
June 18, 2015 • 11 years ago #31622

Thanks a lot for your support and help……….

Reply
Ashok Dhenge
June 18, 2015 • 11 years ago #31625

what is electrec mic? How to test this circuit? When mic detect dog sound at what time waves are generated?

Reply
SwagatamAdmin
June 19, 2015 • 11 years ago #31630

electret mic is small mic which are commonly used in amplifiers and FM hand held transmitters,

connect an LED in series with the TIP122 base whenever it lights will indicate the working of the speaker.

clapping near the mic should initiate the triggering process….

Reply
Ashok Dhenge
June 21, 2015 • 11 years ago #31668

in above circuit what is range of sound will be heard by dogs? also what is effect on another animal? is this circuit activate for all sound? means human noise also activate this circuit? How to make possible range?
As in our farms there is lots of peacock wonder at the time of harvesting can this circuit is applicable for this condition?

Reply
SwagatamAdmin
June 22, 2015 • 11 years ago #31677

the range will be around 10 meters, other animals may not be affected because they may not possess high sensitivity to sound frequencies as dogs normally have.

peacock cannot be driven using this circuit because the hearing range of birds are quite similar to the human beings except bats

Reply
Internal combustion engines
June 19, 2015 • 11 years ago #31632

dear do you have a ultrasonic circuit for elephant. in our country daily one or two people are get dead due to wild elephant. request help. i noted that elephant hearing frequency is 16-12000hz.

Reply
SwagatamAdmin
June 19, 2015 • 11 years ago #31643

You can easily make it by using a 555 IC along with a speaker amplifier stage, quite identical to the IC2 stage as indicated in the above article.

the frequency can be set by suitably adjusting the values of R7 and C5 …until the effective note is achieved for driving of the animals.

the range will depend on the power of the selected transistor and the wattage of the speaker, higher wattage will enable longer ranges.

Reply
Lee
July 26, 2015 • 11 years ago #32614

Is the IC555 is LM555?

Reply
SwagatamAdmin
September 3, 2015 • 11 years ago #33697

any 555 will work

Reply
Sarah
September 2, 2015 • 11 years ago #33696

Can you please provide more info about the MIC and Speaker? any part number?
Thanks,

Reply
SwagatamAdmin
September 3, 2015 • 11 years ago #33708

you can see the pics below:

MIC
reviseomatic.org/help/e-components/Electret-mic.jpg

Speaker (tweeter)

img.weiku.com/a/001/812/KTV_tweeter_speaker_T031402__3659_7.jpg

Reply
Ashok Dhenge
March 28, 2016 • 10 years ago #40074

Sir, i made this circuit but i am facing some problems. When power supply is on speaker get some vibration continuous, no any sound but feels vibration. When i remove mike speaker vibration stop. Please help me for this. Is this vibration is capable for generating sounds for keep away dogs.

Reply
SwagatamAdmin
March 28, 2016 • 10 years ago #40084

Ashok, the response that you are getting from the speaker looks OK, but it should not happen continuously…rather only when a sound hits the MIC.

I think the sensitivity of the mIC circuit could be too high. try reducing C1 to 0.01uF or 0.001uF and check the response

Reply
Ashok Dhenge
March 29, 2016 • 10 years ago #40093

Sir, i changed C1 0.1 to 0.01uf, this time no vibration sense in speaker. When i clap for sound then nothing happen with speaker.I inspect the circuit carefully i found one short connection at IC1 3 pin to IC2 pin3 which is directly activate base of TIP122. I made correction but after that circuit is not work.

Reply
SwagatamAdmin
March 29, 2016 • 10 years ago #40097

Ashok, a short circuit of any kind across the ICs can damage the devices…so better change the ICs again and test.

this time do not connect the MIC stage, rather initially test by manually shorting the pin#2 of the IC to ground (momentarily) and see the response on the speaker…

Reply
SwagatamAdmin
March 29, 2016 • 10 years ago #40099

…sorry, correction: test by shorting R3/C2 junction of IC1 with ground

Reply
SwagatamAdmin
March 30, 2017 • 9 years ago #49444

Hi, That probably means that the MIC stage is not powerful enough and needs to be upgraded so that it becomes more sensitive for converting the sound signals into triggering signals for the IC 555, I will try to update the above article with the mentioned improvements soon.

Reply
SwagatamAdmin
March 31, 2017 • 9 years ago #49459

you are welcome, actually any opamp will work here, you can easily replace it with an ordinary IC 741

Reply
SwagatamAdmin
April 3, 2017 • 9 years ago #49542

that's great, now you can confirm the final results with an actual dog barking

Reply
SwagatamAdmin
April 5, 2017 • 9 years ago #49605

yes that's possible, you can use a pot in place of R2 and tweak to keep the opamp at the verge of conduction and make the circuit very sensitive.

additionally you can use a Darlington transistor for Q1 for enhancing the sensitivity of the unit

Reply
SwagatamAdmin
June 28, 2017 • 9 years ago #51416

you can use 9V instead of 12V without any modifications, but make sure the current is sufficiently high so that the speaker can be driven with the required amount of power…a 9V PP3 battery will not work.

Reply
SwagatamAdmin
June 28, 2017 • 9 years ago #51419

click the images to enlarge them

Reply
SwagatamAdmin
July 1, 2017 • 9 years ago #51472

The degradation could be due to a slow internet connections, anyway glad to know it has been rectified now and the image is now clearly visible to you.

Reply
Jan Van Vuuren
July 4, 2017 • 9 years ago #51516

Hi Swagatam,

I would like this unit to have a range of 50 meters. What modification should I make to achieve this. Also can I use a Compression driver instead of a speaker as it appears that Compression drivers are much more efficient.

Regards
Jan

Reply
SwagatamAdmin
July 4, 2017 • 9 years ago #51519

Hi Jan, you can try the LM386 based last circuit from this article, to enhance the sensitivity of the entire design:

https://www.homemade-circuits.com/2012/08/ic-lm-386-datasheet-explained-in-simple.html

use the R1/C1, and the MIC network which is shown in the last circuit from the above "DOG Barking" article, and connect the C1 end with the volume control of the linked LM386 circuit.

The speaker point outputs from the LM386 modified design can be finally integrated with the base of Q1 as presented in the first circuit diagram of this particular page

Reply
Jan Van Vuuren
July 5, 2017 • 9 years ago #51538

Hi Swagatam,

Thank you for your reply. Does this mean that the speaker range will also be 50 meters.I read some were that the current design is effective for approx. 10 meters. I need to increase this to 50 meters.
Regards
Jan

Reply
SwagatamAdmin
July 6, 2017 • 9 years ago #51543

Hi jan, according to me the amplification power could be increased by replacing the speaker transistor with a 2N3055 transistor and using a small value base resistor of around 100 ohms…this will hopefully make the output strong enough to carry it up to 50 meters

Reply
Jan Van Vuuren
July 12, 2017 • 9 years ago #51642

Hi Swagatam,
I am a bit confused. In your explanation you say “ use the R1/C1, and the MIC network which is shown in the last circuit from the above “DOG Barking” article, and connect the C1 end with the volume control of the linked LM386 circuit. Is this pin 3 or 5 on the LM386? Does Last cct refer to the “Making the cct more sensitive OR the main cct with the two 555 timers.
Your assistance will be much appreciated.
Regards
Jan

Reply
SwagatamAdmin
July 12, 2017 • 9 years ago #51643

Hi ajn, I have updated the required diagram at the end of the post, please check it out.

Reply
SwagatamAdmin
July 12, 2017 • 9 years ago #51644

…you ca use BC547 for Q1

Reply
Jan Van Vuuren
July 12, 2017 • 9 years ago #51653

Hi Swagatam,
Thank you for the revised CCT.
Regards
Jan

Reply
SwagatamAdmin
July 13, 2017 • 9 years ago #51656

You are welcome Jan!

Reply
SwagatamAdmin
July 16, 2017 • 9 years ago #51770

Hi, yes a tweeter would respond better than an ordinary speaker, however I was expecting an almost inaudible output from the speaker, because the IC2 is set at around 13kHz which can be hardly heard by an human, I think you might want to adjust the R/C components of the IC2 a little more to make sure that humans do not hear it but dogs do.

yes if it's a normal beep then your dog will not be impressed, it has to be something more irritating. Actually the dog will get surprised only when the sound from the speaker responds and coincides with its own barking, that's exactly when the dog might start getting too nervous 🙂

Reply
Yousef
September 5, 2017 • 9 years ago #53227

Hi Swagtam

How can i make this circuit work permanent without sensing the dog’s bark ?

Reply
SwagatamAdmin
September 5, 2017 • 9 years ago #53231

Good question Yousef,

you can do it simply by using only the IC2 stage, that’s all….

Reply
Jan Van Vuuren
September 11, 2017 • 9 years ago #53518

Hi Swagatam,

I know very little about piezo disc transducers
I was wondering if the speaker can be replaced by a transducer. Do you think this can work?
Your opinion will be much appreciated.
Regards
Jan

Reply
SwagatamAdmin
September 11, 2017 • 9 years ago #53523

Hi Jan , yes definitely the speaker can be replaced with a transducer, however it will need to be complemented with a matching parallel inductor so that the oscillations can be optimally amplified.

Reply
Jan Van Vuuren
September 12, 2017 • 9 years ago #53549

Thank you for your reply. So how do I calculate the value of the inductor?

Regards
Jan

Reply
SwagatamAdmin
September 12, 2017 • 9 years ago #53551

You can purchase it readymade from your local electronic dealer…or from any online store, you just have to mention “piezo buzzer coil” and you will able to easily find it

Reply
Rick
October 20, 2017 • 9 years ago #54978

Hi Swagatam, I have finally put this circuit together & seems to be working, but I can hear the sound although quite high in pitch, also I will need to build the additional Mic amp circuit as the current one seem not very sensitive.
I would like to ask for your help as to some mods I would like to make to change its operational characteristics.
I have noticed that when activated the sounds is on for a short time period which can be adjusted by changing R5 & C3, is there a change that can be made to have it operate for as long as it is powered on? also I need to be able to have its frequency adjustable, your help would be much appreciated, Regard Rick

Reply
SwagatamAdmin
October 20, 2017 • 9 years ago #54985

Rick, you can do it by adding the following latch circuit between IC1 and IC2.

https://www.homemade-circuits.com/2011/12/simple-and-useful-transistor-latch.html

you can remove the relay from the design.

in the dog barking circuit disconnect pin#4 of IC2 from IC1, and connect it with the collector of the PNP.

connect the base of T1 in the latch circuit with pin#3 of IC1.

in the latch circuit preferably remove C1 from the shown positive and place it across base/emitter of T1.

Reply
Rick
October 29, 2017 • 9 years ago #55352

Hi Swagatam
Thank you for the info on the Latching circuit, I will give that a try, If I may ask how the frequency output can be adjusted/variable to a higher pitch as I can hear it so I figure it may not be high enough to do its job.

Reply
SwagatamAdmin
October 29, 2017 • 9 years ago #55355

Hi Rick, to increase the output frequency you can decrease the value of C5 to some lower value…. You can try reducing it to 470pF or 330pF and see the effect.

for getting a variable option you can use a pot for R7, but make sure to add a 1K resistor in series with this pot.

Reply
View Older Comments

Need Help? Please Leave a Comment! We value your input—Kindly keep it relevant to the above topic! Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar



Categories

  • Arduino Projects (95)
  • Audio and Amplifier Projects (134)
  • Automation Projects (18)
  • Automobile Electronics (103)
  • Battery Charger Circuits (89)
  • Datasheets and Components (109)
  • Electronics Theory (150)
  • Energy from Magnets and Earth (40)
  • Games and Sports Projects (11)
  • Grid and 3-Phase (20)
  • Health related Projects (27)
  • Home Electrical Circuits (13)
  • Indicator Circuits (16)
  • Inverter Circuits (100)
  • Lamps and Lights (163)
  • Meters and Testers (72)
  • Mini Projects (28)
  • Motor Controller (68)
  • Oscillator Circuits (30)
  • Pets and Pests (15)
  • Power Supply Circuits (91)
  • Remote Control Circuits (50)
  • Security and Alarm (65)
  • Sensors and Detectors (107)
  • SMPS and Converters (46)
  • Solar Controller Circuits (61)
  • Temperature Controllers (43)
  • Timer and Delay Relay (50)
  • Voltage Control and Protection (44)
  • Water Controller (37)
  • Wireless Circuits (31)



Circuit Simulator

circuit simulator image



Subscribe to get New Circuits in your Email



Other Links

  • Privacy Policy
  • Cookie Policy
  • Disclaimer
  • Copyright
  • Videos
  • Sitemap

People also Search

555 Circuits | 741 Circuits | LM324 Circuits | LM338 Circuits | 4017 Circuits | Ultrasonic Projects | SMPS Projects | Christmas Projects | MOSFETs | Radio Circuits | Laser Circuits | PIR Projects |



Recent Comments

  • Swagatam on Real MPPT Solar Charger Circuit Using Arduino, LCD, and Manual/Auto Switch
  • Swagatam on Universal H-Bridge Circuit Module
  • Swagatam on Programmable 35238-MP Timer Module? How to Use it
  • Swagatam on Simple FM Radio Circuit Using a Single Transistor
  • Andrew Maker Mangar on Real MPPT Solar Charger Circuit Using Arduino, LCD, and Manual/Auto Switch

Social Profiles

  • Twitter
  • YouTube
  • Instagram
  • Pinterest
  • My Facebook-Page
  • Stack Exchange
  • Linkedin

© 2026 · Swagatam Innovations