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

speaker_test() sample no longer works #13

Open
dpgeorge opened this issue Dec 2, 2020 · 3 comments
Open

speaker_test() sample no longer works #13

dpgeorge opened this issue Dec 2, 2020 · 3 comments

Comments

@dpgeorge
Copy link

dpgeorge commented Dec 2, 2020

Since the changes to the audio mixer pipeline, the provide speaker_test() sample no longer works.

@finneyj
Copy link
Contributor

finneyj commented Dec 2, 2020

Thanks @dpgeorge

Yes, I haven't had time to update all the samples - sorry :(

Suggest we deprecate this in favour of the say_hello() function just above it:
https://github.com/lancaster-university/microbit-v2-samples/blob/master/source/samples/SpeakerTest.cpp#L926

Which provide equivalent functionality through the mixer pipeline.

Does that provide what you were looking for?

@dpgeorge
Copy link
Author

dpgeorge commented Dec 2, 2020

I actually wanted to use the raw NRF52PWM object, to bypass the mixer and do custom DAC-like output. I don't have a need for this anymore, but that was my reason to try and use speaker_test().

@finneyj
Copy link
Contributor

finneyj commented Dec 2, 2020

ah, I see - thanks.

Most likely this is simply because the NRF_PWM module being used in the sample is already in use.... When I get a moment I'll flip it to an unused module and test it works ok.

JohnVidler pushed a commit that referenced this issue Jun 7, 2022
@microbit-carlos microbit-carlos modified the milestone: v0.2.51 Apr 11, 2023
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

3 participants