Git Product home page Git Product logo

Comments (5)

trevor-viljoen avatar trevor-viljoen commented on May 26, 2024 2

I've also done some Alexa work with AWS Lambdas handling the Alexa intents. Look into https://github.com/Miserlou/Zappa. You would probably need a small webserver running on the Pi, listening for calls from AWS to handle the local functions like turning on the scoreboard or asking for a score update, etc. Perhaps just a flask app, or something from node.js like loopback.io?

from mlb-led-scoreboard.

ajbowler avatar ajbowler commented on May 26, 2024

Basically this sounds like you want an Alexa skill that runs a bash command, cause that's all that's needed to turn on the scoreboard.

"Alexa, turn on the scoreboard" => sudo python ~/insert_path/mlb-led-scoreboard/main.py

I think this makes a good candidate for a separate project and possibly combining both this project and the Alexa skill under a GitHub org.

from mlb-led-scoreboard.

craigm26 avatar craigm26 commented on May 26, 2024

Agreed with the direction of the response above. I'll create a github org (non-profit) and see how that goes. The alternate is gitlab as I do enterprise development there on a different pricing scheme.

I'll report back.

from mlb-led-scoreboard.

craigm26 avatar craigm26 commented on May 26, 2024

Alexa Device repo at new github org

from mlb-led-scoreboard.

craigm26 avatar craigm26 commented on May 26, 2024

(flask ask)[https://github.com/johnwheeler/flask-ask] would be nice to have.

Would the Alexa part be as a skill or as a product (or both)? I've set up both partially, but I think we really want to simplify it to meet our design needs.

from mlb-led-scoreboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.