项目作者: angelomathai

项目描述 :
Android app for home automation using arduino, bluetooth and voice commands
高级语言: Java
项目地址: git://github.com/angelomathai/SmartLife.git
创建时间: 2020-05-14T10:20:27Z
项目社区:https://github.com/angelomathai/SmartLife

开源协议:

下载


SmartLife

Android based project for home automation using arduino, bluetooth and voice commands.
Components required: Arduino UNO, Bluetooth module HC-05, 4 channel relay, Jumper Wires, Android phone.
The arduino gets the input from the Android App in the form of Ascii value and turns each channel of the relay high/low
depending on the input.
Also voice commands like ‘Turn on switch one’ can be given to turn ON the appliances.

Arduino IDE code for the project is also attached along with the Android Studio code.