Read some text and/or play an mp3 file
- Tessel based text to speech and mp3 player
- Includes simple node server to broadcast humidity and temperature to the web
- Remeber to run
npm install
in this project repo to get all the dependencies
- node-static - simple web server to demonstrate project
- os - used to get the server IP address and return it to a client
- tessel - cannot live without it ;)
- tessel-av - lets you play mp3s or speak text
- socket.io - setup a web socket between the web server and browsers
--
- Plug your USB Audio device into the top USB port, and some speakers or headphones into the green jack
t2 list
to make sure your Tessel is connected, then runt2 run app.js
- Your T2 app will begin outputting audio
So now the question is, what else can you do with this?! :)
--
Made with ♥ by CAA