Quantcast
Channel: Wireless Connectivity
Viewing all articles
Browse latest Browse all 116964

Forum Post: How to configure BLE to do fast burst communication?

$
0
0

Hello:

I am trying to optimize the Low Power RF Bluetooth application to do fast burst communication. Using the CR2032 coin cell battery, I cannot have the device to stay power ON too long. I would like to have the device wake up, connect, burst the GATT_Notification(...) to the PC application, and go to sleep. The given TI example is too slow to establish connection, and tear down. I would like to speed until burst communication to 1 second interval, if possible.

Does BLE protocol can do burst communication in 1 second interval from connection, burst, and tear?

------------------- Application configuration -----------------

// Use limited discoverable mode to advertise for 30.72s, and then stop, or
// use general discoverable mode to advertise indefinitely
#define DEFAULT_DISCOVERABLE_MODE             GAP_ADTYPE_FLAGS_LIMITED
//#define DEFAULT_DISCOVERABLE_MODE           GAP_ADTYPE_FLAGS_GENERAL

// Minimum connection interval (units of 1.25ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL     200

// Maximum connection interval (units of 1.25ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL     1600

// Supervision timeout value (units of 10ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_CONN_TIMEOUT          1000

// Delay to begin discovery from start of connection in ms
#define DEFAULT_DISCOVERY_DELAY               1000

Thank you
Mike


Viewing all articles
Browse latest Browse all 116964

Trending Articles