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

sound_meter example fails on Circuit Playground Bluefruit #76

Open
kattni opened this issue Dec 17, 2019 · 6 comments
Open

sound_meter example fails on Circuit Playground Bluefruit #76

kattni opened this issue Dec 17, 2019 · 6 comments
Labels

Comments

@kattni
Copy link
Contributor

kattni commented Dec 17, 2019

Example fails with the following:

Traceback (most recent call last):
  File "code.py", line 26, in <module>
ValueError: MICROPHONE_CLOCK in use
@kattni kattni added the bug label Dec 17, 2019
@kattni
Copy link
Contributor Author

kattni commented Dec 17, 2019

This is because we now have sound_level in the Bluefruit module. Working on a way to make the code work with both boards.

@kattni
Copy link
Contributor Author

kattni commented Dec 18, 2019

Code has been sorted, will PR it soon.

@tekktrik
Copy link
Member

Is this still open? I was reading some of the related PRs, and it's been some time since an update. Is it still possible for sound level to be implemented, it sounds like the express doesn't have the memory to do it in the same way as the Bluetooth version?

@dhalbert
Copy link
Contributor

I think we just need to test them all to make sure.

@tekktrik
Copy link
Member

I think we just need to test them all to make sure.

You mean test PR #93? Did the conversation there get resolved?

@dhalbert
Copy link
Contributor

I am not sure about that. I think there may not have been room for sound_level() on the CPX: https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/sound.

Note that we do have an CPX sound meter, but it's not in the CP library:
https://learn.adafruit.com/adafruit-circuit-playground-express/playground-sound-meter

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

Successfully merging a pull request may close this issue.

4 participants