Carlos Pereira Atencio

Results 151 comments of Carlos Pereira Atencio

@dpgeorge is this is a breaking change for user code? Is there something in this area we should include in as part of the release notes for a the final...

Awesome! Let me know if you hit any issues.

Actually we've recently found a small issue in the V2 port with the serial getting some random data in some occasions, which can affect this. We are currently looking into...

Beta 3 has been released, which should solve he serial issues: https://github.com/microbit-foundation/micropython-microbit-v2/releases/tag/v2.0.0-beta.3

Hi @segrovets I've tried this code with a micro:bit V1.3 and a V2.00 with the micro:bit Python Editor and works correctly: https://python.microbit.org/v/beta ```python from microbit import * import radio radio.on()...

Hi @segrovets, thanks for confirming the test code works. I've given a try to the same code using 2 MBit data rate and I can confirm V1 to V2 doesn't...

Hi @rhubarbdog, As this example is using assembly code it is tuned specifically to the V1 microcontroller (nRF51822 Cortex-M0+) and pinout. The V2 microcontroller is different (nRF52833 Cortex-M4f) and the...

You can get info about the pinout here: https://tech.microbit.org/hardware/edgeconnector/ Or looking at the schematics here: - https://github.com/bbcmicrobit/hardware - https://github.com/microbit-foundation/microbit-v2-hardware

Hi @rhubarbdog, were you able to resolve this? Can this issue be closed?

On reflection, the alternative listed in the PR description makes sense and I think it's a better starting point. So I've updated the docs to do that, and if based...