Basic configuration of latests ESP-IDF 4.4 building with the latest Arduino-ESP32 master commit.
- Follow instructions for installing the IDF from espressif docs [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html#step-1-install-prerequisites]
- Make sure your environment paths are set correctly.
- Clone this project
git clone --recursive [email protected]:intake-health/arduino-idf-sample.git
- Open a command window and navigate to the project. Run
idf.py build
and flash to your device.
The documentation wasn't very clear for how to get these two in development, but seem to be nearing maturity projects to work together to use Arduino packages with the latest ESP-IDF. As of writing the release/4.4 branch works with the master branch of arudino-esp32. This project is a snapshot (I think) of today's build that is working.