noble / bleno

A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals
MIT License
2.12k stars 447 forks source link

on -> stateChange: poweredOn and on -> advertisingStart: success does not print #453

Open isa3bel opened 4 years ago

isa3bel commented 4 years ago

When I run node main.js only bleno - echo runs but on -> stateChange: poweredOn and on -> advertisingStart: success does not print, which means my Mac isn't advertising anything. How do I fix this? Thanks

noemif commented 3 years ago

You're not saying which OS version you're on, but in case it helps someone: I had the same issue on Catalina 10.15.6/node 14.10. Got it to work switching to https://github.com/abandonware/bleno instead. This recent PR probably helped.