DTM TX Output Power

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

The "CY8CKIT-042-BLE Kit Complete Setup" installation comes with a couple of hex files to program a PSoC 4 BLE device for DTM testing. 

   

Can anyone please confirm if the TX is set to max output power (+3 dBm) in these hex files? Something lower?

   

Thank you!

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

   

Tx power is set by the software testeer by sending commands to the HCI.

   

Regards,

   

- Madhu Sudhan

View solution in original post

0 Likes
3 Replies
Anonymous
Not applicable

Hi,

   

Tx power is set by the software testeer by sending commands to the HCI.

   

Regards,

   

- Madhu Sudhan

0 Likes
BrKu_1344346
Level 1
Level 1
Distributor - Weikeng(GC)
5 replies posted First question asked First reply posted

Hi Madhu

   

Do you know how do I sending HCI command to change the Tx power

   

Regards.

   

Brian

0 Likes
Anonymous
Not applicable

CYBLE_API_RESULT_T CyBle_SetTxPowerLevel (CYBLE_BLESS_PWR_IN_DB_T *bleSsPwrLvl);

   

will set the TX power, but unfortunately, I didn't see the HCI version of this.

0 Likes