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

Voicehat support for NXP i.MX 7Dual #84

Closed
rachitmishra opened this issue Dec 16, 2017 · 4 comments
Closed

Voicehat support for NXP i.MX 7Dual #84

rachitmishra opened this issue Dec 16, 2017 · 4 comments

Comments

@rachitmishra
Copy link

Hi, Is it possible to use voicehat driver with Pico developer kit?

@Fleker
Copy link
Contributor

Fleker commented Dec 16, 2017

By default, the imx7 I/O does not support I2S, it's on a different set of pins. The VoiceHat peripherals, such as the LED and button, can be opened using the VoiceHat.openLed(pinname) and VoiceHat.openButton(pinname) methods.

Technically, yes you can use the VoiceHat driver with the imx7.

@rachitmishra
Copy link
Author

rachitmishra commented Dec 20, 2017

yup, I was wondering if i can get the right set of pins to open, i think i can control the mic as well as the speaker. thank you 👍

@Fleker
Copy link
Contributor

Fleker commented Dec 20, 2017

You can see some of the matches in the Google Assistant sample.

@rachitmishra
Copy link
Author

Great! Thanks, I was looking at the python samples :'D

@Fleker Fleker closed this as completed Dec 29, 2017
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

2 participants