0

i am trying to create a BLE scan module via nodeJs and Bluez. I want to learn how to get mac address, minor, major and rssi values from the output of hcidump --raw command. I took a look at Radius Networks ibeacon_scan file but i still don't have a clue how i can do it with nodeJs. Can anyone help me with that? Thanks a lot

ozata
  • 542
  • 1
  • 5
  • 16

1 Answers1

0

Try this: sudo hcidump -R -x

Then in a second terminal do your Bluetooth stuff

Sebastian Kaczmarek
  • 8,120
  • 4
  • 20
  • 38