Hello,
I'm very unexperienced with low-level programming, so I apologize is some of my questions make little sense.
We have this board that sends telemetry data using a nRF52840 to a Window 10 PC. Looking for a quick and dirty way to scan for the board, connect to it, and record the RSSI value I found out the nRF52840 dongle. Running Bluetooth Low Energy app that comes with nRF Connect for Desktop works like a charm, but now I'm looking for a way to replicate this thru LabView. I took a gander at the serial port communications between the app and the dongle and it's mostly HEX commands, so I tried looking around github for a piece of code or example that I could use to duplicate these commands, but I can't figure out where or what to look for..
I'm hoping someone can point me to a piece of code/example or document that explains how to send and read the commands to a nRF52840 dongle programmed with pc-nrfconnect-ble.
Thanks.