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

cross mob
Anonymous
Not applicable

Hello People

I am using wiced sense application in SDK2.2

When I just simply use

delay(2000);

code for exaple to wait 2000 millisecond

The compiler do not compile it.

How Could I include delay funtion to SDK

Thanks A Lot.

0 Likes
1 Solution
Anonymous
Not applicable

You should not use any delay function since overall the BLE application is guided by timing on the BLE radio

Use the normal or fine timers to do sleep/waits

If you do busy wait - you will impact the BT radio operation

View solution in original post

1 Reply
Anonymous
Not applicable

You should not use any delay function since overall the BLE application is guided by timing on the BLE radio

Use the normal or fine timers to do sleep/waits

If you do busy wait - you will impact the BT radio operation