Skip to content
New issue

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

Get started #1

Open
xiongyihui opened this issue Nov 23, 2018 · 1 comment
Open

Get started #1

xiongyihui opened this issue Nov 23, 2018 · 1 comment

Comments

@xiongyihui
Copy link
Contributor

xiongyihui commented Nov 23, 2018

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:

  1. Sign Up or Login console.snips.ai

    image

  2. Create a New Assistant

    image

  3. Search the Relay&Temperature&Humidity App and add it to your assistant

    image

  4. Deploy your Assistant

  5. Go to https://github.com/snipsco/snips-skill-respeaker and install the skill to control the RGB LED on the respeaker mic hat

  6. 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
    
@xiongyihui
Copy link
Contributor Author

xiongyihui commented Nov 26, 2018

For the Satellite Kit, we should follow https://docs.snips.ai/guides/raspberry-pi-guides/multi-device-setup-satellites to setup the device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant