https://github.com/elucidation/googleglasshomeautomation
say Hello Home via google glass and you can communicate with an arduino webserver, getting indoor/outdoor temperature at home or controlling the lights
https://github.com/elucidation/googleglasshomeautomation
Last synced: about 1 year ago
JSON representation
say Hello Home via google glass and you can communicate with an arduino webserver, getting indoor/outdoor temperature at home or controlling the lights
- Host: GitHub
- URL: https://github.com/elucidation/googleglasshomeautomation
- Owner: Elucidation
- License: mit
- Created: 2014-02-08T09:59:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T03:47:55.000Z (over 12 years ago)
- Last Synced: 2025-03-22T03:31:51.942Z (about 1 year ago)
- Language: Java
- Size: 199 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoogleGlassHomeAutomation
=========================
Say `Hello Home` via google glass and you can communicate with an arduino webserver, asking for the `temperature` or `turning on/off the lights` (the little LED for now).



Don't expect to be able to download and run this code and have it work unless you have the same setup sadly, instead the code is there to learn the tools for making your own.
The arduino webserver code is also included in the `arduino_webserver` folder.
# Commands implemented so far
Say `Okay Glass, hello home` and then you can say:
* Any variation of `what's the temperature?` - It will display the indoor and outdoor temperatures in the apartment
* Any variation of `turn the lights on` - It will enable a switch (in this case turning on the LED)
* Any variation of `turn the lights off` - It will disable a switch (in this case turning on the LED)

