First time posting, first Arduino project, etc.
While I'm waiting on my hardware, I wanted to begin by outlining the project, what better place to do than here.
The issue at hand is my warehouse is sometimes left unlocked by any number of people for any reason... cheapest fix is to set the rules but it will be far easier and WAY more fun to monitor the lock status with a simple tool as follows.
Arduino will monitor digital lines on 7 doors by way of proximity sensors at the deadbolt.
In a loop, it will compare each line to a last set value and if not equal, begin broadcast procedure.
The warehouse is prone to lightening hits so tying anything excessive into my network is frowned upon. The YUN will be a suitable device for this since I have Wifi there.
I could set the YUN to act as a web server but my firewall needs to remain 100% and I'm double NAT'ing so it will be more appropriate to broadcast to a web server using cURL calls.
The receiving end of the status updates is a single php page which will populate a MySQL table. Another php page will present the data as recorded. Further options and notification tweaking (sms) is to be decided as the project becomes more complete.
I guess this is a pretty good start at Arduino. At the least, I like the idea that it will be useful.
I welcome any advice but its not necessary.
Happy New Year!
Future projects after this: Employee Time Clock, Miniature working model of a massive composting system we manufacture, Fire-proof safe for networked hard drive cooled by peltier system.