722 B
722 B
PsychicHttp - ESP IDF Example
- Download and install ESP IDF 4.4.7 (or later version)
- Clone the project:
git clone --recursive git@github.com:hoeken/PsychicHttp.git - Run build command:
cd PsychicHttp/examples/esp-idfand thenidf.py build - Flash the LittleFS filesystem:
esptool.py write_flash --flash_mode dio --flash_freq 40m --flash_size 4MB 0x317000 build/littlefs.bin - Flash the app firmware:
idf.py flash monitorand visit the IP address shown in the console with a web browser. - Learn more about Arduino as ESP-IDF Component