Im developing a BLE beacon based on the eddystone example provided for the NRF52832. I've found that in softdevice applications, the radio frequency can not be changed directily on the RADIO register, it needs to be changed by means of the softdevice API. But I dont find how can I do that.
Additonaly, I dont see any reference for the radio frequency or the channel selection on the Eddystone code example Im using.
Hope someone can help me. Thanks.