CySmart connection fails ISM43340 ble_hello_sensor demo

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

cross mob
brob_3146886
Level 1
Level 1

Hello,

I have been having trouble getting connected to the CySmart app with my ISM43340_M4G_L44 with WICED Studio 6.2.1. I have a demo board along with a board that I have spun, and both of them exhibit the same behavior. I can see the device advertising as HELLO and attempt to connect in the CySmart app. When I select the device, it hangs and disconnects. I was able to get the serial printout:

Platform ISM43340_M4G_L44 initialised

                                     Started ThreadX v5.8

                                                         Hello Sensor Start

00:00:00.006000 GKI_create_task func=0x8014721  id=1  name=BTU  stack=0x0  stackSize=4096

00:00:00.015000 GKI_create_task func=0x8015f11  id=0  name=HCISU  stack=0x0  stackSize=3072

hello_sensor_management_callback: 15

hello_sensor_management_callback: 0

hello_sensor_application_init

wiced_bt_gatt_register: 0

wiced_bt_gatt_db_init 0

wiced_bt_cfg_settings.device_name:HELLO

wiced_bt_ble_set_advertisement_data 0

hello_sensor_management_callback: 17

Advertisement State Change: 3

wiced_bt_start_advertisements 0

hello_sensor_management_callback: 21

**TRYING TO CONNECT HERE**
hello_sensor_conn_up  id:2

:hello_sensor_management_callback: 17

Advertisement State Change: 0

ADV stop

Stopping Advertisements0

connection_down  conn_id:2 reason:62

hello_sensor_management_callback: 17

Advertisement State Change: 4

wiced_bt_start_advertisements 0

hello_sensor_conn_up  id:2

:hello_sensor_management_callback: 17

Advertisement State Change: 0

ADV stop

Stopping Advertisements0

hello_sensor_management_callback: 21

connection_down  conn_id:2 reason:8

hello_sensor_management_callback: 17

Advertisement State Change: 4

wiced_bt_start_advertisements 0

hello_sensor_management_callback: 21

hello_sensor_conn_up  id:2

:hello_sensor_management_callback: 17

Advertisement State Change: 0

ADV stop

Stopping Advertisements0

connection_down  conn_id:2 reason:8

hello_sensor_management_callback: 17

Advertisement State Change: 4

wiced_bt_start_advertisements 0

hello_sensor_management_callback: 21

Screenshot_20190720-211536.png

Screenshot_20190720-211614.png

0 Likes
2 Replies
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hi ,

Not sure what is the issue.

Which chip are you using? Are you using EVAL board or custom PCB?

Are you testing default hello_sensor project in WICED or modified one to work with sensor? In that case, please share the project which you are testing.

Thanks,
Anjana

0 Likes
lock attach
Attachments are accessible only for community members.

Hi, thanks for the response.

I am using the Inventek ISM43340-M4G-L44 using both the eval board and a custom board. They both have the same behavior. The project I am working with is the default ble_hello_sensor project. The only thing I did different was add ISM43340-M4G-L44 to the VALID_PLATFORMS list so it would build.

-Bryce

0 Likes