https://github.com/chand1012/iotgarage
https://github.com/chand1012/iotgarage
alexa alexa-custom-skill arduino iot iot-application iot-platform python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chand1012/iotgarage
- Owner: chand1012
- License: mit
- Created: 2019-06-14T19:54:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T13:16:12.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T10:48:33.075Z (over 1 year ago)
- Topics: alexa, alexa-custom-skill, arduino, iot, iot-application, iot-platform, python
- Language: Python
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoTGarage
This is my project for connecting various devices in my home to a self hosted and homemade IoT server that is also Alexa Enabled. The `flaskRouter` directory runs on a Raspberry Pi, the `alexa` directory runs on an ~~AWS Lambda function~~ also on the Pi, and the `devices` directory is the code for all of the devices that I connect to the network, all of which so far have been [NodeMCU](https://smile.amazon.com/gp/product/B01IK9GEQG/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1)s programmed with the Arduino IDE.