Page 1 of 1

ESP-WROOM-32 getting started on ESP-IDF tutorial

Posted: Sat Dec 14, 2024 9:28 am
by v_takniki
Hi
1. I am getting started on ESP-WROOM-32 using ESP-IDF

2. i am able to download ESP-IDF, running hello world & blinky examples.

3. Where I can find step by step tutorial(preferably video) on running rest of peripherals on this board using ESP-IDF.
I can find lot of tutorial using arduino -IDE or VS , but I have to use ESP-IDF only

Re: ESP-WROOM-32 getting started on ESP-IDF tutorial

Posted: Tue Dec 17, 2024 12:38 am
by v_takniki
Hi
Any help on this?

Re: ESP-WROOM-32 getting started on ESP-IDF tutorial

Posted: Tue Dec 17, 2024 12:20 pm
by MicroController
https://docs.espressif.com/projects/esp ... index.html
then
https://docs.espressif.com/projects/esp ... index.html

Easiest is usually to create a new project from one of the examples and build upon that code.