C++ Windows Sample Application
Hi guys,
I have been using metawear borad on windows, and I started to use the C++ API v0.3.0 for that. Here is a sample C++ windows application for metawear board. I thought it would be a good idea if share it, so it could help anyone. It is almost the same code as the C# Wrapper released by mbientlab here https://github.com/mbientlab/MetaWear-CSharpWrapper, but with the use of C++ API v0.3.0 directly in Universal Windows Application. I have included the C++ API in folder metawear, but you can also get it from the official repository of mbientlab herehttps://github.com/mbientlab/Metawear-CppAPI
I have been using metawear borad on windows, and I started to use the C++ API v0.3.0 for that. Here is a sample C++ windows application for metawear board. I thought it would be a good idea if share it, so it could help anyone. It is almost the same code as the C# Wrapper released by mbientlab here https://github.com/mbientlab/MetaWear-CSharpWrapper, but with the use of C++ API v0.3.0 directly in Universal Windows Application. I have included the C++ API in folder metawear, but you can also get it from the official repository of mbientlab herehttps://github.com/mbientlab/Metawear-CppAPI
Notes:
- Make sure that you have enabled you Bluetooth device
- Pair the metawear board from Bluetooth device settings in Windows before using the application.
- Make sure to choose the right platform when running the application from VS (either x64 or x86).
Requirements: Windows 10, Visual Studio Community 2015.
Here is the link of C++ Sample Application:
https://github.com/abdelmaged/metawear_sampleApp_cpp
This discussion has been closed.
Comments