need UUID and characteristic info
Hi,
I am planning to connect metawear C sensor and get data from the accelerometer as an input in Unity game engine. To have this connection, I have bought a package from Unity asset store to connect Bluetooth LE sensor to android and IOS application. To get data from the sensor, I need to have the following information from the sensor:
UUID
Characteristic info
Data Packet
Thanks!
Comments
Follow the init code from the C# SDK:
https://github.com/mbientlab/MetaWear-SDK-CSharp/blob/0.4.0/MetaWear.Impl/MetaWearBoard.cs#L698
I recommend using the unit testing framework to generate the commands you want to send to the device rather than attempt to reverse engineer the communication protocol.
On a side note, we would like to have proper Unity3D support given that we have a C# SDK, and will look into it in the future once Unity3D supports .netstandard2.0.
It sounds like Unity now supports .NET Standard 2.0. https://docs.unity3d.com/2019.1/Documentation/Manual/dotnetProfileSupport.html
Is there new support now for Unity with mbient lab sensors?
Thanks!