You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Your OS (including version) where you are running AlexaPi: Note: Raspbian older than Stretch is not supported!
Ver 10 Buster all updates and upgrades as of this date.
Your hardware platform and model you are running on:
RPI 4B
AIY Tophat audio board.
Python release (python3 --version):
2.7.16
Description of problem:
After following the instructions to make the LED light up I get errors when compiling. https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/indicate-device-state-with-leds.html
At this point I have tried a lot of different configurations and have found with all of the code changes per the instructions except adding the digitalWrite code the Alexa app works fine. However as soon as I add 1 digitalWrite command I get errors.
I downloaded the latest WiringPi libraries for RPI 4 (ver 2.52) and can run the sample Blinky code with no problems.
Expected:
To turn on a light.
Problem-relevant config.yaml entries:
Steps to reproduce:
use digitalWrite in a script
case DialogUXState::IDLE:
digitalWrite (0, LOW);
ConsolePrinter::prettyPrint("Alexa is currently idle!");
return;
Thank you for reporting an issue with AlexaPi.
Make sure you are running the latest version of AlexaPi, and look through issues before submitting.
Check out our Wiki, and make sure to look at Debugging, and Audio debugging in particular before filing an issue.
In order to help troubleshooting, be sure to include the following information:
Output of the audio debugging script.
Your OS (including version) where you are running AlexaPi:
Note: Raspbian older than Stretch is not supported!
Your hardware platform and model you are running on:
Python release (
python3 --version
):Description of problem:
Expected:
Problem-relevant
config.yaml
entries:Steps to reproduce:
case DialogUXState::IDLE:
digitalWrite (0, LOW);
ConsolePrinter::prettyPrint("Alexa is currently idle!");
return;
Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered: