Building a .exe for a metawear C sensor
Hello,
Our lab is working on a project using the gyroscopic sensor on the metawear c device. We have downloaded the sample UWP application, which we have adapted to give us the gyroscope information. However, we are hoping to make a more lightweight application that can run in the background and feed gyroscope information to another application. Has anyone had any luck making a console application in visual studio for this sensor?
I had hoped it would be as simple as using NuGet to install the MetaWear.Win32 package, but when I attempt to do this I get the following error:
I had hoped it would be as simple as using NuGet to install the MetaWear.Win32 package, but when I attempt to do this I get the following error:
Could not install package 'MetaWear.Win32 0.5.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Any information would be greatly appreciated, thanks!
This discussion has been closed.
Comments
In any case I have tried both the win32 package and the winRT package and get the same error both times...
Is it possible that the .dll will only work with a certain .net framework? Not ruling out the possibility that I have made an incorrect step somewhere along the way.
Currently my issue is that the sensor will stop sending gyroscope data to my application when I run it through Unity. But that may be a question for another topic.