How to change Output Radio Amplifier Power and then test the byte error, package error of nrf5340?

Hello, I have managed to get two NRF5340s linked and measured their throughput. Now I need to change their Output Radio Amplifier Power to test again.  And then I also need to test the byte error and package error of the nrf5340.How can I do this?

many thanks.

Parents Reply
  • Hi there,

    You need to debug your application and see what is actually passed to set_tx_power() when you run the program. In the HCI_power_control example you'll see that the handle type is passed as first, the handle itself as second, and third the power level which should be a int8_t. 

    For example:

    Cong Ma said:

    this is com listener looks like. I dont know why.

    Also, this looks like an entirely new error. Was this first introduced when you added set_tx_power()? 

    regards

    Jared

Children
Related