carp.sensing-flutter
carp.sensing-flutter copied to clipboard
CARP Mobile Sensing for Flutter, including mobile sensing framework, data backend support, and the CARP mobile sensing app.
Create a trigger that triggers based on app life cycle events - like paused, resumed, etc. This would enable the collection of data when the app returns to the foreground,...
To reflect what is needed in `info.plist` and `manifest.xml` files.
Weather seems to work ok when I use all sensors excluding air quality. Once I add air quality I don't get anything anymore from weather. code (with sampling every 10s....
The example app does not currently build in `backends/carp_webservices`.
There seems to be a need for handling permission differently on the two platforms (iOS / Android). Could make the list of Permission to a map, mapping to which permission...
According to iOS documentation and forums (e.g. https://developer.apple.com/forums/thread/652592), it is impossible to do a general Bluetooth scan when the screen is off or the app is in background. This will...
When an eSense device is disconnected and reconnected, the sampling of sensor events (accelerometer & gyroscope) is not resumed. The sampling of the button press is working fine.
Similarly to https://github.com/cph-cachet/carp.sensing-flutter/issues/292 I again try to change the protocol on the fly, while the app is running. Newly added sensors are indeed working, but removed sensors unfortunately also keep...
CARP now resumes sampling when the app restarts as part of the brand new release 0.40.0. This is a great (and much needed) feature as operating systems become more aggressive...
I found that getting the weather on iOS is not really reliable (I don't mean the weather itself, although also the weather is currently not really reliable here in Belgium)....