Madhur Gupta
Published © CC BY-NC-ND

Amazon Alexa Powered Automatic Fish Feeder

Now let Alexa feed your fish, from anywhere in the world. This project is designed so that you can feed your pet from anywhere.

IntermediateFull instructions provided30 minutes3,525
Amazon Alexa Powered Automatic Fish Feeder

Things used in this project

Story

Read more

Custom parts and enclosures

fodolf9jiou0qqn_large_1aJ3A2OUJ6.jpg

Schematics

Pin Diagram

Code

Model

JSON
{
    "interactionModel": {
        "languageModel": {
            "invocationName": "fish feeder",
            "intents": [
                {
                    "name": "AMAZON.FallbackIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.CancelIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.HelpIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.StopIntent",
                    "samples": []
                },
                {
                    "name": "FeedNow",
                    "slots": [],
                    "samples": [
                        "feed the fish",
                        "feed fish",
                        "feed my fish right now",
                        "feed my fish please",
                        "please feed the fish",
                        "fish my feed now"
                    ]
                }
            ],
            "types": []
        }
    }
}

Code

Credits

Madhur Gupta

Madhur Gupta

6 projects • 34 followers

Comments