Changes between Version 10 and Version 11 of wireless/bluetooth
- Timestamp:
- 11/02/2018 06:40:29 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/bluetooth
v10 v11 22 22 23 23 * Bluetooth 4.0 24 * Standard24 * Added Bluetooth Low Energy (BLE) protocol 25 25 * Bluetooth 5.0 26 * 2x the datarate of 4.x, moving from 1Mbps to 2Mbps 26 * 4x the range ov Bluetooth 4.x (with lower throughput) 27 * 2x the datarate of 4.x (1Mbps to 2Mbps) 27 28 * Advertising packets move to 255 bytes 28 29 * More advertising channels … … 31 32 Also called Bluetooth LE, BLE, and Bluetooth Smart. 32 33 33 This is primarily used for data sensing, and not for something like streaming audio.34 This is primarily used for data sensing, and not intended for continuous data-rate applications such as streaming audio or video. This enables new-use cases like beacons and sensors that have low-bandwidth periodic and sporodic data points. This also brings lower power to some use cases such as human interface devices (keyboard and mouse) input that is sporadic in nature, greatly increasing battery life for those devices. 34 35 35 36 Bluetooth Low Energy is much lower power than classic Bluetooth, possibly lasting months on a coincell. BLE is also cheaper for each peripheral devices. 36 37 37 38 BLE has many defined profiles, including specific profiles for the healthcare industry, sports and fitness and more. These are all based on the Generic Attribute Profile (GATT). 39 40 Bluetooth 4.x+ Devices will support Bluetooth Classic (aka BR/EDR) and/or Bluetooth Low Energy. Be away they may not support both and if you have a device that supports 'only' BLE it will not be able to use audio streaming such as the A2DP profile as support for BR/EDR is required for that. 38 41 39 42