Why console functionality is not available in 20706-A2_Bluetooth, 20719-B1_Bluetooth and 20735-B1_Bluetooth. Is there any specific reason?

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

cross mob
user_3408206
Level 1
Level 1
First like given

Taking command from user through serial port or console is not present any of the examples in above described modules in WICED.

Why test console examples are not implemented?

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

CYW20719 uses Threadx RTOS.

For CYW20706, CYW20719 and CYW20735, we have specific APIs for the operations like send/get notifications/indications, set tx power etc.

You can check wiced_bt_gatt_send_indication(), wiced_bt_gatt_send_notification(), wiced_bt_set_tx_power(). Please check wiced_bt_gatt.h and wiced_bt_dev.h for explanation of different APIs.

View solution in original post

0 Likes
4 Replies
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hello pulivarthiv_3408206​,

I exactly do not understand your query. Can you please elaborate more on your doubt?

0 Likes
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

CYW20719 uses Threadx RTOS.

For CYW20706, CYW20719 and CYW20735, we have specific APIs for the operations like send/get notifications/indications, set tx power etc.

You can check wiced_bt_gatt_send_indication(), wiced_bt_gatt_send_notification(), wiced_bt_set_tx_power(). Please check wiced_bt_gatt.h and wiced_bt_dev.h for explanation of different APIs.

0 Likes

Taking command from user through serial port or console is not present any of the examples in above described modules in WICED.

Why test console examples are not implemented?

0 Likes

I cannot provide exact reason but the APIs used in the corresponding functions for executing console commands are available for Bluetooth chips, you can try implementing the same.