1
0
mirror of https://github.com/revspace/operame synced 2024-10-31 21:47:30 +00:00
Go to file
2022-06-26 09:35:34 +02:00
.gitignore Add .gitignore 2020-11-16 23:50:49 +01:00
Control CO2 Logo V1 240_135.png Logo updated 2021-06-03 10:57:59 +02:00
Control CO2 Logo V2 240_135.png Logo updated 2021-06-03 10:57:59 +02:00
LICENSE First commit 2020-11-16 23:48:15 +01:00
logo.h Logo updated 2021-06-03 10:57:59 +02:00
logo.png Add logo 2020-11-25 01:55:40 +01:00
multi-upload.pl Hacky parallel firmware flasher 2021-02-17 05:01:08 +01:00
operame_strings.h Changed MQTT message template to fixed JSON payload, added temperature and humidity 2021-07-08 12:53:11 +02:00
operame.ino Add check on CO2 levels (<330, <400, >400) 2022-04-20 17:47:43 +02:00
platformio.ini Merge branch 'main' into main 2021-06-26 10:41:51 +02:00
README.md 4MB vs 16 MB TTGO 2022-04-20 11:59:05 +02:00

Operame

Dit is de broncode van de firmware voor de ControlCO2-meter, operame project origineel gestart door RevSpace.

Language

The default language is Dutch; users can pick a different language using the WiFi configuration portal. To change the default setting to English, change #define LANGUAGE "nl" to #define LANGUAGE "en".

Gebruik

Installatie

Deze repository gebruikt PlatformIO voor installatie.

  1. Installeer PlatformIO.
  2. Kloon deze repository lokaal.
  3. Ga in de commandline of terminal naar de map van deze repository en voer pio run uit.

Tips

Indien het bord niet gevonden wordt, controleer of je de cp210x USB TO UART drivers van silicon labs hebt geinstalleerd. https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers

Ervaring van een windows 10 gebruiker

-windows 10 systeem

-visual studio code installeren

-platformio 2.3.2 extensie geinstalleerd (issue met 2.3.3) in VS code.

-python 3.9 geinstalleerd, zorg dat add to path aangevinkt is

-git installeren om repository te clonen

-bordje connecteren en in devices checken of driver er is anders cp210x driver van silicon lans installeren.

-dan in platformio.ini upload_port en flags commenten. zoek port dan automatisch

4MB or 16MB

board = esp32thing board_build.partitions = default.csv

If you have a 16MB TTGO T-Display board, you can change the env settings in the platformio.ini file. board = esp32thing_plus board_build.partitions = default_16MB.csv