Search found 3 matches

by mave25
Tue Jul 02, 2024 9:58 am
Forum: IDEs for ESP-IDF
Topic: Getting started with ESP-IDF
Replies: 1
Views: 3687

Getting started with ESP-IDF

Hi, I have used Arduino IDE for quite some time to do ESP Programming. I would like to move away from that and do some real embedded programming with ESP-IDF I started with basic guide available here. https://idf.espressif.com/ Although now I don't understand how to start fresh and start coding for ...
by mave25
Thu Jun 27, 2024 12:03 pm
Forum: ESP-IDF
Topic: Beginner trouble - Not able to build.
Replies: 2
Views: 397

Re: Beginner trouble - Not able to build.

ESP_Roland wrote:
Thu Jun 27, 2024 9:58 am
You should be running "idf.py build" from the project's directory "hello_world" instead of the "main" subdirectory.
My bad!! :(
Thank you!
by mave25
Thu Jun 27, 2024 9:30 am
Forum: ESP-IDF
Topic: Beginner trouble - Not able to build.
Replies: 2
Views: 397

Beginner trouble - Not able to build.

Hi, I just recently(Yesterday) moved over to ESP IDF from programming on Arduino IDE. I was able to follow the getting started guide available which almost had everything that I need to know. I have been trying to run the basic examples through the ESP-IDF CMD but I'm not able to build any of the co...