Counting Random Interval Events
i want count events following buckets.
this objects falling through chute.
this input changes 500ms can never change there can significant data organize or none.
last 60 minutes
last 24 hours
last 48 hours
so, realize may need timestamp events, want rolling, real time update.
i'd without rtc, using millis()
does have experience simplifying trying here?
this objects falling through chute.
this input changes 500ms can never change there can significant data organize or none.
last 60 minutes
last 24 hours
last 48 hours
so, realize may need timestamp events, want rolling, real time update.
i'd without rtc, using millis()
does have experience simplifying trying here?
how many events expect in 48 hour window? surmise, have timestamp of them. in simple case, means storing unsigned long each event @ cost of 4 bytes apiece.
you push data sd card or reprocessing on timestamps & other trickery fewer 4 bytes of ram per event, max number of events you're going guide towards arduino you'll need. alternatively, offload data storage pc , let tell arduino counts per bucket are.
you push data sd card or reprocessing on timestamps & other trickery fewer 4 bytes of ram per event, max number of events you're going guide towards arduino you'll need. alternatively, offload data storage pc , let tell arduino counts per bucket are.
Arduino Forum > Using Arduino > Programming Questions > Counting Random Interval Events
arduino
Comments
Post a Comment