SleeperMan

About

Username
SleeperMan
Joined
Visits
4
Last Active
Roles
Member

Comments

  • Hi Laura. Thanks for the reply! So just to be clear, as the mBientLab API currently stands, there is no way to log processed data from the board after a disconnect?
  • The data I am attempting to collect is preprocessed by a RMS data processor. According to this post : https://mbientlab.com/community/discussion/comment/9219/#Comment_9219, I am not able to use any on-board features with anonymous downloading.
  • Thanks a lot Eric! This got it working! I'm excited to start adding some more functionality to my app!
  • Hey Laura. I now see that that part is already taken care of in my acceleration_stop() method. Thanks for the clarification. This is my current method: When I try to run this, and click the associated button, I receive a "Thread 7: Asserti…
  • Turns out I did not look through the documentation enough. Although the Swift and C++ API do not have the examples I was looking for, the developer documentation tutorials have examples for all languages: https://mbientlab.com/tutorials/CppDevelopme…
  • I've gone through the whole example App and I cannot find instances of on-board data processing. There are data streams being set up and configurations being applied, but I see no evidence of anything similar to a rms processor. Perhaps you can h…
  • Conceptually, I still don't understand how to define the processor / where it gets defined. Any tips on that would be greatly appreciated. In addition, will I need to use MblMwFnDataProcessor? When I attempt to, passing in (context, rms_processor…
  • Hey Laura! Thanks a lot for the reply. I really appreciate it. While this example does help me understand what's going on a little bit more, it is not quite what I need as I am coding in Swift. Do you perhaps have any Swift examples? To create my…
  • More specifically, I am unclear for what to set for the parameters of mbl_mw_dataprocessor_rss_create(signal, context, processor). For the signal, I am passing in a variable set to mbl_mw_acc_get_acceleration_data_signal(device.board), but do not kn…
  • I am having the same issue as trabucco. When I follow the IDE's recommendations and add 'import com.mbientlab.metawear.builder.RouteBuilder;', it does not recognize the "RouteElement source' Then as I hover my mouse over the "new RouteBuilder" t…