DevCon23 - ESP-IDF Getting Started (Beginners Guide to Key Concepts and Resources)

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024
  • All in one video summarizing how to get started with ESP-IDF for absolute beginners with limited programming/embedded experience (e.g., high school/undergraduate students). Gives an overview of concepts such as build system, toolchain, flashing, IDF programming model (FreeRTOS, interrupts, memory), and components/features.
    Download the slides here: dl.espressif.c...

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

  • @hal8000b
    @hal8000b 9 месяцев назад +16

    What a fantastic presentation!
    One of the killer features of the IDF is the built-in FreeRTOS. Anyone who's ever created a project that requires polling inputs or outputs now can now use the scheduling algorithm, with choice of scheduler. Thanks also for making your presentation cross platform with code for Linux and Windows.

  • @chriskiwi9833
    @chriskiwi9833 8 месяцев назад +11

    Please keep this content up to date and do more toolchain videos.

    • @milindsharma8106
      @milindsharma8106 4 месяца назад +2

      Lol my guy I think you just need more exposure to real embedded systems. Write enough difficult projects and suddenly RTOS becomes a lifesaver

  • @peterkosek17
    @peterkosek17 11 месяцев назад +9

    Truly an outstanding overview of esp32 project development.
    This presentation is where to start. I have used esp-idf for two years and found this presentation helpful in understanding the resources available.
    Thank you

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

    Wow! I'm impressed! You guys really made the onboarding process clear, organized, and concise. With other hardware I've encountered, it's almost always long confusing web of documentation often leading to dead ends.

  • @kirilltroiak5241
    @kirilltroiak5241 День назад

    Thank you very much, this presentation is a masterpiece 🔥🔥

  • @dazecm
    @dazecm 10 месяцев назад +1

    Great overview. I totally dig the user outreach efforts Espressif is doing in terms of developing documentation and learning resources.

  • @sergbo3114
    @sergbo3114 9 месяцев назад +1

    Nice. My English is not the best, and I hate it when somebody tries to make some guide with a very low English skill level(such in Hinglish "mix of Hindi/English"). But this is the best speaker)

  • @sloshy1840
    @sloshy1840 Год назад +11

    This is so clear, to the point and extremely helpful!! Thank you

  • @7GIGEO7
    @7GIGEO7 8 месяцев назад +3

    Excellent introductory video, straight to the point and in perfect alignment with the official ESP-IDF guide.
    It summarizes all the essential information you need to know to get up and running and also covers some important aspects of the microcontroller's basic structure. Again well thought-out and presented introductory video, couldn't ask for a better one.

    • @mh-studio1
      @mh-studio1 7 месяцев назад

      use Arduino IDE instead!

    • @7GIGEO7
      @7GIGEO7 7 месяцев назад +1

      @@mh-studio1 Hmm why would i want to do that? Have you tried both because i have and i think you should too.

    • @mh-studio1
      @mh-studio1 7 месяцев назад

      @@7GIGEO7 because ease to use! and friendly GUI more than platIO. Also Arduino library is widely in used.

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

      @@mh-studio1 Well i'm actually referring to ESP IDF and not platform IO.
      And i agree that Arduino IDE is kinda simpler to install and get started with but thats about it. Believe me the ease of use is actually very similar with ESP IDF and the libraries are very consistent, they work well with each other and are very well documented.
      But most importantly the power they give you over the MCU is unparalleled over any other solution.
      You should try it and see for yourself if you didn't.

    • @channelname6653
      @channelname6653 7 месяцев назад +2

      @@mh-studio1 That misses the point of this entirely!!! Are you a bot??

  • @Michael-lo3ht
    @Michael-lo3ht 4 месяца назад

    Very much needed for a quick start into ESP-IDF. Thanks. I did have to slow the video down to 75% of speed. Look forward to more videos.

  • @robertanderson2122
    @robertanderson2122 Месяц назад

    Yet another thank you for great content. This is an extremely useful overview of the entire process, and why you might want it.
    I have only used Arduino IDE becaues it was an easy setup on Ubuntu. But the command line ESP-IDF is a much closer fit to my old school programming style and ingrained emacs keyboard commands. Thanks for enlightening us all.

  • @jesusmoran5713
    @jesusmoran5713 3 месяца назад

    Amazin presentation with compacted and full information miss this kind of learning

  • @ядриломудрило
    @ядриломудрило 11 месяцев назад

    Отличное введение в курс дела для новичков!

  • @Emerald-Typed
    @Emerald-Typed 2 месяца назад

    This was so so helpful thank you so much for creating this content.

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

    Hello. Thank you very much but just I noticed a small problem, sorry. The video early moves before than english transcript. Have i an any mistake ? video 14:23 but transcript in 14:49

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

    Can we get a presentation on building the matter protocol examples and commissioning through the CHIP standalone tool?

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

    Hello, nice overview! Where can I get that presentation with all the links?

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

      The presentation link is in the video description.

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

    How does FreeRTOS interact with multiple core chips? I’m guessing the task scheduler just handles it seamlessly and we don’t need to code it ourselves. I think the S3 I just got in the box3has two cores. I’m pretty sure it’s my first espressif with more than one core.

  • @nicoladellino8124
    @nicoladellino8124 11 месяцев назад +1

    Very useful video, THX.

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

    impressive video. THX alot

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

    Thank you!

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

    I have installed Eclipse 4.31.0 and the ESP-IDF plugin but have been blocked at my first attempt to upload a blink sketch as I can't find two critical settings i.e. the target device and the COM port, on earlier versions of eclipse it was easy, now it seems impossible!

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

    Hope this video will help using ESP-IDF. The official documentation is not suitable for beginners as one can easily get lost.

    • @filipstojanovicmechanicale9265
      @filipstojanovicmechanicale9265 6 месяцев назад +1

      Newcomers are usually very impatient, and they don't read documentation carefully. Official documentation is actually very good, even for beginners.

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

    very informative, however it was very fast ... never mid - it is still helpful

  • @anthonyheak3479
    @anthonyheak3479 9 месяцев назад +1

    Your tutorial is good but a little to fast.

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

    AUDIO... blast it please

  • @piconano
    @piconano Год назад +4

    Who uses Eclipse anymore? Everyone I know, uses VS Code.
    You missed VS Code and Platformio in your "Tutorial", which millions of people use!!!

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

    This platform should be more friendly like Arduino environment.

  • @midianalbertokhaiyow8195
    @midianalbertokhaiyow8195 Год назад +10

    How problematic and confusing it is to use that crap.

    • @Factory400
      @Factory400 11 месяцев назад +19

      Hope you are enjoying your Arduino UNO. 😂

    • @Ancipital_
      @Ancipital_ 5 месяцев назад +2

      Don't be discouraged, just keep trying and don't give up

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

      #lazy

    • @MasterofBeats
      @MasterofBeats Месяц назад

      Frrrr

  • @lohikarhu734
    @lohikarhu734 10 месяцев назад +1

    Just a bit too fast to follow easily, especially for someone new to this processor

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

    Its still unreasonable complicated to get a hello world to my mcu, i will ditch it and maybe swap to another vendor entirely

  • @3goldfinger
    @3goldfinger 11 месяцев назад +1

    You talk to fast.

    • @DaleDix
      @DaleDix 11 месяцев назад +5

      Slow the video down

    • @jvtcc1
      @jvtcc1 9 месяцев назад

      More like he read too fast

    • @eberger02
      @eberger02 7 месяцев назад +2

      Just change the speed setting. I thought it was a good spread but I live in England now. Often I have to speed up stuff, sometimes to 2x, in order to make it watchable.