I want to connect nRF52832 with PC. The objective is using nRF52832(I am using BT832 Module) I have to scan all Blue Tooth deceives details and send to PC. Please help with pin connection with sample code.
Ashiq Mohammed
I want to connect nRF52832 with PC. The objective is using nRF52832(I am using BT832 Module) I have to scan all Blue Tooth deceives details and send to PC. Please help with pin connection with sample code.
Ashiq Mohammed
Hello,
That depends on your computer application, and how you want your data.
It is true as awneil says, that you can use a UART to USB cable, which will do the job that the programming chip usually does on the DK (UART job, can't be used for programming).
I really recommend you to start with an nRF52840 DK, as it is a lot (!) easier to develop on than e.g. the dongle. First when you have something up and running, you can switch to the dongle.
As I mentioned, it depends on how your computer application wants the data. I suggest that you start by looking at some of the USB examples from SDK 15.2.0, such as this one.
Best regards,
Edvin
start with an nRF52840 DK
Absolutely!