noble / bleno

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

Can't get echo example to advertise #331

Closed kctoombs closed 7 years ago

kctoombs commented 7 years ago

Hi, I'm trying to run the echo example, but I can't seem to get it to advertise anything. Whenever I run the example, it prints "bleno - echo" to the terminal and nothing else. In the past I was able to get it to advertise, but I don't know what I'm doing differently now. Do you have any suggestions for getting it to advertise?

Thank you

sameeriitkgp commented 6 years ago

Hey, I've run into the same problem. How did you get past this?

Thanks.