airmeter-io / AirMeter.IO.Firmware

AirMeter.io is an OpenSource platform for building Internet of Things (IoT) connected CO2 monitors.
https://airmeter.io
GNU General Public License v3.0
7 stars 1 forks source link

Any chance of build instructions? #1

Closed paul-hammant closed 2 years ago

paul-hammant commented 2 years ago

Pre reqs? Builds on all of Mac/Win/Lin?

Cheers.

FurballTheGreat commented 2 years ago

Hi, The documentation is still WIP but you can find ESP32 build instructions using ESP-IDF at https://airmeter.io/make/esp32/firmware_build

It has been built on Win and Linux, as ESP-IDF supports being built on Mac I see no reason this will be a problem.

All pre-requisites are pulled as git sub modules or already included in the source code. So you just need a functioning ESP-IDF 4.4 build environment.

HTH!