-
• #2
Can you try using the
nRF Connect
app to debug it?On the Pi I know you may have to issue a few commands to wrestle that level of control off of the OS. See the steps here: https://github.com/espruino/EspruinoHub#http-proxy
-
• #4
Try
NRF.findDevices(print)
just in case - it'll list all the devices that Puck.js has found
I am trying to send an advertisment packet from a raspberry pi zero w using nodejs with bleno:
tested with nRF Connect/iOS and the advertisment is visible and connectable with Complete Local name set correctly
on a Puck.JS I am using this code:
the problem is that there no found message and no LED3 blinking :(
same code that runs on Raspberry moved to OSX works perfectly
any idea why I cannot see the advertisment from Raspberry ?