-
**IMPORTANT**: Before you create an issue, please take a look at our [Issue Reporting Guide](https://github.com/alexa/avs-device-sdk/wiki/Issue-Reporting-Guide).
## Briefly summarize your issue:
…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
**IMPORTANT**: Before you create an issue, please take a look at our [Issue Reporting Guide](https://github.com/alexa/avs-device-sdk/wiki/Issue-Reporting-Guide).
## Briefly summarize your issue:
…
-
Hi,
I try to compile the Alexa sample code for my board but I have issues to build it. I followed instructions as stated here to build the sample and installing also ESP SDK but when I try to compi…
-
Hier ist ganz gut beschrieben, wie man das macht,
https://alexa-skills-kit-sdk-for-java.readthedocs.io/en/latest/Developing-Your-First-Skill.html
-
Hello,
We are using ESP-IDF release/v4.2.
1. Downloaded esp-va-sdk in same folder where our esp-idf resides
2. Imported amazon_alexa example to esp idf eclipse.
3. Added AUDIO_BOARD_PATH in c/c…
-
你好,我想通过Google Voice Assistant来控制开发板的硬件,我看了Google Assistant SDK的Device Actions的指南,在Actions Console中添加了一个Traits,但是sdk这边不知道怎么做,能指导一下吗?
另外也想问一下Alexa如果也想实现相同的功能的话该怎么做,大致的流程是怎样的,感谢!
-
Hi, I am attempting to install this package on MacOS Catalina 10.15.4, but I'm running into an error with the installation of the underlying cffi dependency. I can't find anyone else having this issue…
-
More specifically I want to integrate snowboy wake word engine with C++ sample demo in AVS Alexa SDK. So how do I compile the C++ and C samples given here in the git?
-
My skill code has been divided into, index.js and helperfunctions.js
I have initialized jargon in the index.js file
`const Jargon = require('@jargon/alexa-skill-sdk')`
`const ri = Jargon.ri`
…