This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to read CC2650 sensors from Windows 10 C# code?

Other Parts Discussed in Thread: CC2650, CC2540

Hello, I need to write a simple application in Visual Studio 2010, C# language (preferred) under Windows 10, for reading the CC2650 sensors value (in particular the accelerometers).

I tested the device with Chris Lovett Sensortag Windows application and it's works perfectly, so I am sure that it can be done.

Where to start? Any example Visual Studio project? At least some code fragments?

It's pretty surprising that it's not easy to find simple coding examples / documentation  for using the device on the most common platform.... :-(

M.

  • We have two windows applications that can read sensor data: BLE Device Monitor and BTOOL. Now of them however use the native Windows BLE API, they rely on the CC2540 USB dongle with BLE host software pre-programmed. If you can work out how to use the Windows BLE API we can help you with code snippets for conversion etc. Some documentation with code snippets here.