Files
nuki_hub/lib/PsychicHttp/examples/esp-idf/README.md
2024-08-26 21:47:10 +02:00

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-idf and then idf.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 monitor and visit the IP address shown in the console with a web browser.
  • Learn more about Arduino as ESP-IDF Component