The ESP32 bluetooth is accessed using the NRF class, but it is still using the ESP32's bluetooth stack.
It's just called NRF because Espruino's BLE started off being for Nordic devices, and we didn't get around to changing it because it would have broken existing JS code.
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,
The ESP32 bluetooth is accessed using the
NRF
class, but it is still using the ESP32's bluetooth stack.It's just called
NRF
because Espruino's BLE started off being for Nordic devices, and we didn't get around to changing it because it would have broken existing JS code.