I want to make wireless doorbell. All that I need is to send notification from Arduino to iPhone via Bluetooth whenever button is pressed.
I am able to connect from iPhone to arduino via Bluetooth and then send notifications from Arduino to iPhone and vice verse. However, I can't connect from Arduino to iPhone whenever I want.
I know that in order to connect to iPhone its Bluetooth must be in peripheral mode.
After searching for a couple of hours all that I've found is that in most of the cases people are using Internet services for that purpose. I don't want to use Internet cause I want doorbell to be low energy consumption and work from battery as long as possible.
Please tell me, is it possible to do with Bluetooth technology? If not then what method I should use in order to send notification from doorbell to iPhone?