Can I Use a PIR Sensor to Enhance My Surveillance System Camera?

  • Thread starter Thread starter mickey25
  • Start date Start date
  • Tags Tags
    Camera System
AI Thread Summary
The discussion focuses on enhancing a surveillance camera system using a PIR sensor for human detection, which alerts the owner via SMS and allows real-time viewing through an Android application. The user seeks advice on suitable hardware to connect the 8051 microcontroller to the internet, considering options like GSM modules or 3G dongles. Participants highlight the complexity of the project, suggesting that existing systems and APIs, such as those from Synology, could simplify the process. They recommend exploring alternatives like Raspberry Pi or Arduino for better integration and functionality. Overall, leveraging existing technologies is emphasized as a more efficient approach than building a system from scratch.
mickey25
Messages
1
Reaction score
0
Hello everyone.i need your help to give the advice about my project.i want to make a surveillance system camera that can be monitor in anywhere.i will describe about my project. i am using pir sensor to detect the human.so when pir sensor detect someone , it will be sent the alert message through sms to owner. when that happen, owner will open the android to view what camera is recorded in real time.on the application, owner can take a picture or record the video. i want to using microcontroller 8051. the system like a e camera but want to add new features like sent the sms to owner. so owner can watch in real time. i want to increase the distance.so owner can watch anywhere through android application.so the problem is the hardware. i don't what suitable hardware that can be connect the microcontroller8051 to the internet that can be support my real time application.gsm module or 3G dongle that suitable to use?
 
Engineering news on Phys.org
mickey25 said:
Hello everyone.i need your help to give the advice about my project.i want to make a surveillance system camera that can be monitor in anywhere.i will describe about my project. i am using pir sensor to detect the human.so when pir sensor detect someone , it will be sent the alert message through sms to owner. when that happen, owner will open the android to view what camera is recorded in real time.on the application, owner can take a picture or record the video. i want to using microcontroller 8051. the system like a e camera but want to add new features like sent the sms to owner. so owner can watch in real time. i want to increase the distance.so owner can watch anywhere through android application.so the problem is the hardware. i don't what suitable hardware that can be connect the microcontroller8051 to the internet that can be support my real time application.gsm module or 3G dongle that suitable to use?
Have a look at Raspberry Pi and Arduino microcontrollers...
 
mickey25 said:
i don't what suitable hardware that can be connect the microcontroller8051 to the internet that can be support my real time application.gsm module or 3G dongle that suitable to use?
You have certainly taken on a long and complex project here.

There are two quite separate problems. One is detection with a PIR sensor, then sending the sms, the other is sending the pictures over the net. Both those problems have been solved many times, with the systems available as cheap commodities made in China.

Why do you insist on using an 8051 micro ?
Why do you insist on doing it all yourself ?
 
  • Like
Likes berkeman
When I get chance I'm also planning to modify a camera system. Mine is based on Synology Surveillance Station (SS) running on a Synology NAS. It does 99% of the hard work for you.

As others have said it's a lot of work to write such a program from scratch. However if you are looking for a "project" then programs like SS have an API you can use to bolt on extra features. You can tell SS to start recording from a particular camera by sending the server a carefully crafted "web page request" over the network.

I get a lot of false triggers due to spiders and shadows triggering the motion detection. I'd like to switch to PIR sensors but my cameras don't have an alarm input. So I'm investigating connecting a PIR sensor to something like a Rasberry Pi that will send the necessary "page request" to the server to trigger recording.

That's a much more manageable project than writing a whole system from scratch.
 
Hi all, I have a question. So from the derivation of the Isentropic process relationship PV^gamma = constant, there is a step dW = PdV, which can only be said for quasi-equilibrium (or reversible) processes. As such I believe PV^gamma = constant (and the family of equations) should not be applicable to just adiabatic processes? Ie, it should be applicable only for adiabatic + reversible = isentropic processes? However, I've seen couple of online notes/books, and...
I have an engine that uses a dry sump oiling system. The oil collection pan has three AN fittings to use for scavenging. Two of the fittings are approximately on the same level, the third is about 1/2 to 3/4 inch higher than the other two. The system ran for years with no problem using a three stage pump (one pressure and two scavenge stages). The two scavenge stages were connected at times to any two of the three AN fittings on the tank. Recently I tried an upgrade to a four stage pump...
Back
Top