asdf99245 / Smart_Bed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LG WEBOS project: Smart Bed

A project using Web OS LUNA AI voice service

solution of project is smart bed system. we say some commands and arduino react.

System Architecture

architecture

IFTTT is the service that makes easy to generate custom commands which google assistant don't recognize. We used this service to make our own commands.

In short,

  • Say commands which we made using IFTTT to microphone.
  • webOS application sends commands to google assistant server. Then server will response to application.
  • webOS application sends specific JSON data to Arduino using HTTP request based on response.
  • Arduino controls right actuators depending on the data.

Usage or Scenario

  1. Execute webOS and turn on Smart_Bed .

  2. Click start button, then LUNA AI service will ready to receive your voice.

  3. Say some commands we made. For example, say " I want to read". Your bed will fold up.

Scenario

About


Languages

Language:C++ 67.3%Language:HTML 32.7%