idafroseth

About

Username
idafroseth
Joined
Visits
20
Last Active
Roles
Member

Comments

  • The code:https://pastebin.com/Bgps926n The connection and configuration of the board starts when the user selects a board in the GuI and the following callback is called: onBleDeviceSelected(String deviceAddress)
  • Thanks. This works for persisting the data when doing both streaming and logging data. However when I log data, it seems like my Subscriber is "lost" when I reconnect the board or restart the app. Before a reconnect I see both the Download progress …
  • I am able to fetch the data through the subscriber as long as I do not restart the application. Should I save the session to the board in some way after configuring the board to log data when clicking the onboard button?