I'm struggling finding correct informations to manage all parameters of continuous trasmission of the bt module of the PAN9028 (88W8987).
The functions in details are bt_test.tx_test of the bt shell example and the called bt_tx_test of the edgefast stack.
In found there https://community.murata.com/s/question/0D55F00009xtLvnSAE/what-is-a-reasonable-throughput-expectati... a table
apparently refering to the document "UM11442 -NXP Wi-Fi and Bluetooth Demo Applications User Guide for I.mx RT Platforms" present on the sdk packages, but in the same document (i downloaded different SDKs) I found only reference for the wifi module.
I need to understand in particular mode the tx power parameter, how the 0-255 int scale translates into the -20dBm to 12dBm scale
Can someone provide me with the correct document?
Thanks
Hi,
Please take a look to section Bluetooth LE Set TX Power in UM1142. There is a power table with a scale that seems to match with the parameters you mention for BT tests.
Regards,
Daniel.
hello,
could you please provide me with the correct document or link to download it? I searched for it online and in all the sdk that i have but the ones that I got are just referred to wifi.
thank you!
Hi @simpledeveloper,
UM11442 can be found in your SDK documentation. For instance, for RT1060-EVKC the directory will look something like this SDK_2_15_000_MIMXRT1060-EVKC\docs\wireless\UM11442-NXP-Wi-Fi-and-Bluetooth-Demo-Applications-for-i.MX-RT-platforms-User-Guide.pdf
I hope this helps!
Daniel,
Regards.