Skip to content

Conversation

BooBSD
Copy link

@BooBSD BooBSD commented May 24, 2022

Hello.
According to nRF52833 specs, SoC is supported TX power up to +8 dBm. But now we can use only +4 dBm maximum from micropython.
This PR adds possibility to use +8 dBm TX power for micro:bit v2.

How to use:

import radio

radio.on()
radio.config(power=8)
radio.send('+8 dBm!')

Thank you.

@BooBSD BooBSD changed the title Added possibility to use +8 dBm TX power for micro:bit v2 as nRF52833 supported Added possibility to use +8 dBm TX power for micro:bit v2 that supported by nRF52833 May 24, 2022
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

Successfully merging this pull request may close these issues.

1 participant