• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Not again PIR

Scheduled Pinned Locked Moved Troubleshooting
10 Posts 2 Posters 4.1k Views 2 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.
  • D Offline
    Damian @xeroxu
    last edited by May 3, 2017, 4:54 PM

    @xeroxu

    https://forum.magicmirror.builders/topic/2266/problem-with-my-pir-sensor

    1 Reply Last reply Reply Quote 0
    • X Offline
      xeroxu
      last edited by May 4, 2017, 4:46 AM

      @Damian Thank you, now I got me a Ferrit Bead but it still dont not work. Maybe my coding or my cabling is wrong.

      //		{
      		module: 'MMM-PIR-Sensor',
      		config: {
      			// See 'Configuration options' for more information.
      	sensorPIN: 22,
                                      powerSaving: true
                              }
                      },
      1 Reply Last reply Reply Quote 0
      • X Offline
        xeroxu
        last edited by May 4, 2017, 11:26 AM

        Now that I deleted and reinstalled the module a new problem shows up . After I put the code In my config.js the Monitor stays black after the reboot. I testet the PIR its not broken.

        1 Reply Last reply Reply Quote 0
        • X Offline
          xeroxu
          last edited by May 4, 2017, 5:13 PM

          Problem solved :)

          D 1 Reply Last reply May 4, 2017, 5:47 PM Reply Quote 0
          • D Offline
            Damian @xeroxu
            last edited by May 4, 2017, 5:47 PM

            @xeroxu

            How did you manage the fix what was wrong? thank you

            1 Reply Last reply Reply Quote 0
            • X Offline
              xeroxu
              last edited by May 4, 2017, 6:14 PM

              @Damian I did after i checked the PIR a new npm install in the MM-PIR-Sensor Folder and changed the Sensor Pin to 25 (its the GPIO PIN) wrong thinking thats why I am a Noob ;)

              1 Reply Last reply Reply Quote 1
              • D Offline
                Damian
                last edited by May 4, 2017, 6:18 PM

                @xeroxu said in Not again PIR:

                wrong thinking thats why I am a Noob

                Me too but i learn here by reading everything and try to understand better. thank you for reply it will help me too

                X 1 Reply Last reply May 4, 2017, 6:35 PM Reply Quote 0
                • X Offline
                  xeroxu @Damian
                  last edited by May 4, 2017, 6:35 PM

                  @Damian no prob. im learning from reading and asking?

                  1 Reply Last reply Reply Quote 0
                  • X Offline
                    xeroxu
                    last edited by May 7, 2017, 11:35 AM

                    And again after two days the mirror did what he wants . I was nearly at that Point to throw all away and start fom beginning. Baut then i tried a thing , I disabled Bluetooth AND WLAN. And did it that way:

                    //sudo nano /etc/modprobe.d/raspi-blacklist.conf
                    
                    blacklist brcmfmac
                    blacklist brcmutil
                    blacklist cfg80211
                    blacklist rfkill
                    blacklist btbcm
                    blacklist hci_uart
                    
                    

                    And after that a Reboot and

                    //sudo systemctl disable hciuart
                    

                    and another reboot .

                    This works, I hope longer then 2 Days ;)

                    Now I have to work with the Ethernetport and gonna try it with an USB Wlan Dongle

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    1 / 1
                    • First post
                      6/10
                      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