https://github.com/t04glovern/alexa-gadget-cat-feeder
When Amazon Alexa launched in 2014 as the first major home assistant platform I was captivated by the opportunities it offered someone like me. By the end of this article you will have everything you need to build your own gadget by using source code I've provided to build this simple Alexa powered cat feeder.
https://github.com/t04glovern/alexa-gadget-cat-feeder
alexa-gadget alexa-gadgets-toolkit alexa-skill ask-cli raspberry
Last synced: 2 months ago
JSON representation
When Amazon Alexa launched in 2014 as the first major home assistant platform I was captivated by the opportunities it offered someone like me. By the end of this article you will have everything you need to build your own gadget by using source code I've provided to build this simple Alexa powered cat feeder.
- Host: GitHub
- URL: https://github.com/t04glovern/alexa-gadget-cat-feeder
- Owner: t04glovern
- Created: 2020-01-12T06:52:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T12:50:00.000Z (over 4 years ago)
- Last Synced: 2025-03-10T22:51:59.755Z (2 months ago)
- Topics: alexa-gadget, alexa-gadgets-toolkit, alexa-skill, ask-cli, raspberry
- Language: JavaScript
- Homepage: https://devopstar.com/2020/01/25/alexa-gadgets-introduction-voice-controlled-cat-feeder/
- Size: 9.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alexa Gadget - Cat Feeder
Blog Post files available [here](.blog/README.md)
## Schematic

## Alexa Flow

## Requirements
* [Raspberry Pi 3 B+](https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/)
### Extra Setup
```bash
sudo apt-get install git python3-pip python3-dbus
```## Attribution
* [Alexa Gadgets Raspberry Pi Samples](https://github.com/alexa/Alexa-Gadgets-Raspberry-Pi-Samples)