Page 1 of 1

Big ESP-IDF Projects to learn from

Posted: Fri Feb 28, 2020 11:26 am
by TeaElse
Hi!

I understand that the examples provided on the espressif git usually aim to demonstrate the usage of a specific component(eg. wifi or BLE).

These are quite good and I can understand them, but now I am interested in example projects that use many of these components for a single big application. I would like to learn how others go about implementing the interaction of components. The glue that holds the components together so to say. How to control the program flow without getting to unwanted states.

Do you know of any big open projects using esp-idf framework or how I could find such?

Re: Big ESP-IDF Projects to learn from

Posted: Fri Feb 28, 2020 11:57 am
by ESP_Alvin
Hi, TeaElse

Would you please help check whether our JumpStart project https://github.com/espressif/esp-jumpstart would help? Thanks.

Alvin