This works. I tried to connect the Smartphone with the Puck instead of the connecting Puck with the smartphone.
However I always get the error "Connection timeout". Any idea how to solve this? I used the Bluetooth Mac Address I found on my Android Smartphone (Settings -> About the device -> Status).
FindDevices also returns an empty array:
NRF.findDevices(function(devices) {
console.log(devices);
}, 1000);
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.
This works. I tried to connect the Smartphone with the Puck instead of the connecting Puck with the smartphone.
However I always get the error "Connection timeout". Any idea how to solve this? I used the Bluetooth Mac Address I found on my Android Smartphone (Settings -> About the device -> Status).
FindDevices also returns an empty array:
NRF.findDevices(function(devices) { console.log(devices); }, 1000);