Closed
Description
radio.RATE_250KBIT
is not defined in MicroPython for V2 but is for V1.
It's commented out in the source: https://github.com/microbit-foundation/micropython-microbit-v2/blame/eba8995843ebc7246765b364710543c9ffee344a/src/codal_port/modradio.c#L269 (and elsewhere).
It's documented in the V2 docs radio.config
data_rate
parameter: https://microbit-micropython.readthedocs.io/en/v2-docs/radio.html#radio.config
It looks like the relevant MODE is deprecated for nRF52. This DevZone response that Carlos found suggests it is not tested.
If it's not reasonable to support it for V2 then we should mention this in the docs for the parameter. Happy to create a PR for that but raising this for discussion first.
Metadata
Metadata
Assignees
Labels
No labels