Electronic – wireless door opening detection

sensorwireless

I need to find a way to detect when a door is opened and i want to register that through a wifi connection. So the 'door detection' module should send data to a PC over wifi when a door is opened.

There may be better solutions to get this working, but the first thing that came to my mind is an arduino board. Is there an arduino board that is easily capable detecting when a door is opened and sending data on detection to a PC (wireless)??

Or are there better alternatives?

Best Answer

The Digi Xbee WiFi modules have 10 digital I/O channels and ADC on board to operate autonomously, so you don't need a SBC like Arduino.

enter image description here

Connect one of the I/Os with a pull-up resistor to a microswitch to detect the door's state.

enter image description here