Srinivasa

About

Username
Srinivasa
Joined
Visits
339
Last Active
Roles
Member

Comments

  • auto signal = dynamic_cast(it->second); bool handled= false; int64_t epoch = duration_cast(system_clock::now().time_since_epoch()).count(); MblMwDataProcessor* processor = dynamic_cast(signal); int64_t now = duration_cast(system_c…
  • @Laura said: @Srinivasa, Sorry for the late response, I don't have time to look into code right now. Have you been able to get it working? Yes > @Laura I was figure out but sampling rate is not consistent can you please look at h…
  • ok do you think below thought will work 1. Generate Library for start logging and stop logging along with UI and Invoke from Xamarin Native App using wrapper . Appreciate your prompt response
  • Hi Laura, I tried to modify the swift sample to connect multiple saved sensors. here is I am facing an issue with storing the data based on device MAC as i need to download each data separately. Note I am able to download the data for a single se…
  • Appricated your response is possible to integrqte the Motion R sensor to Xmarin based IOS app ?
  • @Laura said: You have to google-fu this. It depends on the hardware, firmware, OS, and drivers installed. Can you please help me by giving a clear reference link from your examples? The requirement is to the ability to start logging from…
  • That's really helpful Can you please give a reference view controller name or link of an example .? currently, I explored this link https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS where I could see DeviceDetailViewController.swift …
  • @Laura I followed the MetaWearApiTest sample code and checked for the single sensor we can have all options to perform the operation with senor such as streaming accelerometer and logging accelerometer data Now I am wondering how to connect mul…
  • @Laura Thanks for the snippet. I could see it was based on Xmaarin or C# based logic. it would be great if you can give the sample link for the Xmaarin. ios sample project as we also would like to try to integrate into Xamarin App. is there an…
  • Hi Laura we have developed an POC App with using following Package in Phone Gap. https://github.com/polyglotprogramminginc/cordova-plugin-metawear wondering is it mean we can connect multiple MetaMotionR using same connect command and asyn…