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

connecting to a device through the nRF52840 and Labview

I have a nRF52840 Dongle that connects to a USB port on my computer. I have a device that can connect to it via BT and the readings are logged through the Nordic utility app on the computer.

I would like to do the same with LabView. I would like to search of the BT device, connect to it and get a notification every time it sends a signal.

Has anyone done something like this already?

I tried using the dll but the help on it is not great. the list of functions include variables that are not supported by LabView. 

Thank you.

Parents
  • Your answer and the links in it are not really answering the issue. I already read those and tried it - it is not working.

    The commands are written for C/C++. 

    What are the basic commands needed to initialize connection to the driver and the dongle? 

    What are the basic command to start a scan?

    What is the basic command to connect to a found device?

    What is the basic command to read data from the connected BT device?

    Thank you.

Reply
  • Your answer and the links in it are not really answering the issue. I already read those and tried it - it is not working.

    The commands are written for C/C++. 

    What are the basic commands needed to initialize connection to the driver and the dongle? 

    What are the basic command to start a scan?

    What is the basic command to connect to a found device?

    What is the basic command to read data from the connected BT device?

    Thank you.

Children
No Data
Related