1
0
mirror of https://github.com/revspace/operame synced 2024-10-31 21:47:30 +00:00
operame/README.md

50 lines
1.5 KiB
Markdown
Raw Normal View History

2020-12-26 10:24:42 +00:00
# Operame
2021-05-13 10:22:19 +00:00
Dit is de broncode van de firmware voor de [ControlCO2-meter](https://controlco2.space), operame project origineel gestart door RevSpace.
2020-12-26 10:24:42 +00:00
## 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"`.
2020-12-26 10:24:42 +00:00
## Gebruik
### Installatie
Deze repository gebruikt [PlatformIO](https://platformio.org/) voor installatie.
1. Installeer PlatformIO.
2020-12-26 16:55:05 +00:00
2. Kloon deze repository lokaal.
2021-10-08 06:50:51 +00:00
3. Ga in de commandline of terminal naar de map van deze repository en voer `pio run` uit.
2021-09-03 14:38:10 +00:00
2021-10-08 06:50:51 +00:00
## Tips
2021-09-03 14:38:10 +00:00
2021-10-08 06:50:51 +00:00
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
2022-04-20 09:59:05 +00:00
## 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