Friday, October 30, 2020

8 BLE Application Data Rate

 

BLE Application Data Rate

Is it 1Mbps as you can find on the net? No, Typically bandwidth is defined as the whole bits of the frame per second. In other words it the raw bit rate, user data + packet payload


The actual maximum user data rate will be 0.27Mbps, this is also with only a few devices, it changes depends on manufacture and OS as well, so be careful when doing rate calculation for your project when using any sort of wireless communication

Manufacturers mention only bandwidth which misleading Starters !!!

When to use BLE?

BLE shall be used for a short burst data advertising, where especially lower power consumption is considered

 

No comments:

Post a Comment

LeetCode C++ Cheat Sheet June

🎯 Core Patterns & Representative Questions 1. Arrays & Hashing Two Sum – hash map → O(n) Contains Duplicate , Product of A...