Dear Nordic Semiconductor support team
Hi, I got your support using micro:bit with nrf52832 by RADIO in the past as follows.
It did work, but recently, the following makecode editor was updated.
https://makecode.microbit.org/
If I built .hex file using this latest makecode editor and download it to micro:bit, nrf52832 Dev Kit cannot receive
any packet, while it works correctly if using the old editor https://makecode.microbit.org/v1
I cannot understand this problem.
I also reported this on Github repository of makecode micro:bit editor.
https://github.com/microsoft/pxt-microbit/issues/2259
The following is JavaScript code by makecode editor.
(The same between the new editor and the old one.)
radio.setGroup(0) basic.forever(function () { radio.sendNumber(0) basic.pause(100) })
The following is nrf52832 code using RADIO.