Skip to content
Snippets Groups Projects
Commit 3d536e87 authored by Daniel Steinle's avatar Daniel Steinle :wolf:
Browse files

Changed README.md to included latest firmware

parent d23df10f
No related branches found
No related tags found
No related merge requests found
Pipeline #175071 failed
......@@ -10,17 +10,11 @@ For reference, a temperature sensor and pressure sensor is used
## Installation
### ESP32 Firmware
Download the latest firmware for the ![ESP32 AZ Delivery Devkit v4](https://git.uibk.ac.at/csba5141/co2-sensors/-/jobs/artifacts/main/raw/.pio/build/az-delivery-devkit-v4/firmware.bin?job=ESP-Firmware).
Flash the device using PlattformIO with
```
pio run -t nobuild -t upload --upload-port PORT_NAME
```
and exchange `PORT_NAME` with the device's port. To show all available ports with PlattformIO use
```
pio device list
```
To get the firmware for the ESP32 AZ Delivery Devkit v4, download the ![folder with the firmware inside](https://git.uibk.ac.at/csba5141/co2-sensors/-/archive/main/co2-sensors-main.zip?path=build_firmware).
This folder contains an ESP flasher, the firmware for forced calibration and for normal operation.
*Alternatively*, flash the ESP32 with a flasher program of your choice.
To flash the ESP with the main firmware run `upload_main.bat`. For calibration with a reference CO2 value, use `upload_calibration.bat`. Please note that the DataLogger can't send the CO2 reference value.
This isn't implemented and has to be done with a program capable of communicating via Serial. Furthermore, the ESP won't start unless it has a connection via Serial.
### Logger program
The logger program ![executable built for Windows 10, version 22H2](https://git.uibk.ac.at/csba5141/co2-sensors/-/raw/main/dist/DataLogger.exe) can be downloaded *or* build by source as shown below.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment