Hello,
nRF52810 supports BT5.0, but maximum payload is 27byte in Online Power Profiler for BLE.
Is this a bug?
Hello,
nRF52810 supports BT5.0, but maximum payload is 27byte in Online Power Profiler for BLE.
Is this a bug?
Yes, the hardware does support extended advertising, by looking at the compatibility matrix you can see that the nRF52810 is tested with S132 v5.1.0 (which supports extended advertising alongside nRF5 SDK v14.2), or you can use the nRFConnect SDK (NCS) v1.3.0 or newer which doesn't require a SoftDevice, but uses the Zephyr RTOS which lets you decide what to implement yourself.
Best regards,
Simon
Yes, the hardware does support extended advertising, by looking at the compatibility matrix you can see that the nRF52810 is tested with S132 v5.1.0 (which supports extended advertising alongside nRF5 SDK v14.2), or you can use the nRFConnect SDK (NCS) v1.3.0 or newer which doesn't require a SoftDevice, but uses the Zephyr RTOS which lets you decide what to implement yourself.
Best regards,
Simon