This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nrf51822 dongle,receive data from beacon

Hi, I want to read data ,wich is sent from beacon ,using usb dongle,and after this ,I want to send data received from beacon to pc through serial port. Exist any example for this?

Thanks in advance

Parents Reply Children
  • Thanks Martin for your solution. I found ble-sniffer and wireshark,but I do not know how can save the content of messages(data byte).After I will want to represent graphically a certain byte received.Is this a solution(wireshark)?it can do so while receiving messages?Or it is easier to use solution proposed by you?

  • You want to receive data and plot them in a graph? Wireshark is for sniffing, i.e. it is a tool for technical analysis of the content of bluetooth packets. I don't think you can use it for plotting data from your device.

    If you want to make an application that graphs/displays your data sent from your beacon on a PC you need something else. The example on github enables you to send your received data via UART, for instance to a COM port on your PC. Then you will need software on the PC side to get this data somehow and we don't provide that sort of software.

Related