Thingy 53 and nRF21540 Frontend (Bluetooth Mesh) - How to set TX power via SPI

Hi there,

I am currently facing the following problem. I have a thingy53 running as sensor server application (bluetooth mesh). To extend the range I want to increase the tx power using the built-in nRF21540 module. Because I need to try different TX levels I need to interface the nRF21540 via SPI.

Since I am new to Zephyr I wasn't able to get it running. I am facing several issues during initializing the SPI. I know that the node has the label "nrf_radio_fem_spi" in the devicetree, but creating the pointer to the device object already fails.

So right now I am asking if there is any example code which shows how to set the TX power level of nRF21540 via SPI using thingy 53? Unfortunately I couldn't find any.

Thanks in advance!

Parents Reply Children
Related