SuneJepsen / iotproject-arduino

0 stars 0 forks source link

Implement sensor data logic for pushing #6

Closed anna0207 closed 6 years ago

anna0207 commented 6 years ago

Investigate how to get current timestamp from Arduino

Implement threshold logic:

iot

anna0207 commented 6 years ago

Discussion with Aslak: Signal processing and prototype how the data can infer people walking in and out. Average, max, noise detection, signal processing (how much on arduino board and how muc hin the cloud?)

Spiderixius commented 6 years ago

It seems time can be controlled via the following library http://playground.arduino.cc/Code/Time . It has yet to be tested.

anna0207 commented 6 years ago

Time synchronizing between devices and Sigfox:

Evaluate a function to determine latency based on RSSI

Pros and Cons:

Choice 2 is chosen - because even though it can provide many bad results, it can be fixed by excessive and periodically calibration (In Choice 1 you have no control)

Spiderixius commented 6 years ago

Completed see commit https://github.com/SuneJepsen/iotproject-arduino/commit/a36aa1a5e9ba0ea7be793e7af9b3e5ed0748f6d5 and https://github.com/SuneJepsen/iotproject-arduino/commit/b491e4fe1e127ee4c05f201d261c76a5e2fa1dfb