pvandoorn

About

Username
pvandoorn
Joined
Visits
150
Last Active
Roles
Member

Comments

  • Ok i understand, i will look into this myself. Although I want to let you know that the multiaccelerometer function does start measurering even when only one metawear is connected.
  • It is working pretty well now thanks! There are just 2 (small) things that i did not get from the dotnet tutorial. When i use the multiaccelerometer function, sometimes the program starts with measurements even when one of the sensors is not connect…
  • Thanks Eric! It was indeed a typo. On the tutorial website there is this code in the program.cs: await (Task) type.GetMethod("Run", BindingFlags.NonPublic | BindingFlags.Static) .Invoke(null, new object[] { args.TakeLast(args.Leng…
  • Am i missing something here? Add code blocks, what does this mean? Could you give me an example of how the program.cs should look like to be able to run ScanConnect?
  • Sorry i still don't get it. I ran the project from cmd but I keep getting a similar error.
  • thanks! I will look into this.
  • The gyroscope value does not change. The Accerometer and Magnometer do change depending on my calibration. Here is my full code taken from the C# tutorial: namespace StarterApp { public sealed partial class DeviceSetup : Page { private IMe…
  • I have set up a TCP client/server so i can stream the data to Unity. Can someone tell me how to access the data in the following method (used from C# tutorials): protected async override void OnNavigatedTo(NavigationEventArgs e) { base.O…