Open phardesty opened 7 years ago
Hi @phardesty,
Have you looked at David Jones's post regarding the Ti Sensor tags? Maybe it would help. http://www.embedded101.com/Blogs/David-Jones/entryid/782/Bluetooth-BLE-Creators-Edition-and-RPi3-issue-
Sincerely, IoTGirl
This example is not working for me either. Windows Build: 14393.1480 Bluetooth Adapter ASUS USB-BT400 Visual Studio 2017 SensorTag with CC2650 MCU
On startup the sensor tag shows up in the device list. it takes about 10 seconds for pair and connect to change color, so it can be clicked on. after clicking on it it says Setting up Sensor tag. then throws an exception on line 444 of MainPage.xasl.cs : GattReadResult result = await characteristicList[0].ReadValueAsync(BluetoothCacheMode.Uncached);
if I comment out 441-447 it starts up, and temperature, humidity, and keypress are enabled on startup. when I select Accel, Magnometer, or Gyro the enable button next to them never enables, and I am unable to read data from them.
I am missing something, or is the example currently broken?
ENVIRONMENT: What Computers, OS and devices are involved with this repro? How are they connected? We are using the sample below with the Texas Instruments I SimpleLink SensorTag Development Kit Featuring the CC2650 wireless MCU. When running on a Windows 10 creators update and Windows phone Lumia950 XL running Windows 10 1703 build number 10.0.15228.0 REPRO STEPS: What steps would someone else need to follow to see the issue?
RESULTS: What did you Expect to happen? We expected the sensor to return values to our device it returned nothing. It just displayed setting up sensor tag. What did Actually happen? Both devices hang at setting up device after going through the pairing process in the sample application NOTES: Any other details/workarounds potentially related info you can provide? Link to source code https://github.com/ms-iot/samples/tree/develop/BluetoothGATT/CS