Plugin(s)
Current problem
Currently, the plugin supports BLE 4.0 advertisements, which limit the transmitted data (in connectionless mode) to roughly 27–31 bytes. This is quite restrictive for most IoT use cases and significantly reduces the plugin's overall usability.
Preferred solution
BLE 5.0 extended advertising lifts this limit dramatically:
Single packet → up to ~250–254 bytes of advertising data
Chained packets → up to 1650 bytes total
Most current devices (iOS, Android, Windows, recent Nordic/TI/ESP32/etc. chips) already support this feature.
See e.g. https://blog.nordicsemi.com/getconnected/bluetooth-5-advertising-extensions for a good overview.
Alternative options
No response
Additional context
No response
Before submitting
Plugin(s)
Current problem
Currently, the plugin supports BLE 4.0 advertisements, which limit the transmitted data (in connectionless mode) to roughly 27–31 bytes. This is quite restrictive for most IoT use cases and significantly reduces the plugin's overall usability.
Preferred solution
BLE 5.0 extended advertising lifts this limit dramatically:
Single packet → up to ~250–254 bytes of advertising data
Chained packets → up to 1650 bytes total
Most current devices (iOS, Android, Windows, recent Nordic/TI/ESP32/etc. chips) already support this feature.
See e.g. https://blog.nordicsemi.com/getconnected/bluetooth-5-advertising-extensions for a good overview.
Alternative options
No response
Additional context
No response
Before submitting