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
  • Hi,

    We do not have any application examples implemented in C#, but the source code for the nRF Connect RSSI application (written in Node.js) is available on GitHub.

    The firmware running on the boards are also available in source code, and can be built for the nRF52840 Dongle. The RSSI application communicates with the dongle over USB CDC ACM, so it should be possible to integrate the required functionality in your C# application.

    Best regards,
    Jørgen

Reply
  • Hi,

    We do not have any application examples implemented in C#, but the source code for the nRF Connect RSSI application (written in Node.js) is available on GitHub.

    The firmware running on the boards are also available in source code, and can be built for the nRF52840 Dongle. The RSSI application communicates with the dongle over USB CDC ACM, so it should be possible to integrate the required functionality in your C# application.

    Best regards,
    Jørgen

Children
Related