@@jsonslim Arduino does not have a debugging capability nor have a full control of the MCU as you would have with a standard C/C++ development tools. Arduino is good for kids and hobbyists and not for a professional use.
@@Dazza_Doo there are other IDEs that give you the same option to use C or C++ or combine C and C++. But the best thing is when you have a debug options and be able to see live variables and step the program. I used Eclipse based IDEs and I like them.
This is one of the best tutorials that I have ever seen. The video teaches you how to learn and use the documentation. Indeed, he is teaching you how to fish instead of giving you a fish.
WOW Fermelo thank you so much!! Thanks for the donation, I wasn't expecting that! More videos are definitely coming! Already working on the next one :) Thanks again for the support and the super thanks ✌️
Thank you. This is very great tutorial for hobbyists. Its complete and understadable. Please keep up your good work. Embedded programming is finally getting popular and our community will grow. Thanks!
Hey Yuri, Thank you so much for your incredible explanation. Last year I was doing my bachelor thesis and struggled to understand the working of esp-idf. Finally, after I graduated I could understand more about this topic. Keep up your content man!
Never pressed the bell button for any channel I'm subscribed to, this is my first time. Very Very Very high quality explanation and editing of the video. thank you, I hope you'll keep going!!
That my friends was a very helpful example for a newbie like me. Made my first project, pulled in some code I had made in another IDE and BOOM... Errors. The instructions on how to add the path to the json file did the trick. This time, BOOM. compiled without errors. Thank you.
Very cool, detailed and clear video. So far, the best that I've seen on UA-cam on the subject. Many thanks! Yuri, I will be very grateful if you'll create something else of the same format for setting up the Zigbee and Thread SSED devices, for example.
Hi, Yuri. This is the clearest explanation video I have seen from UA-cam. Thanks so much for your effort to share you knowledge with us in a really professional way. I am really looking forward for your future series on EPS32 chip development. 👍🥰
Thank you so much for the comment. I'm gathering information about that, there are a lot to cover in the firmware universe. But for now, I will be making more UA-cam videos and posting here soon. See you in the next one.
Thank you for this tutorial, if I ever find the time I would love to learn how to work with the ESP IDF environment, and your video seems like the best start to do so!
Great video...Excellent quality....Very easily understandable....Have understood the core basics of ESP programming from this video....Hats off to you...Please do more videos like these.... Kind request .....Do at least one video on, How to implement a program to control ESP in Mesh protocol....Thanks...
Best onboarding video for any framework i have ever seen! Am learning several frameworks for embedded MCU programming for some years now. During that time i have watched many video tutorials and read many blogs/articles but there are so many sources that are confusing or one can not understand what the tutor is about to tell either because of speaking too fast or having really bad pronunciation. And learned 2 new tricks with VS Code i still did not know.
Thanks Pegacorn! I agree with you, there is a lot of confusing information around regarding embedded systems, I wanna try bringing more clarity to the topic as much as I can :) I'm glad you got some new tricks!
Thank you so much! I appreciate that! I'm glad you are enjoying and learning something useful in my videos. I am posting more soon! See you in the next one.
Yuri, thank you so much for sharing your knowledge with us!! Your videos are totally clear and objective, exactly as it should be! Congrats, and thanks again !! 🙏🏻👏🏻👊🏻
Hi crckdns, glad it helped! Give it a try! :) IDF usually appeals more towards people who want to develop more serious and advanced applications with the ESP32. Also usually wanting to become Firmware Engineers or already working on the field ✌️
I'm new to esp idf. Why to use this instead of arduino ide? And how it differs or what advantage we will have when using this? Is this for professionals?
Thanks for all your help Yuri but I get: 'cannot open source file "driver/gpio.h"C/C++(1696)' The squiggles does not disappear for me. VSCode refuses to find driver/gpio.h, it finds freertos/FreeRTOS.h and some other header files, but everything in the driver-folder seems banned. The file does exist ..\components\driver\include\driver\gpio.h This seems like a compiler error, should i not use mingw? should i upgrade my cmake? Has anyone else experienced this? Has anyone solved it?
in the root of gpio.h there were headers missing (sys/cdefs.h and crtdefs.h) in my installation of MinGW. Cant remember which version i installed. I found those files in the header-folders of other versions of MinGW. I thought i had the latest and the greatest. I should probably install some other version.
Thank you so much for this series, the videos are perfect, please keep working on the series!!! I was used to work with C2000 processor from Texas TI, but with this chip shortage it's been pretty hard to put the hands on one devellopment board for my projects. With your help i feel that porting my code to anothger 32bit processor it's possible!!! I was pretty unmotivated with my masters degree because of this, thank you for helping me.
Thank goodness a tutorial that doesnt use the bloody arduino IDE...never wanted to use Arduino was always a microchip guy and now Im learning to use an ESP32 chip from scratch, why the hell would I want to bugger about with bloody Arduino...rant over haha
Wow, Yuri! This is great! I really enjoy the way you explain every little detail and reveal all the secrets! Thanks and looking forward for more videos from you. And I wonder if you have any course in Udemy or something like that?
Thank you Francisco! I'm glad you like the videos! I try to make it as easy to understand as possible :) Will be posting more soon! I don't have a course yet, but may be creating one real soon! ✌️
Super helpful. Great pace this video. And super helpful all the background explanation. You have a talent for making tutorials. Hope you receive more thanks $ 😉
Hey Yuri, thanks for this amazing video. Please keep up with the good content. Please can you also make videos on how to integrate GUIs in a ESP32 project.
Note for macOS users: the command shown the action button to open menuconfig works only for Windows. To do the same under macOS configure the command like this: "command": "open -n -a Terminal --env CWD=${workspaceFolder} && osascript -e 'tell app \"Terminal\" to do script \"cd $CWD && get_idf && idf.py menuconfig\"'" This presumes that you have set the alias get_idf according to the installation instructions from Espressif.
ESP32's default baud rate is 115200. If I am changing the baud rate more than that after building the project its again resetting it to 115200. As in config, its the maximum range of baud rate. But the datasheet states it can go till 5mbps. Can anyone help in how to set it? I am using ESP32 DevkitC.
Ciao Yuri_R! Thank you for this series of videos! Is there some big difference between ESP-IDF and PlatformIO with ESP-IDF Framework that should lead us to prefer ESP-IDF?
At first I couldn't get the 'Action Buttons' things to work. However having installed the extension (VsCode Action Buttons), it worked fine. Somehow I missed that step ;-)
just a great explanation, I look forward to watching your other tutorials. Is it possible to get into the menuconfig stuff with a project already built in the arduino framework? I wrote it all in platformIO in vscode. bailing on all that arduino framework, at this point is intimidating. after watching your video, I'm excited to tackle a non-arudio framework, just not in the middle of it.
Great clear video! Some questions: What are your thoughts on platformIO? There are a lot of adafruit and other 3rd party libraries, can you show some videos linking some of those in?
Hi Kona! Thank you! PlatformIO is also a good option, I'll make a video about it in the future. Definitely will be making a video about how to work with 3rd party libraries this year!
Good to see a tutorial that is NOT based on Arduino, but a proper C programming :) Great job.
Hi Viktor! Thank you, glad you liked it! :)
But what is wrong with arduino?
@@jsonslim Arduino does not have a debugging capability nor have a full control of the MCU as you would have with a standard C/C++ development tools.
Arduino is good for kids and hobbyists and not for a professional use.
@@ViktorVano However Arduino does give you the ability to use C++ and that's a huge win
@@Dazza_Doo there are other IDEs that give you the same option to use C or C++ or combine C and C++. But the best thing is when you have a debug options and be able to see live variables and step the program.
I used Eclipse based IDEs and I like them.
This is one of the best tutorials that I have ever seen. The video teaches you how to learn and use the documentation. Indeed, he is teaching you how to fish instead of giving you a fish.
finally, someone tackling the mysteries of esp32
I know right? it was about time :)
Last month I started exploration to ESP32 using ESP-IDF, and till today, this is the well explained tutorial on basics I've found. Good job Bro...
I am so glad you liked it! You're very welcome!
Excellent content and very useful!
Thank you very much! Keep it up!
WOW Fermelo thank you so much!! Thanks for the donation, I wasn't expecting that!
More videos are definitely coming! Already working on the next one :)
Thanks again for the support and the super thanks ✌️
@@YuriR waiting for new video!! ESP32
&
also waiting for STM32 series.....😇
Thank you. This is very great tutorial for hobbyists. Its complete and understadable. Please keep up your good work.
Embedded programming is finally getting popular and our community will grow. Thanks!
Thank you very much! I'm glad you like it! Growing the community is very important, that is the goal!
Hey Yuri, Thank you so much for your incredible explanation. Last year I was doing my bachelor thesis and struggled to understand the working of esp-idf. Finally, after I graduated I could understand more about this topic. Keep up your content man!
Hi Akmal! Thanks for watching and for sharing! I'm really glad it helped. Will continue making more videos soon :)
Never pressed the bell button for any channel I'm subscribed to, this is my first time. Very Very Very high quality explanation and editing of the video. thank you, I hope you'll keep going!!
Thank you so much! I'm glad you liked them, producing the next one right now! :)
That my friends was a very helpful example for a newbie like me.
Made my first project, pulled in some code I had made in another IDE and BOOM... Errors.
The instructions on how to add the path to the json file did the trick.
This time, BOOM. compiled without errors. Thank you.
That's fantastic to know! I'm glad to hear that it's still helpful. I'm working on the next one and it'll be ready soon.
Been looking for days for a video like this. Amazing how almost no one explains how to create a simple empty project.
Indeed! I'm trying to make it as easy as possible :) Thanks for watching
Very cool, detailed and clear video. So far, the best that I've seen on UA-cam on the subject. Many thanks! Yuri, I will be very grateful if you'll create something else of the same format for setting up the Zigbee and Thread SSED devices, for example.
Man, you are the great! The best tutorial for ESP32 I ever seen! Just simple and structured explanation. Appreciate your work!
Great video! really looking forward to an esp32 full course.. finally, someone tackling the mysteries of esp32.
Hi there! Thanks for the comment. There so many things to cover in this microcontroller world, definitely a course is a great idea.
Your video is the most understandable one about the ESP-IDF. Many thanks for your sharing. Thank you again.
You videos are great! Especially using the Espressif IDF! Please continue!
Thank you Andresession! Will continue soon :)
Thank you for putting out these videos! Information is straight forward, easy to follow. Looking forward for more :)
Thank you for the comment! Will post more videos soon! :)
Good work. I like your teaching style. Keep it up. I am new to esp32X and idf but I am already understanding it. Thanks
Thanks! Great clear and concise explanation of creating an IDF project from scratch not many guides offer this.
Hi, Yuri. This is the clearest explanation video I have seen from UA-cam. Thanks so much for your effort to share you knowledge with us in a really professional way. I am really looking forward for your future series on EPS32 chip development. 👍🥰
You're very welcome! Thank you for your kind words!
Best ESP-IDF tutorial out there. Yuri have you considered making a paid course? You could even Kickstarter it!
Thank you so much for the comment. I'm gathering information about that, there are a lot to cover in the firmware universe. But for now, I will be making more UA-cam videos and posting here soon. See you in the next one.
Nicely done!!! You need to post more often. I'll recommend you to my students.
Thank you Prof. Rafael, working on the next video already :)
I love your videos, they are very well done and we learn a lot from them. I look forward to your video on ESP32 and FreeRTOS.
Thank you Joel! Will be making more videos this year!
Thank you for this tutorial, if I ever find the time I would love to learn how to work with the ESP IDF environment, and your video seems like the best start to do so!
Thanks for the comment! Glad it's helpful!
Great video! really looking forward to an esp32 full course.
Thank you for the comment. I'm planning to working on it too, and it will be as good as what I am trying to deliver here. See in the next one.
Thank you for explaining in simple way, it really help a lot , but we need some more videos on esp-idf
please.......
Great video...Excellent quality....Very easily understandable....Have understood the core basics of ESP programming from this video....Hats off to you...Please do more videos like these....
Kind request .....Do at least one video on, How to implement a program to control ESP in Mesh protocol....Thanks...
Hi Vignesh, thank you so much for your kind words! An ESP Mesh video is in my todo list :)
@@YuriR Eagerly waiting for that video Sir....Please do that as soon as possible..My kind request Sir...
Díky!
Great content man. Clear, concise explanations, good pace, 10/10. I hope you do good with your channel.
Best onboarding video for any framework i have ever seen! Am learning several frameworks for embedded MCU programming for some years now. During that time i have watched many video tutorials and read many blogs/articles but there are so many sources that are confusing or one can not understand what the tutor is about to tell either because of speaking too fast or having really bad pronunciation. And learned 2 new tricks with VS Code i still did not know.
Thanks Pegacorn! I agree with you, there is a lot of confusing information around regarding embedded systems, I wanna try bringing more clarity to the topic as much as I can :) I'm glad you got some new tricks!
Very good tutorial, you deserve a way more subscribers :)
Thank you so much! I appreciate that! I'm glad you are enjoying and learning something useful in my videos. I am posting more soon! See you in the next one.
Yuri, thank you so much for sharing your knowledge with us!! Your videos are totally clear and objective, exactly as it should be!
Congrats, and thanks again !!
🙏🏻👏🏻👊🏻
Hi Guilherme! Thank you! Glad it was helpful!
Glad that you come again bro.
Thanks Dhruvan! Will keep them coming :)
Crazily great video and not just handholding … basically teach how to fish not just give you the fish.
wow what a super nice tutorial
love ur details and every littel infos
ur doing a super job pls make much more videos thank you🙂
Thank you so much! Really appreciate it! Will keep doing more videos :)
Yuri, you are a god. Thank you for you fantastic tutorials of extremely high quality! Looking forward to more!
Hi Lars, thank you so much for your kind words! Already working on the next videos :)
Thanks!
Thank you so much Polderbert! I really appreciate the donation! :)
VERY VERY CLEAR AND HELPFUL TUTORIAL! Thanks man!
Glad you liked it!
that's an useful video! never have tried the IDF way yet!
thanks :)
Hi crckdns, glad it helped! Give it a try! :) IDF usually appeals more towards people who want to develop more serious and advanced applications with the ESP32. Also usually wanting to become Firmware Engineers or already working on the field ✌️
I'm new to esp idf. Why to use this instead of arduino ide? And how it differs or what advantage we will have when using this?
Is this for professionals?
This is what I was looking for .
Excellent content 👍
Thanks for all your help Yuri but I get:
'cannot open source file "driver/gpio.h"C/C++(1696)'
The squiggles does not disappear for me.
VSCode refuses to find driver/gpio.h, it finds freertos/FreeRTOS.h and some other header files, but everything in the driver-folder seems banned. The file does exist ..\components\driver\include\driver\gpio.h
This seems like a compiler error, should i not use mingw? should i upgrade my cmake? Has anyone else experienced this? Has anyone solved it?
in the root of gpio.h there were headers missing (sys/cdefs.h and crtdefs.h) in my installation of MinGW. Cant remember which version i installed. I found those files in the header-folders of other versions of MinGW. I thought i had the latest and the greatest. I should probably install some other version.
Hi Slutbit, sorry for the delay! I haven't tested this using MinGW, glad you found the solution!
Thank you so much for this series, the videos are perfect, please keep working on the series!!!
I was used to work with C2000 processor from Texas TI, but with this chip shortage it's been pretty hard to put the hands on one devellopment board for my projects. With your help i feel that porting my code to anothger 32bit processor it's possible!!! I was pretty unmotivated with my masters degree because of this, thank you for helping me.
This is really next level education. Very nice.
Sir, Simply, YOU have made my day. Thanks very much
And you made my day with this comment! Thank you!
Many Thanks for this video, keep making more videos love from 🇮🇳
Hi Suraj, Thank you so much! Will do :)
Thank goodness a tutorial that doesnt use the bloody arduino IDE...never wanted to use Arduino was always a microchip guy and now Im learning to use an ESP32 chip from scratch, why the hell would I want to bugger about with bloody Arduino...rant over haha
It's 2023 and getting started with ESP takes soooooo many steps........
I know! There is no easy way to success 🙂
Wanna easy way? Well, work in Arduino IDE, lol
Unfortunately that's the real world of programming.
Very nice with good detailing. Thanks for sharing.
Hi Divyang, thanks for the comment! :)
Wow, Yuri! This is great! I really enjoy the way you explain every little detail and reveal all the secrets! Thanks and looking forward for more videos from you.
And I wonder if you have any course in Udemy or something like that?
Thank you Francisco! I'm glad you like the videos! I try to make it as easy to understand as possible :) Will be posting more soon! I don't have a course yet, but may be creating one real soon! ✌️
Super helpful. Great pace this video. And super helpful all the background explanation. You have a talent for making tutorials. Hope you receive more thanks $ 😉
thank you yuri your are great and your tutorial are useful and helpful again, we are waiting for your next video about freertos on esp32. 🥳
Hi Hamza, thanks again! Will start making content about FreeRTOS soon! ✌️
As always, I have found some valuable tips in yours videos.
Hi Wojciech Wolek, thank you, I'm glad they help :)
This is really good video. Thank you Yuri.
I'm glad you like it
How did you solve the problem concerning the last libraries that did you include : freetos
Thank you for making this video, it is awesome. I am just waiting for your another upload.,
Thank you for your patience! Will be uploading more videos soon!
Hey Yuri, thanks for this amazing video. Please keep up with the good content. Please can you also make videos on how to integrate GUIs in a ESP32 project.
Thanks for the comment! That's a great suggestion! :)
Note for macOS users: the command shown the action button to open menuconfig works only for Windows. To do the same under macOS configure the command like this:
"command": "open -n -a Terminal --env CWD=${workspaceFolder} && osascript -e 'tell app \"Terminal\" to do script \"cd $CWD && get_idf && idf.py menuconfig\"'"
This presumes that you have set the alias get_idf according to the installation instructions from Espressif.
Hi Kai, thanks for this! It's very helpful!
Wonderful job. Very useful. Thank you very much for the great tutorial 😍
It's COOL!!! Are you planning on making more videos?
What is the theme of the next video(lesson)?
Thank you for good explanation & clear video presentation 👍👍
How to turn off the led? and do another project?My esp 32 led is continuously blinking
if I create a new project, VS code won't create a .vscode file with settings etc. is it hidden? or did you alter some settings? thanks in advance
You make excellent tutorials. Thanks for sharing.
Thanks for watching!
ESP32's default baud rate is 115200. If I am changing the baud rate more than that after building the project its again resetting it to 115200. As in config, its the maximum range of baud rate. But the datasheet states it can go till 5mbps. Can anyone help in how to set it? I am using ESP32 DevkitC.
hello, in the terminal the command "start idf.py menuconfig" cannot run, i see a error
I get a "The term 'idf.py' is not recognized as the name of a cmdlet, function, script file, or operable program" error. Anyone know what's wrong?
Thanks for your time sharing this excellent information.
Thank you for the tutorial, this was very helpful!
Hi, the red squiggles are gone for a bit but then they reappear. Why is that? I can flash my program with no problem tho.
Hi Daniel, make sure to double check the includePath in your c_ccp_properties.json. Check if the path is correctly followed by "**"
Can you make a tutorial for how to use ESP IDF with AWS IoT? Love the videos! You are a great teacher.
Thank you! Great suggestion!
Why only 4 videos? Please make more!
good job. I got error of idf.py not recognized. how to fix? I did run install.bat and export.bat still not solved
Ciao Yuri_R! Thank you for this series of videos! Is there some big difference between ESP-IDF and PlatformIO with ESP-IDF Framework that should lead us to prefer ESP-IDF?
Hi Yuri, is it also possible to implement ESP Matter trough this? or can you make a video about ESP Matter as well? Thanks!
Hey Yuri! Really enjoyed the tutorial. I wonder why did you stop making videos? 😢 I like how you explain everything.
Great content. Please do more!
It's a great job, thanks for your excellent quality video.
I think there is a specific extension that makes life easier.
Hi Abd Hammal, thank you!
simple and cool tutorial
Thank you! Glad you liked it!
At first I couldn't get the 'Action Buttons' things to work. However having installed the extension (VsCode Action Buttons), it worked fine. Somehow I missed that step ;-)
Glad it worked! :)
thank you sir, best explanation, keep it going
Thank you Yuri for such a big help. Can you please make a video regarding BLE communication protocol, ADC and I2C communication with sensors?
Hi AleX, glad it helped! Thanks for the suggestions, will definitely make some videos about those topics soon!
Can I decompile the bin file extracted from esp32 and view the project code through any reverse engineering tool thankue in advance 🥰
Great, it is wonderful, this is really from scratch. thanks a lot
just a great explanation, I look forward to watching your other tutorials.
Is it possible to get into the menuconfig stuff with a project already built in the arduino framework? I wrote it all in platformIO in vscode. bailing on all that arduino framework, at this point is intimidating. after watching your video, I'm excited to tackle a non-arudio framework, just not in the middle of it.
you teach me how to learn. thank you yuri.
Is there a way to create a proyecto from a bin file? thank you very much.
Can you please show how to read data coming from sensors ?
Will do a video about this soon! :)
@@YuriR Thank you :)
Hi yuri thanks for making video ,your videos are very neat and well explained please make a video on freeRTOS
Wait, this much just for led blinking!? Burh i can do this with just a transistor
is there a thing that can make building in first time faster?
we want to learn about I2C example in ESPIDF vs code....
Thanks for the suggestion! Will be making a video about it soon!
I'd like to see a tut for programming on stm32 using pure registers, and how to set up ide for programming them
Hi Veiqeit! Thanks for the suggestion, will start producing some STM32 content soon!
Not cool, because in the code the "PIN26" was defined as OUTPUT. And on the video is work like input.
Seus vídeos são ótimos Yuri. Me ajudaram muito. Obrigado mesmo.
can you make a tutotial using esp32-c6 using platformIO please?
Great clear video!
Some questions:
What are your thoughts on platformIO?
There are a lot of adafruit and other 3rd party libraries, can you show some videos linking some of those in?
Hi Kona! Thank you!
PlatformIO is also a good option, I'll make a video about it in the future.
Definitely will be making a video about how to work with 3rd party libraries this year!
Good job sir 👍
Thank you! ✌️
Thanks for the video! Is there a book about how to code using Espressif IDF?
where is your new video? I am waiting for it. best regard
Coming soon! Thank you! :)
sir can you make videos with the idf vscode plugin, because it makes everything easier
Hi Akash, yes, will probably do one in the future! :)