hgstyler / DHT22_sensor

Temp, Humid webserver
0 stars 1 forks source link

History #2

Open hgstyler opened 2 years ago

hgstyler commented 2 years ago

<Pre-development history by Jun 24, 2022>

  1. Problems of Pre-code

    • permission error, cannot save sensor monitor log
  2. Modification of Monitoring & Logging code of a sensor for Pi 3

    • modified pre-code for Pi 3 using AdaFruit
    • incompatible with Pi 4
  3. Conversion of Monitoring & Logging code for Pi 4

    • conversion complete of the code for Pi 4 using AdaFruitCircuitPython
    • added exception error case (runtime error)
  4. Webserver Implementation

    • webserver implement using Flask
    • index.html shows instant temperature, humidity & time
    • not dynamic web yet
    • not port-forwarding yet (consider connection & security issue)