Skip to content

whodevil/IoT-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#IoT-clock

Aspirations

I want to build a clock that connects to a simple web service and can use text to voice to tell me when my first meeting is and what the weather is like outside(do I need to put rain gear on for my bike commute). I'm currently prototyping using an arduino uno but I hope to eventually run the whole thing off of the ESP8266.

Hardware

Diagram

TBD

Building

You need to have virtualenv installed with python 2.7. Run the following commands:

> virtualenv virtual_env
> source virtual_env/bin/activate
> pip install platformio
> platformio lib install 25
> platformio lib install 83
> platformio run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages