Questions tagged [alexa]

This refers to Amazon's interactive virtual assistant, which can be deployed on a Raspberry Pi.

See for example: https://github.com/alexa-pi/AlexaPi

6 questions
3
votes
0 answers

Configure AlexaPi to use bluetooth speaker connected to my Raspberry Pi 3B+

I am trying to clone Alexa on my RaspberryPi 3B+. Following are the links which I am following. https://github.com/alexa-pi/AlexaPi https://github.com/alexa-pi/AlexaPi/wiki/Installation I have done all the setup and everything works perfect, Alexa…
1
vote
0 answers

Audio output of Alexapi on raspberry pi only works with hdmi and not with speakers through the 3.5 mm audio jack

Alexa speaks and listens to my voice when I run the Sample App. However, I can only hear Alexa from an hdmi TV and not from a speaker even after trying the following steps. Even though the audio output for Youtube videos comes from the aux (speaker)…
Nish Shah
  • 11
  • 2
0
votes
0 answers

How to Control Halonix WiFi smart bulb using raspberry pi

I bought a smart bulb off amazon called Halonix WiFi bulb https://www.amazon.in/Halonix-Compatible-Amazon-Google-Assistant/dp/B07NN6SZQM?ref_=ast_sto_dp which is alexa compatible and has its own app in play store. Is there any way i can control it…
0
votes
0 answers

How to run a terminal command on startup

I'm new how can I run the following terminal command on startup: "cd /home/pi/sdk-folder/sdk-build \ PA_ALSA_PLUGHW=1 ./SampleApp/src/SampleApp ./Integration/AlexaClientSDKConfig.json ../third-party/alexa-rpi/models" I have tried methods with…
Gerald M
  • 1
  • 1
0
votes
0 answers

Test.sh not working with Amazon Alexa

I have been trying to get Alexa on to my Rpi. However, when I run the installer I get an error message that test.sh does not work and I cannot proceed. Is there any way to fix this? Thank you! EDIT 1: I am following this tutorial. I have created my…
Osik Brodsky
  • 23
  • 1
  • 6
-2
votes
1 answer

flask_ask won't import after proper installation

I'm trying to use the flask_ask library however I for some reason can't get it to work. Whenever I try to reinstall flask-ask by doing pip install flask-ask I am given the same thing below so I think I have it installed. Looking in indexes:…