- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 2 weeks ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 month ago
- What is IoT and which devices to usePosted 1 month ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 2 months ago
- Make your curtains smartPosted 2 months ago
- Configuring an ESP8266 for Battery PowerPosted 2 months ago
- Creating a Telegram Bot for ESP32Posted 2 months ago
- Mini Course on BlynkPosted 2 months ago
- Creating a Unique Electronic Musical Instrument: The Sound WallPosted 2 months ago
- Building a Laser MicroscopePosted 2 months ago
DIY an helpful home assistant using Amazon Echo and Raspberry Pi
The maker Jamie McKane decided to build his personal home assistant using Amazon Alexa Voice Service and a Raspberry Pi 3.
Alexa is an always-on virtual assistant that allows you to access services and applications using voice commands preceded by the word “Alexa”. He worked to incorporate the wake word that were not originally supported.
The hardware you need to create your Alexa-powered assistant is a standard Raspberry Pi 3 Model B board, power supply, microSD card, a speaker, and a microphone.
The code to connect a Raspberry Pi to the Alexa Voice Service has several quirks and requires a specific hardware configuration.
You will need a speaker which connects to the board using a 3.5mm audio connector, and a USB microphone that connects via one of the USB ports. It is recommended that a simple USB microphone is used for this project, as devices requiring drivers to function may not be supported by the Pi.
You can install Alexa Voice Services on your board by following the Alexa AVS Sample App guide on Github. This involved the downloading of many files and a fairly long wait for the pre-built installer to set up the applications.
Then you have to set up an Amazon developer account in order to connect your home-made Alexa device to Amazon’s voice services.
After few configuration steps, you can start to have fun with your personal voice-controlled home assistant…and maybe, your life will be much easier!