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

Thread Starter

Vindhyachal Takniki

Joined Nov 3, 2014
598
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
 

geekoftheweek

Joined Oct 6, 2013
1,429
Chances are there are no videos like you want. Unfortunately the Arduino IDE is very familiar with many people due to the different microcontrollers it supports which explains the many videos for it.
There are example programs for all the peripherals as part of the IDF download. Most people just figure them out and modify to their liking.
 

GetDeviceInfo

Joined Jun 7, 2009
2,270
I'm just installing the IDE now. My ambitions are likely greater than my stamina, but I'll give it an honest go. I'm targeting USB host for camera control. Luckily I have had good success with the Max3421, so I at least no the PTP protocol and basic Canon camera controls.
 
Top