We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, Setup your raspberry pi, install seed voice card driver and follow https://docs.snips.ai/getting-started/quick-start-raspberry-pi to install Snips, and then:
Sign Up or Login console.snips.ai
Create a New Assistant
Search the Relay&Temperature&Humidity App and add it to your assistant
Deploy your Assistant
Go to https://github.com/snipsco/snips-skill-respeaker and install the skill to control the RGB LED on the respeaker mic hat
Login Raspberry Pi and enable GPIO, I2C and SPI access permissions
sudo usermod -a -G spi,gpio,audio,i2c _snips-skills sudo usermod -a -G snips-skills-admin $USER sudo systemctl restart snips-skill-server.service
The text was updated successfully, but these errors were encountered:
For the Satellite Kit, we should follow https://docs.snips.ai/guides/raspberry-pi-guides/multi-device-setup-satellites to setup the device.
Sorry, something went wrong.
No branches or pull requests
First, Setup your raspberry pi, install seed voice card driver and follow https://docs.snips.ai/getting-started/quick-start-raspberry-pi to install Snips, and then:
Sign Up or Login console.snips.ai
Create a New Assistant
Search the Relay&Temperature&Humidity App and add it to your assistant
Deploy your Assistant
Go to https://github.com/snipsco/snips-skill-respeaker and install the skill to control the RGB LED on the respeaker mic hat
Login Raspberry Pi and enable GPIO, I2C and SPI access permissions
The text was updated successfully, but these errors were encountered: