Revision history of "Driver for the DHT22 sensor"

From aquarium-doc
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 08:59, 5 June 2022Uwe talk contribs 544 bytes +17
  • curprev 08:58, 5 June 2022Uwe talk contribs 527 bytes +527 Created page with "Aquarium control contains its own driver for the DHT22 sensor. The driver implements an interrupt call via the pigpio library. This interrupt code only stores the level changes of the related GPIO. The transmission from the sensor is being checked and the ambient temperature and humidity are being calculated. Aquarium control implements a thread which acquires a value every minute. Interrupt code, transmission check and value calculation as well as the thread are imp..."