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%
| .gitignore | Remove OTA password from git; add upload script | |
| .indent.pro | Add indent configuration. | |
| .travis.yml | Don't specify a python version. | |
| LICENSE | Initial commit | |
| platformio.ini | Remove OTA password from git; add upload script | |
| README.md | Remove OTA password from git; add upload script | |
| tvocmeter.ino | Remove OTA password from git; add upload script | |
| upload.sh | Remove OTA password from git; add upload script | |
tvocmeter
Sensor that measures equivalent total volatile organic compounds (TVOC) and publishes it over MQTT
OTA via PlatformIO
- Install platformio (
sudo pip3 install platformio) - Run
./upload.sh - If the password was wrong,
rm OTA_PASSWORD.hand try again
OTA via Arduino IDE (untested; does this work?)
-
Create
OTA_PASSWORD.hand add:#define OTA_PASSWORD "passwordhere"
-
Make sure Arduino IDE is closed (all windows!)
-
Start Arduino IDE