Not yet - there have been a few other questions about this... Which actual features from Bluetooth 5 do you want? Because the nRF52832 doesn't actually support any of the features (like long range, or the very high datarates) that you might expect from Bluetooth 5.
So while you could flash a firmware onto the Puck that would handle Bluetooth 5, about the only difference you'll see is less available flash memory and less available RAM (because the BLE 5 softdevice needs more memory).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
Not yet - there have been a few other questions about this... Which actual features from Bluetooth 5 do you want? Because the nRF52832 doesn't actually support any of the features (like long range, or the very high datarates) that you might expect from Bluetooth 5.
So while you could flash a firmware onto the Puck that would handle Bluetooth 5, about the only difference you'll see is less available flash memory and less available RAM (because the BLE 5 softdevice needs more memory).