That’s… odd? I would’ve assumed that LE was designed with both theory and practical testing - how could classic be better at everything?
Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
11–20 of 51 posts
Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#12That’s… odd? I would’ve assumed that LE was designed with both theory and practical testing - how could classic be better at everything?
Maybe classic is engineer's creature while LE is manager's one?
...while LE was designed by a few smart guys working together
Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#13Am I missing something?
Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#14That’s… odd? I would’ve assumed that LE was designed with both theory and practical testing - how could classic be better at everything?
Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#15On this topic: I'm very interested in streaming accelerometer data in real time from a wrist worn device to a body mounted LED controller. My goal is to modify the LEDs animations based on the hand position. Given the sensor bitrate and low latency required for this data, it would appears that BT Classic may be better solution than BLE. Beyond the power consumption needs, BLE connectionless broadcasting of the data s…
> Am I missing something?
Phone is in your pocket, wrist worn device is on other side of your body. Another device with unobstructed line of sight across the room may have a stronger signal strength.
Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#16On this topic: I'm very interested in streaming accelerometer data in real time from a wrist worn device to a body mounted LED controller. My goal is to modify the LEDs animations based on the hand position. Given the sensor bitrate and low latency required for this data, it would appears that BT Classic may be better solution than BLE. Beyond the power consumption needs, BLE connectionless broadcasting of the data s…
Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#17Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#18I like using BLE, more than Classic (BR/EDR). It's a bit pedantic, getting things set up, but that can be abstracted, fairly easily[0].
If we program for iOS/WatchOS/TVOS/iPadOS, we'll generally be using LE, as Core Bluetooth is designed around LE. Classic is there, but IOBluetooth is only meant for MacOS, and is a private API, on the other platforms.
LE is basically meant for short busts of control information, or small bits of data. Its encryption is pretty good. You can actually have a meaningful dialogue, just using the advertising information, so a connection is not always required (beacons use this).
I have heard that they will be adding some high data-rate stuff to LE, so we may be seeing true LE headphones, in the future.
Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#19What's going to matter for audio streaming in an automotive (the case they are concerned about) is the energy consumption in the receiver, not the transmitter. They are measuring the second.
Re: Analysis of energy consumption of Bluetooth Low Energy versus Bluetooth Classic
#20What's going to matter for audio streaming in an automotive (the case they are concerned about) is the energy consumption in the receiver, not the transmitter. They are measuring the second.
Otoh, the transmitter in your pocket might not be plugged in, so that's important.