OLLYDOTDEV / Project-Birdseye-DTX-2020

The initial plan is to create a device that is made for the sole purpose of a Preemptive Security system for People who work with Confidential/Private Information and need to work on potentially more public places where one cant Guarantee fully secure/discrete room. My Approach to solving this is with a wireless computing node That Takes Sensor data from a variety of senses. Then the Data from the Senses is taken then and processed to determine whether there is a security breach if so then it will Relay that info over to the Raspberry Pi W that then Emulates an HID (Human interface device) Using the P4wnP1_aloa made by mame82 to Execute a custom user-defined action that will be set via Apache server hosted of the Raspberry Pi W Communicating From a web interface back to the purchase server utilizing Ajax
GNU General Public License v3.0
3 stars 1 forks source link

PIR Sensor #13

Closed OLLYDOTDEV closed 4 years ago

OLLYDOTDEV commented 4 years ago

As user I need more than one forum of a sensor on ROMS as a backup for https://github.com/OLLYDOTDEV/Project-Birdseye-DTX-2020/issues/12 so I can be sure that the information protection system activates

OLLYDOTDEV commented 4 years ago

PIR or passive infrared sensor (note PIR do not work well in a hot environment where the ambient temperature is the same as people's this is one of the limitations of the functionality) is a sensor that is used to detecting people. image

for this project birdseye I have decided to go with the HC-SR501 image

specs from here

the other competitor was the HC-SR505 it has a smaller range and in theory the same cone angle but in practice, it is greater. see here

added need header to ROMS pcb to allow for PIR sensor connection image

image here is my wire up for testing

the code for this can be found on Github here

both of these sensor fall under what is called a 1x1 pixel. as in short how they work are they take the average ambient infrared input and then checking if there has been a change in temp in the same place. with the sensor that has only one LARGE pixel you can get more pixel 4x4 8x8 16x16 etc that in turn allows you to see images and make out objects but there have been much research done and it has can be seen that in very few cases are the extra pixels properly utilized or give any additional reliability, therefore, they were not considered as a sensor for this project. as typically they more commonly used as bad thermal cameras (high pixel count)

OLLYDOTDEV commented 4 years ago

now to move on to getting the two to work together

12 will show this next part in the sprint