Electronic – arduino – building an unlock system with bluetooth and mobile phone using arduino

arduinobluetoothmobile

I want to trigger the completion (connecting) of a circuit.

I want to do this via bluetooth on mobile phone. Setup:

  1. User turns mobile app on
  2. User puts phone near bluetooth reciever connected to arduino
  3. Phone's app has code sent over signal that is used to authenticate
  4. Arduino sends signal to electronically open door

I use a mac. I'd like to develop this.

Type of Arduino to buy? Correct bluetooth receiver? Software needed for all of this?

thanks for your help, I'm mostly a CS guy

Best Answer

Which bluetooth receiver? Like @user591124, I recommend you take a look a the Arduino Bluetooth board, which includes a BT receiver. If you wnat an external BT receiver, check out search results at Sparkfun.

What software? To program your Arduino, you only need the Arduino software which you can download from the Arduino site.

I believe the real issue here is actually going to be the electronic door lock. A quick Google search turned up the likes of this site. They offer electromagnetic locks as well as control boards. It would then appear that you can hook up one of the Arduino outputs to a relay or transistor, which provide the control board with the correct voltage to lock/unlock the door.

Probably best to put the Arduino on the other side of the door, considering it would be quite easy to break in if you had access to it. :)