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
Asked
Active
Viewed 1,434 times
0

ozata
- 542
- 1
- 5
- 16
-
Am not sure about hcidump, did you tried using "btmon"? – Parthiban Sep 14 '16 at 12:17
1 Answers
0
Try this: sudo hcidump -R -x
Then in a second terminal do your Bluetooth stuff

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

Kieron Holt
- 51
- 9