Smart Lamp IoT

0 0
  • 0 Collaborators

This project is about turning on and off lamp by using Smartphone in Internet of Things. ...learn more

Internet of Things

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:

  1. 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
  2. Raspberry PI that connected to Internet will be repeated to obtain data from service. if speaker sent data, Raspberry PI will get realtime data
  3. Raspberry PI will turn on and off the lamps that connected to GPIO port.
Comments (0)