I'm afraid you can't, no. Someone (you? :) ) could write their own NRF module that interfaced to the LE UART friend, but it's unlikely to be as full-featured as the real thing.
However, what you can do is use something like a Puck.js or Pixl.js board (there'll be another very basic BLE board coming out soon too) and attach an ESP8266 board to that - giving you WiFi and BLE.
I should also mention that you can now (as of a week or so ago) use BLE and Wifi on a single ESP32 board as well - however that's not an official Espruino one so you won't get the same support :)
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,
I'm afraid you can't, no. Someone (you? :) ) could write their own NRF module that interfaced to the LE UART friend, but it's unlikely to be as full-featured as the real thing.
However, what you can do is use something like a Puck.js or Pixl.js board (there'll be another very basic BLE board coming out soon too) and attach an ESP8266 board to that - giving you WiFi and BLE.
I should also mention that you can now (as of a week or so ago) use BLE and Wifi on a single ESP32 board as well - however that's not an official Espruino one so you won't get the same support :)