I am trying to come up with a way to make a simple home automation project that includes an Arduino, a Bluetooth module and an Android phone. The idea is that I have two Arduino boards in different parts of my house. And if I enter the room, then the LED that my phone has detected appears on the board. If I go out of the Bluetooth range, the LED should turn off.
I tried the DomoticHome project with a router, but it is only for manual on / off, and it is based on the Ethernet module.
I donβt want to make an Android application from scratch, but I would like to use some existing open source application that I could expand to use Bluetooth and / or automatically turn on the LED.
android bluetooth arduino
nils
source share