Hi,
I'm a complete arduino & electronics noob but know how to program.
I want to create a home security system. I want to put an RFID reader inside my front door. Family members will swipe a card/fob when they go into the house, and if everyone is out at the same time it will put my webcams into alert mode to alert us about movement. There's no mains power just inside my door so I want this to be battery powered.
I was thinking of using a Mifare RC522 Card Reader with an Arduino micro or nano (I want the lowest powered one) and the wifi shield, and powering all of this with a battery. It'd communicate with a control computer on my home network over HTTPS.
My questions are:
- Could I run this device from a 9V battery?
- If so, how long would it be likely to last (I don't want to have to change it every week).
- Are the arduino micro & nano compatible with the wifi shield (and how would I know? The wifi shield docs don't list compatible boards)?
- Would a 433Mhz RF transmitter be more power efficient? If so, I might use one of those instead.
Thanks