Object detector using ultrasonic sensor with 555 timer

AI Thread Summary
The discussion focuses on challenges related to using a 555 timer with an ultrasonic sensor for object detection. Users express difficulties with buzzer volume, noting that the capacitors used (such as 3.3pF) are unsuitable for the 555 timer, which requires a minimum of 470pF. A suggested timing capacitor value of around 24nF is mentioned, with recommendations to use available values between 1nF and 100nF. Additionally, the ultrasonic sensor requires more than just a timer for effective operation, and a comparator may be necessary for optimal performance. Proper setup and component selection are crucial for achieving desired detection results.
engnrshyckh
Messages
51
Reaction score
2
TL;DR Summary
I am doing a simple project in which i want to detect object using 555 timer and ultrasonic sensor.
See the attached figure.
I used 220uF with buzzer and also tried 10uF capacitor but buzzer isn't loud enough. I don't have any 3.3pf capacitor. I used 1.1 pF instead. I also tried changing the resistance of potentiometer but still buzzer isn't sound loud enough.
 

Attachments

  • Screenshot_20221017_205300_com.android.chrome.jpg
    Screenshot_20221017_205300_com.android.chrome.jpg
    19.8 KB · Views: 186
Engineering news on Phys.org
The 3.3 pF capacitor is much too small for a 555 oscillator.
frequency = 1.46 / ( (R1 + 2*R2) * C )
C = 1.46 / ( 5kHz * ( 10k + 2*1k) ) = 24 nF
 
  • Like
Likes Fisherman199 and BvU
Baluncore said:
The 3.3 pF capacitor is much too small for a 555 oscillator.
frequency = 1.46 / ( (R1 + 2*R2) * C )
C = 1.46 / ( 5kHz * ( 10k + 2*1k) ) = 24 nF
I don't have such values of capacitance can i change the value of R2 FOR fixed value of C i. I 3.3pF
 
engnrshyckh said:
I don't have such values of capacitance can i change the value of R2 FOR fixed value of C i. I 3.3pF
I have no idea what you are suggesting there.

If I remember correctly, the 555 needs a timing capacitor of 470pF minimum.
The 3.3pF is not useful anywhere in the circuit. I do not know why the website showed that value on the schematic. If you look in the parts list, you will see it specifies a 3.3nF capacitor. That is a better choice.

I computed a timing capacitor value of about 24nF. The closest available value will probably be 22nF. Try any value of capacitance you can find between (1nF = 0.001uF) and (100nF = 0.1uF).

https://en.wikipedia.org/wiki/555_timer_IC#Astable
 
  • Like
Likes Fisherman199, DaveE and hutchphd
Windadct said:
- the sensor in your image looks like a Ultrasonic DISTANCE sensor -
If there is no reflector within range in the 15° beam, then it does not produce a detection pulse, so it may be used as a detector without range.
 
Windadct said:
Asside from the 555 issues - the sensor in your image looks like a Ultrasonic DISTANCE sensor -

https://www.sparkfun.com/products/15569

This needs more then a timer.
Yes it is so may be a commarotor will work
 
Yes, a comparator will likely work.

Although likely needed only for the maximum range of 4 meters, please note the comment on page 3 of the datasheet:
(bold added)
When tested objects, the range of area is not less than 0.5 square meters and the plane requests as smooth as possible, otherwise, it will affect the
results of measuring.

Cheers,
Tom
 
Back
Top