15
0
Fork
You've already forked tvocmeter
0
Sensor that measures equivalent total volatile organic compounds (TVOC) and publishes it over MQTT https://revspace.nl/CJMCU-811
  • C++ 95.1%
  • Shell 4.9%
Find a file
2019年08月31日 22:34:01 +02:00
.gitignore Remove OTA password from git; add upload script 2019年08月31日 22:34:01 +02:00
.indent.pro Add indent configuration. 2019年07月26日 22:10:51 +02:00
.travis.yml Don't specify a python version. 2019年07月13日 23:42:34 +02:00
LICENSE Initial commit 2019年01月03日 16:19:20 +01:00
platformio.ini Remove OTA password from git; add upload script 2019年08月31日 22:34:01 +02:00
README.md Remove OTA password from git; add upload script 2019年08月31日 22:34:01 +02:00
tvocmeter.ino Remove OTA password from git; add upload script 2019年08月31日 22:34:01 +02:00
upload.sh Remove OTA password from git; add upload script 2019年08月31日 22:34:01 +02:00

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