Loading...
Pages: [1]   Go Down
Author Topic: Room surveillance with Arduino  (Read 241 times)
0 Members and 1 Guest are viewing this topic.
Offline Offline
Newbie
*
Karma: 0
Posts: 4
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Hello Guys and Girls!
I have a question about Surveillance with Arduino products.

I want to secure a room with networkequipment in it. There should be a camera, a temperatuer-sensor and a humidity sensor, a servo to open the door and something to authenticate the user, like a num-pad to enter a passcode (not sure if I should try something with biometrics...).

All these informations should be transmitted over the network to a Server, put into a database and the parameter should be accessable via web.

Which Board would you suggest? Would the Leonardo work for this purpose? I'm an Arduino newbie, but I want to do this, so I can learn a bit! It's more a task I want to do, than a Task I have to do smiley

Also: How does the Arduino write the Information into the database? I can't imagin a way this could work.

Thank you! Greetz!
Logged

Queens, New York
Offline Offline
Edison Member
*
Karma: 29
Posts: 1586
"Of all the things I've ever lost, I miss my mind the most" -Ozzy Osbourne
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

A regular UNO won't be able to handle everything, so maybe a Mega or Due, would be you best bet to work. Also there is no arduino that can handle Video, so maybe look into a raspberry Pi.
Logged

UNO, MEGA, NANO, 4x4 keypad, micro servos, RF transceivers, bluetooth, ultrasonic sensor, 20x4 I2C LCD, 3.2 TFT touch screen, L298N Dual motor driver, Voice Recognition 15W, Gameduino

Arduino Tutorials, coming soon.

"If your doing nothing, it does not mean your lazy, it just means your open for anything that suits you" - Unknown

UK
Offline Offline
Tesla Member
***
Karma: 89
Posts: 6400
-
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Put the main application on a server. You can buy USB sticks for monitoring temperature and humidity - just leave them plugged in to a host with the appropriate software running. Use an ordinary USB web cam plugged into the server and use an application to do whatever you want with it. There is plenty of freeware that will do motion detection and capture video sequences for you. I don't know whether you intended to put those in a database as well, but I don't see the point of that.

I suggest using an Arduino just as an interface to the keypad and servo. Write a sketch that sends PIN attempts to an application on the server that validates the PIN, logs the access attempt (captures a still photo or two if you want) and then sends back a command to the Arduino to move the servo to unlock the door for a few seconds if the access request was accepted.

The Arduino has almost nothing to do, and you could use any of them.

Remember to leave yourself another way in if the solution fails or there is a power failure.
Logged

0
Offline Offline
Tesla Member
***
Karma: 51
Posts: 6573
Arduino rocks
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Quote
Which Board would you suggest?

You can get a mega and ethernet shield on ebay probably for less than $40 shipped. Then do some experimenting on the various parts of your project.
Logged

Why I like my 2005 rio yellow Honda S2000 with the top down, and more!
GOOGLE ADVANCED FORUM SEARCH BELOW!  
Go to:  http://www.google.com/advanced_search?hl=en
put in key search words,
use site or domain:  http://arduino.cc/forum
or in a google search box put key words site:http://arduino.cc/forum

Offline Offline
Newbie
*
Karma: 0
Posts: 4
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Wow! Thanks a lot!

So Arduino ist not capable of Video?  Didn't know that.. Thanks for the answers!
I'm sure I'm going to find a workaround^^
Logged

Pages: [1]   Go Up
Print
 
Jump to: