10-01-2015 08:57 AM
Hi Erik,
I have not recieved any messages at all, if you write an email in to NI support, I will assign the request to myself and get in contact with you that way, as there seems to be some problem with forum correspondence.
Cody
10-01-2015 09:05 AM - edited 10-01-2015 09:06 AM
Dear Cody,
i wrote to the support email adress. ^^
Anyway my old support request ID was 2515272. Hope you can find all the information there.
Looking forward to hear from you.
Cheers
Erik
11-10-2015 08:52 PM
HI There,
So, did you solve the problem?
Could you share the solution of this for me?
I'm in same trouble in cody.
Thank you,
Best Regards,
Kim
07-06-2016 07:14 AM
Hello,
After almost a year now, I'm in the same situation.
Can someone post a solution or an update on the BLE/Windows/DLL issue?
Thank you,
Randy
04-05-2017 11:20 AM
Could anyone share a sample code to open communication with a blutooth device with the above GATT service dll ?
04-05-2017 11:26 AM
I've used the Nordic BLE functions called from Labview with success.
You'll have to have an understanding of the functions that are in the Nordic DLLs. (assuming it's Nordic that you are using)
04-05-2017 11:33 AM
Hi Randy,
I am trying to communicate with a SHT31 Eval kit(Sensirion Humidity Sensor) using a Surface tablet.
Android Code for same can be found below:
https://github.com/Sensirion/SmartGadget-Android
If I get a starting point with a template like your Nordic blutooth VIs, I will try my level best to port them for my application. Blutooth LE devices seems an uphill task without java scripting knowledge. I would appreciate if you could share what you have for Nordic devices.