Esp idf projects

From Federal Burro of Information
Revision as of 20:23, 23 September 2023 by David (talk | contribs) (Created page with "I was having trouble "doing" arduino on an ESP32 C3 Dev board. So I went to the vendor and asked: how do? https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html the code is here: https://github.com/espressif/esp-idf including examples and support for all their chips. I learned some stuff. == For every example project == . $HOME/esp/esp-idf/export.sh alias get_idf='. $HOME/esp/esp-idf/export.sh'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

I was having trouble "doing" arduino on an ESP32 C3 Dev board.

So I went to the vendor and asked: how do?

https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html

the code is here:

https://github.com/espressif/esp-idf

including examples and support for all their chips.

I learned some stuff.

For every example project

. $HOME/esp/esp-idf/export.sh


alias get_idf='. $HOME/esp/esp-idf/export.sh'