Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 478 Bytes

tvocmeter

Sensor that measures equivalent total volatile organic compounds (TVOC) and publishes it over MQTT

OTA via PlatformIO

  1. Install platformio (sudo pip3 install platformio)
  2. Run ./upload.sh
  3. If the password was wrong, rm OTA_PASSWORD.h and try again

OTA via Arduino IDE (untested; does this work?)

  1. Create OTA_PASSWORD.h and add:

    #define OTA_PASSWORD "passwordhere"

  2. Make sure Arduino IDE is closed (all windows!)

  3. Start Arduino IDE