Siren from smoke detector

Advert

Siren from smoke detector

Home Forums Electronics in the Workshop Siren from smoke detector

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #752509
    Speedy Builder5
    Participant
      @speedybuilder5

      This little disc is the siren out of an old smoke detector.

      How would I wire this up to an Arduino to get it to work and what sort of frequency range would I need to output to get an audible sound.

      Thanks

      Bob

      Siren

      Advert
      #752511
      Peter Cook 6
      Participant
        @petercook6

        I have an old alarm with the same style sounder. It runs on a 9v battery. There don’t seem to be enough electronic components in it to be producing a drive signal, so it may simply make a noise when supplied with 9v.

        #752513
        John Haine
        Participant
          @johnhaine32865

          It looks like a piezoelectric disc type.  If so it needs an AC drive at it’s resonant frequency to get decent volume.  You could drive it from two Arduino pins with antiphase square waves but would need to experiment to find the best frequency.  An alternative would be to use it in an oscillator circuit around an inverting logic gate in which case you’d need to experiment with capacitors to get it to work.  Look at the circuits used for ceramic clock oscillators.

          #752528
          SillyOldDuffer
          Moderator
            @sillyoldduffer

            I suspect alarm sounders are resonant at a particular frequency for efficiency and output will be low unless the Arduino is tuned to it.   About 1500Hz would be my guess.  If I can find one in my junk box, I’ll experiment.

            The Arduino tone() function is the easiest way to generate the frequency : should work with any IO Pin

            As IO Pins are current limited, may be necessary to drive the sounder with a transistor connected to the 5V rail.  An external power supply would provide even more volts.

            sounderDriver

            Dave

             

            #752532
            Speedy Builder5
            Participant
              @speedybuilder5

              There appear to be 3 contacts (certainly 3 on the PCB of the detector) – of course, one contact could be just for mounting.  In the photo, there is the centre “disc”, the ring outside of this, the “Middle ring” and the “outer ring”.

              Dave, any idea which rings to use and are they polarity sensitive ?

              Bob

              #752539
              Robert Atkinson 2
              Participant
                @robertatkinson2

                SOD’s circuit will work but not very well. The device is capacitive this circuit only charges the capcitance. There is no discharge path. Typically they are driven form a AC or differntial DC source.
                They also need to be mounted in a resonant or impedance matched cavity to match the disk and driven at the resonant frequency.
                The device pictured has a third connection this allows feedback to the drive circuit so it automatically operates at the resonant frequency.

                see https://mspindy.com/technical-guides/transducers-self-drive-piezo/

                Robert.

                 

                #752540
                Robert Atkinson 2
                Participant
                  @robertatkinson2

                  As a side note, if that was an ionisation type smoke detector it will contain a small radioactive source. The chamber with the source will be marked and should not be disassembled.

                  Robert.

                  #752548
                  Speedy Builder5
                  Participant
                    @speedybuilder5

                    Safety alert noted. No particular warnings on components or casing, but will not “meddle” with the detector module. – Thanks Robert

                    Bob

                    #752554
                    SillyOldDuffer
                    Moderator
                      @sillyoldduffer

                      Excellent info from Robert!  Much better than my research.

                      Ta,

                      Dave

                      #752590
                      Nigel Graham 2
                      Participant
                        @nigelgraham2

                        As a rough musical guide, 1500Hz is not a recognised note but somewhere around G-flat in the second octave above middle A.*

                        A cavity resonator is not necessary for the transducer to work, but without it the sound pressure level may be very low, especially if driven much away from the transducer’s resonant frequency. (A piezo-electric transducer like this usually has a very narrow transmitting response across its resonance.)

                        So the housing within the smoke-detector might have acted as a resonator to amplify the sound. You could carefully cut the cavity from the detector, or make a resonator of the same dimensions.

                        Though it needs an alternating voltage drive, it does not have to be a very pure tone, except perhaps for the listener’s sake. If the signal frequency can be adjusted this could be done to tune for maximum output empirically, short of any proper test method to determine the resonance.

                        ….

                        *At work we had a test-rig driven from a PC, originally using a locally-written BASIC programme that included a “beep” to alert the operator when it completed its run. As far as I know, no-one ever twigged that a Certain Someone not otherwise noted for high IT abilities, had adjusted the “beep” from some random frequency to middle-A,  440Hz. Then by copying the command-line, had added two other acoustic prompts at other stages, at the A above and below that…

                        #752591
                        MikeK
                        Participant
                          @mikek40713
                          #752594
                          Michael Gilligan
                          Participant
                            @michaelgilligan61133

                            That final video link is excellent, Mike !

                            [no style, but lots of substance]

                            …thanks for sharing it.

                            MichaelG.

                            #752641
                            SillyOldDuffer
                            Moderator
                              @sillyoldduffer

                              Following Robert’s guidance, I offer two improved driver circuits:

                              sounderDrivers

                              The second circuit, called an H-Bridge, is extremely common as a chip, like the L298N, normally used to control motors.  An experimenter not wishing to get into making electronics can buy them pre-assembled as a plug-in Arduino module.

                              Dave

                              #752645
                              Macolm
                              Participant
                                @macolm

                                The plain disk versions require an external driver circuit, but for DIY projects, the same piezo type devices are sold with built in electronics, often for 5V DC drive. eg –

                                https://www.bitsboxuk.com/index.php?main_page=index&cPath=302_309

                                #752647
                                Michael Gilligan
                                Participant
                                  @michaelgilligan61133

                                  The link provided by MikeK

                                  https://electronics.stackexchange.com/questions/18212/whats-the-third-wire-on-a-piezo-buzzer

                                  includes reference to a Murata document, which I would like to see, but I’ve had no joy finding it so far.

                                  MichaelG.

                                  #752659
                                  Nicholas Farr
                                  Participant
                                    @nicholasfarr14254

                                    Hi, there is a project in the Magenta Electronics Ltd. book1 (Everyday Electronics) 1989, which used a piezo transducer as a microphone, to make an acoustic probe, (electronic “stethoscope”) Electronics Projects Book 1 (UNITED KINGDOM All Publications (worldradiohistory.com) The book can be found and downloaded from about half way down the left hand side, and the project is on pages 74 to 76,  but I don’t know if any of those from old smoke alarms would be suitable, but it might interest some people.

                                    Regards Nick.

                                    P. S. I made the Digital Capacitance Meter described in the book, back in 1992, and it still works extremely well.

                                    #752691
                                    MikeK
                                    Participant
                                      @mikek40713
                                      On Michael Gilligan Said:

                                      The link provided by MikeK

                                      https://electronics.stackexchange.com/questions/18212/whats-the-third-wire-on-a-piezo-buzzer

                                      includes reference to a Murata document, which I would like to see, but I’ve had no joy finding it so far.

                                      MichaelG.

                                      The link to the Murata document worked for me.

                                      This was the link in the Stack Exchange page:

                                      https://web.archive.org/web/20150705182022/http://www.murata.com/%7E/media/webrenewal/support/library/catalog/products/sound/p37e.ashx

                                      If you can’t access it I can put a copy in my Google Drive and provide a link to that.  Let me know.

                                      Mike

                                       

                                      #752703
                                      MikeK
                                      Participant
                                        @mikek40713

                                        Here’s another video showing how to use the 3-wire piezo.

                                        https://www.youtube.com/watch?v=goUNElFt9Jg

                                         

                                      Viewing 18 posts - 1 through 18 (of 18 total)
                                      • Please log in to reply to this topic. Registering is free and easy using the links on the menu at the top of this page.

                                      Advert

                                      Latest Replies

                                      Viewing 25 topics - 1 through 25 (of 25 total)
                                      Viewing 25 topics - 1 through 25 (of 25 total)

                                      View full reply list.

                                      Advert