Motion Sensor Package

Simple Motion Sensor Package I created based off of GPIO Demo. Not much information in the package because I essentially simplified the bigger package I made for it to be more simple.

https://github.com/LoopForYou/package-gpio-motion-sensor

Edit: The pinout shows to connect VCC to the 3.3v, don’t do that. Connect it to the 5v or you might have the PIR Sensor acting funny.

Nice. Maybe that was why my sensor was odd as well when I played around with it. Good information :slight_smile:

A small hint for anyone building custom packages to show here: You can actually make it very easy for others to try out your package by allowing others to install the package with one click. The documentation for that is here: https://info-beamer.com/doc/building-packages#singleclickinstallbutton

Basically you just add the markdown snippet to your readme and you get a working installation button like the following in your github landing page documentation. Here’s how it works and looks (click it!):

1 Like