Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A new upload looks fine, but after reset it starts still the old program. #10

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9907ef7
ControlCO2.space
controlco2 May 13, 2021
57860a9
Modification for Excel Data Streamer
tomderyck Jun 3, 2021
de55b35
Logo updated
tomderyck Jun 3, 2021
441e494
Add rest post functionality
SanderVanhove Jun 4, 2021
623fdef
Merge pull request #2 from SanderVanhove/feat/add-rest
controlco2 Jun 7, 2021
44867dc
Merge pull request #1 from tomderyck/main
controlco2 Jun 7, 2021
b467bda
Added DHT22 sensor code
tomderyck Jun 16, 2021
f7de85e
Merge branch 'main' into main
controlco2 Jun 26, 2021
a51b9df
Merge pull request #3 from tomderyck/main
controlco2 Jun 26, 2021
fee6d06
Fix MQTT
pdemil Jul 6, 2021
ce58e67
Merge pull request #4 from controlco2/feature/mqtt_username_password
controlco2 Jul 6, 2021
d4dd035
Changed MQTT message template to fixed JSON payload, added temperatur…
pdemil Jul 8, 2021
9ce786b
Merge pull request #5 from controlco2/feature/add-mqtt-topics-tempera…
controlco2 Jul 8, 2021
b6c24d2
bugfix: check if the user wants to send temperature and humidity via …
pdemil Jul 26, 2021
ca29d59
Merge pull request #6 from controlco2/bugfix/check-temp-hum-flag
controlco2 Jul 26, 2021
4dbff91
bugfix: publish temperature and humidity to their own topics
pdemil Jul 26, 2021
8876501
Merge pull request #7 from controlco2/bugfix/publish-temp-and-hum-to-…
controlco2 Jul 26, 2021
31bab2c
Extend rest cert length
Aug 26, 2021
b1766c1
Merge pull request #8 from SanderVanhove/feat/add-rest
controlco2 Aug 27, 2021
56a53b0
Add temp and humidity to rest message
Sep 1, 2021
f9c3d05
Merge pull request #9 from SanderVanhove/main
pdemil Sep 3, 2021
68b82bc
Update README.md
pdemil Sep 3, 2021
02888d3
Fix header file name
SanderVanhove Oct 6, 2021
a119c8d
Merge pull request #10 from SanderVanhove/patch-1
pdemil Oct 6, 2021
f6acffa
Update README.md
pdemil Oct 8, 2021
b280f8d
Changed presentation in display of Temp and Hum.
RonnyLam Mar 25, 2022
8ba5fee
Merge pull request #12 from RonnyLam/main
pdemil Apr 20, 2022
65672c5
4MB vs 16 MB TTGO
pdemil Apr 20, 2022
6da553b
add "first boot" check
pdemil Apr 20, 2022
49d05af
Merge branch 'main' of https://github.com/controlco2/operame
pdemil Apr 20, 2022
5bd075e
Add check on CO2 levels (<330, <400, >400)
pdemil Apr 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Control CO2 Logo V1 240_135.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Control CO2 Logo V2 240_135.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Operame

Dit is de broncode van de firmware voor de [Operame CO2-meter](https://operame.nl/).
Dit is de broncode van de firmware voor de [ControlCO2-meter](https://controlco2.space), operame project origineel gestart door RevSpace.

## Language

Expand All @@ -16,4 +16,34 @@ Deze repository gebruikt [PlatformIO](https://platformio.org/) voor installatie.

1. Installeer PlatformIO.
2. Kloon deze repository lokaal.
3. Ga naar de map van deze repository en voer `pio run` uit.
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

7,108 changes: 7,108 additions & 0 deletions logo.h

Large diffs are not rendered by default.

Loading