aalmada

About

Username
aalmada
Joined
Visits
12
Last Active
Roles
Member

Comments

  • @DamianI'm still strugling with this issue. I now get it to compile but I can't bind to the MetaWearBleService. I'm doing the following: var context = Android.App.Application.Context; var intent = new Intent(context, typeof(MetaWearBleService));…
  • Hi @Damian,I have an alternative solution but I'm still working on a project where I can test it. The source is available at https://github.com/aalmada/MetaWear.Droid The interesting bits are in the Metadata.xml file and in the Additions folder. …
  • I tried a different solution. I removed the routeData method from the Accelerometer and Temperature interfaces. I think only the overrides are used.I now got stuck in the Cartesians. The API uses a mix of generics and anonymous classes that C# does …
  • Hi @Eric,Thanks for the pointer. Unfortunately that thread doesn't present a solution. I'm waiting for @Damian response. Thanks
  • Hi @Damian,I see you are able to use MetaWear in a Xamarin.Forms project.  Did you end up using the .jar binding or the C++ .so? I'm trying the binding route but I'm having issues. I explain it all at https://forums.xamarin.com/discussion/80614/bi…