Carlos Pereira Atencio

Results 211 comments of Carlos Pereira Atencio

It's been almost 5 months since ChromeOS 106 was released, so we can close this as resolved.

> Each step is 1Mhz wide, based at 2400MHz So, from 2400MHz to 2483MHz in steps of 1MHz.

@dpgeorge the docs have been updated with the conclusion from https://github.com/microbit-foundation/micropython-microbit-v2/issues/205#issuecomment-2221716206. One thing I've changed that we haven't discussed before was to remove the `rate` argument from `microphone.record_into()`, as the...

No longer needed for testing.

Hi @jwunderl, have you had a chance to start looking into this? Let me know if there is anything I can clarify or assist from the DAPLink side. We are...

Another way to trigger this is by refreshing the MakeCode browser tab, as described in: - https://github.com/microsoft/pxt-microbit/issues/5734#issuecomment-2299373434

I can still replicate this issue in the latest beta: - makecode.microbit.org version: [7.0.29](https://github.com/Microsoft/pxt-microbit/releases/tag/v7.0.29) - Microsoft MakeCode version: [10.2.23](https://github.com/Microsoft/pxt/releases/tag/v10.2.23) - microbit runtime version: [v2.2.0-rc6](https://github.com/lancaster-university/microbit/releases/tag/v2.2.0-rc6) - codal-microbit-v2 runtime version: [v0.2.67](https://github.com/lancaster-university/codal-microbit-v2/releases/tag/v0.2.67) Here...

This was fixed in CODAL in: - https://github.com/lancaster-university/codal-microbit-v2/issues/225 As part of that MakeCode should have been updated to use `uBit.audio.levelSPL->setUnit(LEVEL_DETECTOR_SPL_8BIT)` as described in https://github.com/lancaster-university/codal-microbit-v2/issues/225#issuecomment-1241023894, which I think it might not...

The 20ms period was likely picked to match the period of servos by default. The servo functions does set the period to 20ms as well, so code like this `pins.analogSetPeriod(AnalogPin.P1,...