ESP32 - How to create your First ESP IDF project (From Scratch)

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 255

  • @ahmadghorbi4188
    @ahmadghorbi4188 Год назад +6

    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.

  • @ViktorVano
    @ViktorVano 2 года назад +132

    Good to see a tutorial that is NOT based on Arduino, but a proper C programming :) Great job.

    • @YuriR
      @YuriR  2 года назад +1

      Hi Viktor! Thank you, glad you liked it! :)

    • @jsonslim
      @jsonslim 2 года назад

      But what is wrong with arduino?

    • @ViktorVano
      @ViktorVano 2 года назад +12

      @@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
      @Dazza_Doo 2 года назад

      @@ViktorVano However Arduino does give you the ability to use C++ and that's a huge win

    • @ViktorVano
      @ViktorVano 2 года назад +2

      @@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.

  • @georgey084
    @georgey084 Год назад +3

    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...

    • @YuriR
      @YuriR  Год назад

      I am so glad you liked it! You're very welcome!

  • @peterh7575
    @peterh7575 2 года назад +19

    finally, someone tackling the mysteries of esp32

    • @YuriR
      @YuriR  2 года назад +2

      I know right? it was about time :)

  • @akmalnarendrasakti1634
    @akmalnarendrasakti1634 2 года назад +7

    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!

    • @YuriR
      @YuriR  2 года назад

      Hi Akmal! Thanks for watching and for sharing! I'm really glad it helped. Will continue making more videos soon :)

  • @stryderx1
    @stryderx1 2 года назад +15

    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!

    • @YuriR
      @YuriR  2 года назад

      Thank you very much! I'm glad you like it! Growing the community is very important, that is the goal!

  • @jackflash6377
    @jackflash6377 Год назад +1

    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.

    • @YuriR
      @YuriR  Год назад

      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.

  • @23ZeuZ23
    @23ZeuZ23 2 года назад +2

    Been looking for days for a video like this. Amazing how almost no one explains how to create a simple empty project.

    • @YuriR
      @YuriR  Год назад +1

      Indeed! I'm trying to make it as easy as possible :) Thanks for watching

  • @JuampyMarconSK8
    @JuampyMarconSK8 2 года назад +2

    Excellent content and very useful!
    Thank you very much! Keep it up!

    • @YuriR
      @YuriR  2 года назад

      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 ✌️

    • @abhaypardeshi2095
      @abhaypardeshi2095 2 года назад +2

      @@YuriR waiting for new video!! ESP32
      &
      also waiting for STM32 series.....😇

  • @alessiomatarazzo6765
    @alessiomatarazzo6765 2 года назад +1

    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!!

    • @YuriR
      @YuriR  2 года назад

      Thank you so much! I'm glad you liked them, producing the next one right now! :)

  • @gcolab-j5b
    @gcolab-j5b 9 месяцев назад

    Man, you are the great! The best tutorial for ESP32 I ever seen! Just simple and structured explanation. Appreciate your work!

  • @andresession2235
    @andresession2235 2 года назад +2

    You videos are great! Especially using the Espressif IDF! Please continue!

    • @YuriR
      @YuriR  2 года назад

      Thank you Andresession! Will continue soon :)

  • @griciukas4668
    @griciukas4668 2 года назад +2

    Thank you for putting out these videos! Information is straight forward, easy to follow. Looking forward for more :)

    • @YuriR
      @YuriR  2 года назад

      Thank you for the comment! Will post more videos soon! :)

  • @CarterSherman-z6n
    @CarterSherman-z6n Год назад +1

    Great video! really looking forward to an esp32 full course.. finally, someone tackling the mysteries of esp32.

    • @YuriR
      @YuriR  Год назад +1

      Hi there! Thanks for the comment. There so many things to cover in this microcontroller world, definitely a course is a great idea.

  • @linkpad6270
    @linkpad6270 8 месяцев назад

    Thanks! Great clear and concise explanation of creating an IDF project from scratch not many guides offer this.

  • @LongLê-d1b
    @LongLê-d1b Год назад

    Your video is the most understandable one about the ESP-IDF. Many thanks for your sharing. Thank you again.

  • @koeiekop1973
    @koeiekop1973 2 года назад +1

    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!

    • @YuriR
      @YuriR  2 года назад

      Thanks for the comment! Glad it's helpful!

  • @ChampionInternationalSchools
    @ChampionInternationalSchools 2 месяца назад

    Good work. I like your teaching style. Keep it up. I am new to esp32X and idf but I am already understanding it. Thanks

  • @user-pw7wy3hs6g
    @user-pw7wy3hs6g 2 месяца назад

    Very cool, detailed and clear video. So far, the best that I've seen on RUclips 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.

  • @geco0ol
    @geco0ol 20 дней назад

    Great tutorial, thx ! Given that installing espidf in platformio is such a nightmare, a tutorial on this would be greatly appreciated !

  • @dhruvandangar8005
    @dhruvandangar8005 2 года назад +1

    Glad that you come again bro.

    • @YuriR
      @YuriR  2 года назад

      Thanks Dhruvan! Will keep them coming :)

  • @zhanweizhong3354
    @zhanweizhong3354 2 года назад +1

    Hi, Yuri. This is the clearest explanation video I have seen from RUclips. 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. 👍🥰

    • @YuriR
      @YuriR  Год назад

      You're very welcome! Thank you for your kind words!

  • @lars-sorensen
    @lars-sorensen 2 года назад +1

    Yuri, you are a god. Thank you for you fantastic tutorials of extremely high quality! Looking forward to more!

    • @YuriR
      @YuriR  2 года назад

      Hi Lars, thank you so much for your kind words! Already working on the next videos :)

  • @joelrichard-foy4938
    @joelrichard-foy4938 2 года назад +1

    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.

    • @YuriR
      @YuriR  Год назад

      Thank you Joel! Will be making more videos this year!

  • @danielcarpio4302
    @danielcarpio4302 Год назад +1

    VERY VERY CLEAR AND HELPFUL TUTORIAL! Thanks man!

    • @YuriR
      @YuriR  Год назад

      Glad you liked it!

  • @juanmartinguillen4876
    @juanmartinguillen4876 Год назад

    Great content man. Clear, concise explanations, good pace, 10/10. I hope you do good with your channel.

  • @guilhermeprado3190
    @guilhermeprado3190 2 года назад +2

    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 !!
    🙏🏻👏🏻👊🏻

    • @YuriR
      @YuriR  2 года назад

      Hi Guilherme! Thank you! Glad it was helpful!

  • @pawerapta9525
    @pawerapta9525 Год назад +1

    Very good tutorial, you deserve a way more subscribers :)

    • @YuriR
      @YuriR  Год назад

      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.

  • @rbclima
    @rbclima 2 года назад +1

    Nicely done!!! You need to post more often. I'll recommend you to my students.

    • @YuriR
      @YuriR  2 года назад

      Thank you Prof. Rafael, working on the next video already :)

  • @shivprakashyadav6906
    @shivprakashyadav6906 10 месяцев назад

    This is what I was looking for .
    Excellent content 👍

  • @stormbytes
    @stormbytes Год назад +1

    Best ESP-IDF tutorial out there. Yuri have you considered making a paid course? You could even Kickstarter it!

    • @YuriR
      @YuriR  Год назад

      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 RUclips videos and posting here soon. See you in the next one.

  • @L2.Lagrange
    @L2.Lagrange День назад

    Excellent. I have a need to use an ESP32 for a few projects, but I significantly prefer STM32. That being said I will be making boards with an ESP32 and an STM32 on it, using the ESP32 for communication

  • @leenakhachane
    @leenakhachane 6 месяцев назад

    Thank you for explaining in simple way, it really help a lot , but we need some more videos on esp-idf
    please.......

  • @polderbert
    @polderbert 2 года назад +1

    Thanks!

    • @YuriR
      @YuriR  Год назад

      Thank you so much Polderbert! I really appreciate the donation! :)

  • @juanestebanguevara9235
    @juanestebanguevara9235 Год назад +1

    Great video! really looking forward to an esp32 full course.

    • @YuriR
      @YuriR  Год назад +1

      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.

  • @dng88
    @dng88 4 месяца назад

    Crazily great video and not just handholding … basically teach how to fish not just give you the fish.

  • @vladimirvacl4360
    @vladimirvacl4360 Год назад

    Díky!

  • @crckdns
    @crckdns 2 года назад +1

    that's an useful video! never have tried the IDF way yet!
    thanks :)

    • @YuriR
      @YuriR  2 года назад +1

      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 ✌️

  • @MrBPeet
    @MrBPeet 2 года назад +2

    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.

    • @YuriR
      @YuriR  2 года назад

      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!

  • @mustafamontaser4955
    @mustafamontaser4955 2 года назад +1

    Sir, Simply, YOU have made my day. Thanks very much

    • @YuriR
      @YuriR  Год назад +1

      And you made my day with this comment! Thank you!

  • @arturmagnus6674
    @arturmagnus6674 2 года назад

    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.

  • @gamingSlasher
    @gamingSlasher Год назад

    This is really next level education. Very nice.

  • @vigneshs6232
    @vigneshs6232 2 года назад +1

    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...

    • @YuriR
      @YuriR  2 года назад

      Hi Vignesh, thank you so much for your kind words! An ESP Mesh video is in my todo list :)

    • @vigneshs6232
      @vigneshs6232 2 года назад

      @@YuriR Eagerly waiting for that video Sir....Please do that as soon as possible..My kind request Sir...

  • @wojciechwolek7162
    @wojciechwolek7162 2 года назад +1

    As always, I have found some valuable tips in yours videos.

    • @YuriR
      @YuriR  2 года назад

      Hi Wojciech Wolek, thank you, I'm glad they help :)

  • @Scwan15021983
    @Scwan15021983 2 года назад +3

    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🙂

    • @YuriR
      @YuriR  2 года назад +1

      Thank you so much! Really appreciate it! Will keep doing more videos :)

  • @kyunghohong5534
    @kyunghohong5534 2 года назад +2

    This is really good video. Thank you Yuri.

    • @YuriR
      @YuriR  2 года назад

      I'm glad you like it

  • @surajpatil5767
    @surajpatil5767 2 года назад +1

    Many Thanks for this video, keep making more videos love from 🇮🇳

    • @YuriR
      @YuriR  2 года назад

      Hi Suraj, Thank you so much! Will do :)

  • @hbend1li
    @hbend1li 2 года назад +1

    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. 🥳

    • @YuriR
      @YuriR  2 года назад

      Hi Hamza, thanks again! Will start making content about FreeRTOS soon! ✌️

  • @dannyshin1602
    @dannyshin1602 2 года назад +1

    Thank you for making this video, it is awesome. I am just waiting for your another upload.,

    • @YuriR
      @YuriR  Год назад

      Thank you for your patience! Will be uploading more videos soon!

  • @ZiclopDevices
    @ZiclopDevices 2 года назад +1

    You make excellent tutorials. Thanks for sharing.

    • @YuriR
      @YuriR  2 года назад

      Thanks for watching!

  • @kapdivyang
    @kapdivyang 2 года назад +1

    Very nice with good detailing. Thanks for sharing.

    • @YuriR
      @YuriR  2 года назад

      Hi Divyang, thanks for the comment! :)

  • @heartminer5487
    @heartminer5487 Год назад +3

    It's 2023 and getting started with ESP takes soooooo many steps........

    • @YuriR
      @YuriR  Год назад

      I know! There is no easy way to success 🙂

    • @ef7811
      @ef7811 10 месяцев назад

      Wanna easy way? Well, work in Arduino IDE, lol

    • @icarossavvides2641
      @icarossavvides2641 5 месяцев назад

      Unfortunately that's the real world of programming.

  • @tristanfirepro
    @tristanfirepro Год назад

    Thank you for the tutorial, this was very helpful!

  • @buffplums
    @buffplums 10 месяцев назад

    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

  • @polderbert
    @polderbert 2 года назад

    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 $ 😉

  • @isharaudayangawimalaweera3642
    @isharaudayangawimalaweera3642 Год назад

    Wonderful job. Very useful. Thank you very much for the great tutorial 😍

  • @gastonkitambala7
    @gastonkitambala7 2 года назад +2

    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.

    • @YuriR
      @YuriR  2 года назад +1

      Thanks for the comment! That's a great suggestion! :)

  • @FranLanderreche
    @FranLanderreche 2 года назад +1

    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?

    • @YuriR
      @YuriR  Год назад

      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! ✌️

  • @marioortiz5482
    @marioortiz5482 7 месяцев назад

    Thanks for your time sharing this excellent information.

  • @mortezapourmehdi
    @mortezapourmehdi 6 месяцев назад

    Great, it is wonderful, this is really from scratch. thanks a lot

  • @JakeCrawfordOfficial
    @JakeCrawfordOfficial 2 года назад +1

    Can you make a tutorial for how to use ESP IDF with AWS IoT? Love the videos! You are a great teacher.

    • @YuriR
      @YuriR  2 года назад

      Thank you! Great suggestion!

  • @jonfs2000
    @jonfs2000 Год назад

    Thank you for good explanation & clear video presentation 👍👍

  • @ronaldronald8819
    @ronaldronald8819 2 года назад +1

    Thanks for this clear tutorial. For me this is next level esp programming. A deeper dive into the fascinating world of these marvelous devices. :)

    • @YuriR
      @YuriR  Год назад

      Glad you enjoyed it! Programming like this may look intimidating in the beginning, but anyone can learn it, and the possibilities of what you can create with it are amazing indeed :)

  • @abdhammal9416
    @abdhammal9416 2 года назад

    It's a great job, thanks for your excellent quality video.
    I think there is a specific extension that makes life easier.

    • @YuriR
      @YuriR  2 года назад

      Hi Abd Hammal, thank you!

  • @edsonbrusque
    @edsonbrusque Год назад +1

    Seus vídeos são ótimos Yuri. Me ajudaram muito. Obrigado mesmo.

  • @muhammadavivsabilalmujtahi7894

    thank you sir, best explanation, keep it going

  • @RaboSergOne
    @RaboSergOne 2 года назад

    It's COOL!!! Are you planning on making more videos?
    What is the theme of the next video(lesson)?

  • @chriskiwi9833
    @chriskiwi9833 Год назад

    Great content. Please do more!

  • @pokpikchan
    @pokpikchan Год назад +1

    simple and cool tutorial

    • @YuriR
      @YuriR  Год назад +1

      Thank you! Glad you liked it!

  • @ef7811
    @ef7811 10 месяцев назад

    Hey Yuri! Really enjoyed the tutorial. I wonder why did you stop making videos? 😢 I like how you explain everything.

  • @tascaqiu7112
    @tascaqiu7112 Год назад

    you teach me how to learn. thank you yuri.

  • @alexz2580
    @alexz2580 2 года назад +1

    Thank you Yuri for such a big help. Can you please make a video regarding BLE communication protocol, ADC and I2C communication with sensors?

    • @YuriR
      @YuriR  2 года назад

      Hi AleX, glad it helped! Thanks for the suggestions, will definitely make some videos about those topics soon!

  • @LarsMyghAndersen
    @LarsMyghAndersen 2 года назад +1

    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 ;-)

    • @YuriR
      @YuriR  Год назад

      Glad it worked! :)

  • @Gaamaa-oz5ef2lf3n
    @Gaamaa-oz5ef2lf3n 25 дней назад

    Your voice is very good.
    Also recording quality too.
    What audio recording gadgets you use like Mics...
    Ok, Will ESP-IDF support python coding, because I don't know C or C++
    Can you please suggest alternate better IDE for Python other than Thonny ?

  • @kscheffer
    @kscheffer 2 года назад +1

    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.

    • @YuriR
      @YuriR  2 года назад

      Hi Kai, thanks for this! It's very helpful!

  • @AthitiaPrakash
    @AthitiaPrakash 5 месяцев назад

    Hi yuri thanks for making video ,your videos are very neat and well explained please make a video on freeRTOS

  • @RithJosef
    @RithJosef 2 года назад +1

    great to see this videos

    • @YuriR
      @YuriR  Год назад

      Glad you enjoyed it!

  • @ekaterinamishustina8805
    @ekaterinamishustina8805 Год назад

    Why only 4 videos? Please make more!

  • @bztomato3131
    @bztomato3131 Год назад

    High level tutorial.

  • @mountrat
    @mountrat Год назад

    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?

  • @yahmk3978
    @yahmk3978 Год назад +1

    Thank you!

    • @YuriR
      @YuriR  Год назад

      No, thank you! 🙂

  • @infotechoverloaded721
    @infotechoverloaded721 2 года назад +1

    Great man

    • @YuriR
      @YuriR  Год назад

      Thank you!

  • @muhammadrayyanalvi6799
    @muhammadrayyanalvi6799 2 года назад +1

    great videos, please make more

    • @YuriR
      @YuriR  2 года назад

      Thanks, will do!

  • @mtraven23
    @mtraven23 11 месяцев назад

    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.

  • @BilalSatellite
    @BilalSatellite 2 года назад +1

    Good job sir 👍

    • @YuriR
      @YuriR  2 года назад

      Thank you! ✌️

  • @engineer_nyasha
    @engineer_nyasha 2 года назад +1

    You are legend

    • @YuriR
      @YuriR  2 года назад

      Thank you so much!✌️

  • @Fikusekk
    @Fikusekk Год назад

    Great video!

  • @just111ce
    @just111ce 2 года назад +1

    Thank you Yuri for this powerfull video. If it possible, plz make a video about working with W5500. Thank you in advance!

    • @YuriR
      @YuriR  2 года назад

      Hi Dmitry! Thank you and thanks for the suggestion!

  • @stecape
    @stecape 4 месяца назад

    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?

  • @DeLaCruzer11
    @DeLaCruzer11 Год назад

    You guys can also use the IDE that came with the esp-idf sdk. It is easier to use.

  • @bichpham8851
    @bichpham8851 4 месяца назад

    Thanks 😘, i from vietnam

  • @Veiqeit
    @Veiqeit 2 года назад +1

    I'd like to see a tut for programming on stm32 using pure registers, and how to set up ide for programming them

    • @YuriR
      @YuriR  2 года назад

      Hi Veiqeit! Thanks for the suggestion, will start producing some STM32 content soon!

  • @joshinjoy123
    @joshinjoy123 2 года назад +1

    Great videos brother. Why is this much delay in making videos. I am waiting for your new videos.

    • @YuriR
      @YuriR  Год назад

      Hi Joshin, thank you so much! The videos take a while to produce and I'm currently with a lot of work on the professional side going on. But I will be uploading videos more constantly this year! Thanks for the patience and for watching!

  • @prashantmalla3094
    @prashantmalla3094 2 года назад +1

    Thanks for this amazing video . Can you make videos on BLE .

    • @YuriR
      @YuriR  2 года назад

      Hi Prashant, thank you! Will be making a BLE video soon!

  • @SernickTV
    @SernickTV 2 года назад +1

    i need more of that stuff

    • @YuriR
      @YuriR  Год назад +1

      Will be posting more videos soon! :)

    • @SernickTV
      @SernickTV Год назад +1

      @@YuriR great, can't wait! finally some good tutorial on esp's not based on arduino, like my predecessors mentioned. keep up the good work!

  • @mortezapourmehdi
    @mortezapourmehdi 6 месяцев назад

    Please continue...

  • @akashsivasubramanian4067
    @akashsivasubramanian4067 2 года назад +1

    sir can you make videos with the idf vscode plugin, because it makes everything easier

    • @YuriR
      @YuriR  2 года назад

      Hi Akash, yes, will probably do one in the future! :)

  • @TechiReel
    @TechiReel 2 года назад +1

    Thank you

    • @YuriR
      @YuriR  2 года назад +1

      Thanks for watching! :)

    • @TechiReel
      @TechiReel 2 года назад

      Why you stopped uploading yuri? 1 and more year passed and only 4 uploads 🤔

  • @nolawi802
    @nolawi802 2 года назад

    Thanks for the video! Is there a book about how to code using Espressif IDF?

  • @herdi1510
    @herdi1510 2 года назад +3

    where is your new video? I am waiting for it. best regard

    • @YuriR
      @YuriR  Год назад +1

      Coming soon! Thank you! :)