Saving myo data in background and processing it on iOS

95 Views Asked by At

Is it possible to collect data, when application is in the background mode and store it in iphone's memory, for example: NSUserDefaults?

I have

  • connected my app to myo device
  • checked "Uses Bluetooth LE accessories" and
  • used TLMHub.shared().shouldNotifyInBackground = true

What will be the best way to store raw emg, accelerometer, gyroscope data from myo?

0

There are 0 best solutions below