-
Notifications
You must be signed in to change notification settings - Fork 659
Microphone level maxes out at ~191 on hardware #4381
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
Comments
@abchatra can you take a look at this one and try and reproduce? |
Does this not reproduce in python when writing to serial? Does this reproduce if we don't write to serial but just displayed on the screen? I will take a look. |
@microbit-carlos do you think this is still an issue? |
This was fixed in CODAL in: As part of that MakeCode should have been updated to use |
@riknoll updating microphone to use the uBit object was already partially done in b3a0130 and the only thing left would be to :
|
Writing the value of sound level to serial, the loudest sound level returned seems to be between 191-195. The returned level should be up to 255
https://makecode.microbit.org/_LMvK17UKMaeA
Does not reproduce in MicroPython, so I assume this is MakeCode related, not CODAL.
The text was updated successfully, but these errors were encountered: