An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Alexa Gadget - Cat Feeder

Blog Post files available [here](.blog/README.md)

## Schematic

![Schematic](img/schematic.png)

## Alexa Flow

![Alexa Flow](img/alexa-pipeline.png)

## 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)