I am planning to make a laser tripwire but I have an issue. Let me explain what I am trying to do:
Making a laser tripwire is actually pretty easy at its core. You just need an LDR and a laser diode. You look at the normal results of the LDR; it's usually around 60.
When the laser hits the LDR, it's usually around 600 so you write an if statement saying if the LDR value is below 500, power the LED or buzzer.
But there is an issue here. The LDR module must be connected to Arduino with cables for signaling. I don't want that. Luckily, I have a Bluetooth module but I have no idea how to use it for sending signal to my Android phone. I know how to send signals though. So to simplify things:
Can I send any kind of signal to my phone with Bluetooth (I am using an app called Arduino Bluecontroll but I can upload a different app if necessary)? If yes, how?