[nRF52] How would I go about porting the micro:bit Radio library to the nRF52x?

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
User avatar
WhiteHare
Posts: 129
Joined: Thu Oct 04, 2018 4:00 am

[nRF52] How would I go about porting the micro:bit Radio library to the nRF52x?

Post by WhiteHare » Wed Oct 10, 2018 8:01 pm

The micro:bit runs on the nRF51822, which is approximately a subset of the nRF52832 and nRF52840. I want to port the Radio library to make it available for import on the nRF52x.

However, I'm so completely new to micropython that I'm not even sure how to go about doing that.

Any general guidance/suggestions on how to do a port like this? If you can steer me in the right direction, I can maybe pick it up from there.
Last edited by WhiteHare on Thu Oct 11, 2018 5:33 pm, edited 1 time in total.

jickster
Posts: 629
Joined: Thu Sep 07, 2017 8:57 pm

Re: How would I go about porting the micro:bit Radio library to the nRF52x?

Post by jickster » Wed Oct 10, 2018 8:02 pm

Paste link to the existing library.

Post Reply