I want to develop C# program to get product rssi value on specific channel by using nRF52840 dongle pca10059

I 'm developing a program (C# ) on PC for the nRF52840 dongle (pca10059) that is a RSSI scanner.

Scanning different BLE channels in the environment. The program is much like the nRF connects "RSSI viewer".

Finally,the goal of program is to scan for RSSI values while not connecting to any device, just scan a specific channel.

Here, What approach should I manually get rssi value from nRF52840 dongle (pca10059)?

Thanks!

 

Benny_Lin

Parents Reply
  • Hi,

    I'm using a similar approach to you, but I used RealTerm instead of PuTTY. Here you can set the "Display as" to uint8, so it is easier to read the actual values being transmitted. PuTTY will show the received data value as ASCII characters, which may not make sense when the data is binary.

    You can send the "start" command from "Send" tab. Enter the command in the textboc, check the "+RC" checkbox under EOL, and click the "Send ASCII" button.

    Best regards,
    Jørgen

Children
No Data
Related