Giter Site home page Giter Site logo

tobiramasenju / voice-control-nodemcu Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 115 KB

Voice control for NodeMCU board. Working with Chrome, HTTPS protocol on website.

License: GNU General Public License v3.0

PHP 27.18% CSS 54.92% Arduino 17.91%

voice-control-nodemcu's Introduction

Voice control for NodeMCU

Voice control for NodeMCU board with demo sketch .ino. Working with Chrome, HTTPS protocol must be on website. Working for all microcontrolers, that can parse text file from web (or JSON).

DONATE ME for more IoT projects

Instructables - How to setup project

How it works

  • System use Webkit. Webkit send your voice to Google servers and there is speech-to-text process, it send you back clean text.
  • You can work with text, in your bacend language (PHP) or you can use it for your voice control systems/projects.
  • alt text

Methods of input

  • Click on field write text and click on submit button
  • Click on microphone and speak to microphone. After you stop talking, it will auto translate via AJAX.

Technologies in project

  • backend: PHP, AJAX
  • frontend: CSS, HTML, Javascript
  • speech-to-text: Webkit
  • NodeMCU sketch: Wiring language
  • alt text

For correct use you need

  • Webserver with HTTPS protocol
  • Browser Chrome
  • Internet connection :-)
  • Arduino core for NodeMCU

Project is divided to two parts in repository

  • NodeMCU part - .ino file (libraries included in Arduino core)
  • Server part - PHP, img, AJAX, Webkit

Change language

Supported commands in demo code for NodeMCU and PHP directory

  • turn on light
  • turn off light

Wiring

  • alt text

Demo video

voice-control-nodemcu's People

Contributors

martinius96 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.