Wiznet makers

WIZnet

Published May 31, 2023 ©

758 UCC

232 VAR

0 Contests

0 Followers

0 Following

Original Link

Smart Bed System Using webOS

Smart bed system which controls light, temperature, and bed gradient using voice recognition.

COMPONENTS Hardware components

Arduino - Arduino Mega 2560

x 1


WIZnet - W6100

x 1

Software Apps and online services

ifttt - Maker service

x 1


PROJECT DESCRIPTION

Smart Bed System

We used webOS and Google Assistant library for webOS, So please refer to: https://www.webosose.org/, https://github.com/webosose/libgoogleassistant/blob/master/README.md

Architecture of System

This is architecture of system.

 

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

  • Execute webOS and launch “Smart bed” application(web application)
  • Click Start button to begin speech recognition
  • Say some commands we made like “I want to read”, “Increase temperature”, etc… For example, If I say “I want to read”, then the bed will be upright
 

Above picture is description of our entire scenarios. Basically Light is turned on/off depending on the illuminance sensor on the bed.

Documents
  • Architecture of our system

  • demo video

Comments Write