I am just starting using a Thingy:52 and want to use it with a C# UWP app. So far I have been able to retrieve the service and characteristics UUID's without issue but I am running into a problem converting the byte array received into any kind of meaningful result.
When retrieving air pressure data from the Thingy:52 as an example I get the following returned in the byte array:
Regardless of what I try to convert this into something useful I come up with a blank. Has anyone else done something similar with C#/UWP as I have hit a bit of a brick wall with this now.