ERNI-CoP-IoT / dust-measurement-network

Dust Measurement Network - air pollution data measurement
https://dmn.azurewebsites.net/
MIT License
1 stars 0 forks source link

ProdREQ - Detectors are sending data to a Time Series DB #15

Open dniklaus opened 3 years ago

dniklaus commented 3 years ago

Issue by dniklaus Thu Jul 26 17:28:10 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/11


ID: ProdREQ-10

Break down

  1. Measurement Data #24

    • PM (Particulate Matter, ERNICommunity/wissifluh17#18)
      • measuring interval: asynchronous, as fast as possible (~1 measurement per second) #22
      • PM2.5 [ug/m^3] (concentration of particulate matter 2.5 um size), resolution: 0.1 ug/m^3
      • PM10 [ug/m^3] (concentration of particulate matter 10 um size), resolution: 0.1 ug/m^3
    • DHT (Digital Humidity Temperature sensor, dniklaus/lora-node#3)
      • measuring interval: polling based on a Timer, as fast as possible (~1 measurement per second) #22
      • Temperature [°C], resolution: 0.1 °C
      • Relative Humidity [%], resolution: 1%
    • Battery Voltage [V], resolution: 0.1 V (#5 )
      • measuring intervall: polling based on a Timer, 1 measurement per 5 seconds) #22
  2. Serializaton The data shall be sent in a binary format, serialized with the help of protobuf. The detailed protobuf message specification is defined here: #20

  3. Transmission Interval Send the data bundle every 5 minutes. #23

Notes

Actions

To be done before or during the event

dniklaus commented 3 years ago

Comment by dniklaus Tue Sep 4 15:27:58 2018


@mymichu is the ttn-gwy ready to send to Time Series DB?

@mymichu could you please describe the format how the Sensor data are stored in the InfluxDB?