in your first post, change:
NRF.findDevices(function(d) { to NRF.findDevices(function(devices) {
NRF.findDevices(function(d) {
NRF.findDevices(function(devices) {
@Wilberforce started
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.
in your first post, change:
NRF.findDevices(function(d) {
to
NRF.findDevices(function(devices) {