Hi Gordon,
Neither
packets=10; NRF.setScan(function(d) { packets--; console.log(d); // print packet info if (packets<=0) NRF.setScan(); // stop scanning });
nor
NRF.findDevices(function(devices) { console.log(devices); }, 1000);
return any results.
I guess configuring GATT server with the sample configuration does not start the server itself.
Another approach could be implementing a GATT server on Android.
@user73560 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.
Hi Gordon,
Neither
nor
return any results.
I guess configuring GATT server with the sample configuration does not start the server itself.
Another approach could be implementing a GATT server on Android.