Hi I'm trying to build what I think should be a simple project.
I want my arduino uno to do something like light a led or other things when my cell phone is paired via bluetooth and receives and call and or receives a text message.
Can anyone point me to a bluetooth module and or a library that will support this?
I don't need the arduino to do anything other then act as a "ring indicator".
goodguy:
Hi I'm trying to build what I think should be a simple project.
It isn't. You will either need to find a phone app that will send the signal over bluetooth or, I suspect, do some serious research into bluetooth protocols. The bluetooth modules normally used with Arduiono are plain SPP protocols. I think you will need something different. You might find it a lot less stressful to simply get a bluetooth remote. It will even tell you who the call is coming from.
Using a more advanced BT module should make it possible. Something like the BC127 or WT32i have the correct profiles to detect an incoming call. I think they both have programmable i/o pins, so you may not even need an arduino to flash an LED.
ian332isport:
Using a more advanced BT module should make it possible. Something like the BC127 or WT32i have the correct profiles to detect an incoming call. I think they both have programmable i/o pins, so you may not even need an arduino to flash an LED.
Ian.
This BC127 sounds like it my work. I'll order one up and see what I can make happen.