You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the things that's quite hard with a micro:bit and data logging is working out in advance how soon you will fill up the data log.
Once logging has started, given we have a fixed log size, it would be great to give an indication of how long it would take the log to fill up at the current rate of logging.
Without this, a user has to
a) work out how large the log is (120kB)
b) work out how much data they're logging each log/per second
c) calculate how long that would take to fill up
Or, just test it, but if the time to fill the log is, say, 20 minutes (or even 1 day), that could be really annoying.