STMicroelectronics / BlueSTSDK_Android

Bluetooth low energy Sensors Technology Software Development Kit (Android version)
https://www.st.com/en/embedded-software/bluest-sdk.html
BSD 3-Clause "New" or "Revised" License
92 stars 46 forks source link

Feature List activity is not displaying the data from the SensorTile #16

Closed PercyJacks closed 5 years ago

PercyJacks commented 5 years ago

Hi, I have downloaded your code and uploaded it to my device. However when the app connects to the SensorTile node, it only displays the timestamp and the "Status". I don't know if this is the problem but the status says "off". I am using the exact code from the repository with no changes so I don't know what the problem could be

GiovanniVisentiniST commented 5 years ago

Hi Percy,

please give me more information to reproduce the problem: 1- witch firmware did you flash? 2- you connect to the sensor tile, an you correctly see the list of features 3- witch feature did you select? 4- you just see the timestamp (is it changing?) and the status that it is off, instead of the real data.

Thanks Giovanni

PercyJacks commented 5 years ago

Hi Giovanni, thank you for the quick response. It was actually a mistake in my programming of the SensorTile, once that was fixed, I was able to get values.

Thank you Percy