Skip to content
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

Added possibility to use +8 dBm TX power for micro:bit v2 that supported by nRF52833 #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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