Smart Lamp IoT
- 0 Collaborators
This project is about turning on and off lamp by using Smartphone in Internet of Things. ...learn more
Groups
Internet of Things
Overview / Usage
in this project, Internet of Things (IoT) was implemented for automatically turning on and off lamps by voice command. people can give voice command like "turning on" to turn the light on and "turning off" to turn the light off. Here briefly how the system works:
- Voice from speaker will be obtained by Android by doing Speech Recognition API. The voice will be in 2 form: "turning on" and "turning off". afterwards, the data will be send to our server by conducting Web Service
- Raspberry PI that connected to Internet will be repeated to obtain data from service. if speaker sent data, Raspberry PI will get realtime data
- Raspberry PI will turn on and off the lamps that connected to GPIO port.