About Bluto
This is a bluetooth controller application for Arduino home controller projects.
The data sent from this application to the bluetooth serial module is listed below.
I had used HC-05 for testing. You can have any of the available BlueTooth Serial hardware.
In Arduino Code, read the serial port for these values and handle your action.
Switch 1 => Data = "A" (ON) Data = "a" (OFF)
Switch 2 => Data = "B" (ON) Data = "b" (OFF)
Switch 3 => Data = "C" (ON) Data = "c" (OFF)
Switch 4 => Data = "D" (ON) Data = "d" (OFF)
Switch 5 => Data = "E" (ON) Data = "e" (OFF)
Switch 6 => Data = "F" (ON) Data = "f" (OFF)
Switch 7 => Data = "G" (ON) Data = "g" (OFF)
Switch 8 => Data = "H" (ON) Data = "h" (OFF)
There is a main switch in the center screen. It works as below.
Main Switch => Data = "1" (ON) Data = "0" (OFF). This will turn ON/OFF all devices altogether, regardless of their current state.
Contact me for any assistance:
Prabu Kumar/intelviper@yahoo.com
by C####:
Awesome If there is a editing option to change the buttons name would be much great....