MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

    Scheduled Pinned Locked Moved Tutorials
    103 Posts 17 Posters 91.2k Views 25 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P Offline
      Philly
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • P Offline
        Philly
        last edited by

        IMG_9326.jpg
        Hi thank you for responding, I recently bought a soldering iron and soldered the pins to the sensor and I’m still having trouble having it turn on the smart mirror. I’ve attached a picture, I don’t think the module is the problem and made sure the cables are attached to the right pins, could it be the soldering? Sorry to bother I’m new at this.

        FoziF 1 Reply Last reply Reply Quote 1
        • FoziF Offline
          Fozi Project Sponsor @Philly
          last edited by Fozi

          @Philly From what I see in the picture the soldering seems to be OK, but I’m not sure you wired it correctly on the GPIO. The picture is somewhat blurry, so I can’t recognize it well enough.

          The red wire should go to the first right pin, which provides +5V. From the picture it seems to go to the first left pin, which provides only 3.3V.
          The black wire seems to go to the second right pin, which also provides +5V. It should go to the third right pin for GND.
          Finally, the brown wire appears to go to the third left pin, which is provides a SCL signal (serial clock) and is reserved for I2C. Don’t use that, but the forth left pin, which is a digital I/O.
          Please check the wireing again according to my description and adjust also the config.js accordingly.

          {
          			module: 'MMM-PIR-Sensor',
          			disabled: false,
          			config: {
          				sensorPin: 4,
          				powerSavingDelay: 30, // (seconds) how long the monitor will be turned on
          
          			}
          		},
          

          HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

          P 1 Reply Last reply Reply Quote 0
          • P Offline
            Philly @Fozi
            last edited by

            @Fozi I rechecked my wires and confirmed they were wired on the correct pins although the picture I sent does look off, the red wire is on the 5v, black is on gnd, and the brown wire is on GPIO pin 7. The config.js is also configured accordingly but when I npm start the Magic Mirror a blank screen continues to show. So I tried using the MMM_PIR module instead and got the same results, a blank screen. Not sure why the sensor’s not working

            1 Reply Last reply Reply Quote 0
            • G Offline
              Ghost2000
              last edited by

              @Fozi
              You wrote that you are using a double sensor is that this one?

              zerodis-HB100-Mikrowelle-Sensor-Modul-Doppler-detecor

              FoziF 1 Reply Last reply Reply Quote 0
              • FoziF Offline
                Fozi Project Sponsor @Ghost2000
                last edited by

                @Ghost2000 I use this one https://amzn.to/35SEYd3

                HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

                G 1 Reply Last reply Reply Quote 0
                • G Offline
                  Ghost2000 @Fozi
                  last edited by

                  @Fozi
                  then did you connect two?

                  FoziF 1 Reply Last reply Reply Quote 0
                  • FoziF Offline
                    Fozi Project Sponsor @Ghost2000
                    last edited by Fozi

                    @Ghost2000 no, it is a single sensor. You probably got irritated by the noun „Doppler“. This has nothing to do with double or to similar. The sensor uses an effect which was discovered by the physicist Christian Doppler. See also https://en.m.wikipedia.org/wiki/Doppler_effect

                    HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      Ghost2000
                      last edited by

                      eah right, now I see

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        MajorC Project Sponsor
                        last edited by

                        Hi @Fozi ,

                        just to make sure that I am on the right way:

                        • Buy a RCWL-0516 module
                        • Wire the module to my Raspberry Pi 4
                        • Install @Bugsounet MMM-NewPIR on my MM

                        That’s it? Or did I miss something?
                        My MM is not a mirror, more a wall-mounted picture frame with some nice to have information on it. I would like to have the monitor turned off, if nobody is in the room.

                        Thank you,

                        Christian

                        FoziF 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 5
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 11
                        • 7 / 11
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy