[nRF52] Here is tested and working "proprietary" radio demo code

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.
User avatar
WhiteHare
Posts: 129
Joined: Thu Oct 04, 2018 4:00 am

Re: [nRF52] Here is tested and working "proprietary" radio demo code

Post by WhiteHare » Tue Oct 23, 2018 12:40 pm

marfis wrote:
Tue Oct 23, 2018 4:16 am
It doesn't rely upon nor use softdevice.
What I meant to ask was that *if* the softdevice is included (in case you want to use standard Btle functionality too), doesn‘t it interfere with your code (because you are directly manipulating hw registers)?
Well, for sure the radio can only receive in one mode at a time. Maybe there are clever ways that the two could take turns and dance together, but it would take some R&D to figure that out. Meanwhile, I wouldn't recommend trying to run both on the same node at the same time.

Post Reply