Updated MetaWear C++ API (WinRT) 0.5.0 not working
Previously my UWP C# sample was working with old MetaWear API.
I upgrade the MetaWear device firmware to v1.2.3
Also I update the API WinRT to 0.5.0.
In code made changes as described in https://github.com/mbientlab/Metawear-CppAPI/releases/tag/0.5.0
I compile the sample code and running.
For paired device it creates board using mbl_mw_metawearboard_initialize().
It initialize board using mbl_mw_metawearboard_initialize().
It gives exception on following line while configuring for gyro;
mbl_mw_gyro_bmi160_set_odr(cppBoard, GyroBmi160.OutputDataRate.ODR_100HZ);
Exception: "External component has thrown an exception."
Did i miss something?
Can you share UWP C# sample for latest API WinRT 0.5.0?
This discussion has been closed.
Comments
mbl_mw_connection_notify_char_changed
andmbl_mw_connection_char_read
mbl_mw_metawearboard_notify_char_changed
andmbl_mw_metawearboard_char_read
respectively