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

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ก.ย. 2023
  • 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.com/public/DevCo...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 35

  • @chriskiwi9833
    @chriskiwi9833 2 หลายเดือนก่อน +6

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

  • @hal8000b
    @hal8000b 3 หลายเดือนก่อน +5

    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.

  • @peterkosek17
    @peterkosek17 4 หลายเดือนก่อน +6

    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 หลายเดือนก่อน +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.

  • @dazecm
    @dazecm 3 หลายเดือนก่อน +1

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

  • @sloshy1840
    @sloshy1840 7 หลายเดือนก่อน +7

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

  • @7GIGEO7
    @7GIGEO7 หลายเดือนก่อน +1

    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.

    • @minhhoangle5056
      @minhhoangle5056 27 วันที่ผ่านมา

      use Arduino IDE instead!

    • @7GIGEO7
      @7GIGEO7 27 วันที่ผ่านมา +1

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

    • @minhhoangle5056
      @minhhoangle5056 26 วันที่ผ่านมา

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

    • @7GIGEO7
      @7GIGEO7 26 วันที่ผ่านมา

      @@minhhoangle5056 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 11 วันที่ผ่านมา

      @@minhhoangle5056 That misses the point of this entirely!!! Are you a bot??

  • @user-hh1vp6vt8w
    @user-hh1vp6vt8w 5 หลายเดือนก่อน

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

  • @sergbo3114
    @sergbo3114 3 หลายเดือนก่อน

    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)

  • @nicoladellino8124
    @nicoladellino8124 4 หลายเดือนก่อน +1

    Very useful video, THX.

  • @bleachcow7769
    @bleachcow7769 5 หลายเดือนก่อน +1

    Thank you!

  • @ernestoamezquita9291
    @ernestoamezquita9291 7 หลายเดือนก่อน +1

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

  • @BerndKircher
    @BerndKircher 8 หลายเดือนก่อน +3

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

    • @EspressifSystems
      @EspressifSystems  8 หลายเดือนก่อน +3

      The presentation link is in the video description.

  • @tunckurtlu3154
    @tunckurtlu3154 5 หลายเดือนก่อน

    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

  • @eberger02
    @eberger02 11 วันที่ผ่านมา

    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.

  • @stevenbennett6123
    @stevenbennett6123 25 วันที่ผ่านมา

    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 9 วันที่ผ่านมา

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

  • @AzharMdNoh
    @AzharMdNoh 3 หลายเดือนก่อน

    AUDIO... blast it please

  • @anthonyheak3479
    @anthonyheak3479 2 หลายเดือนก่อน

    Your tutorial is good but a little to fast.

  • @anlpereira
    @anlpereira 4 หลายเดือนก่อน

    This platform should be more friendly like Arduino environment.

  • @piconano
    @piconano 5 หลายเดือนก่อน

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

  • @midianalbertokhaiyow8195
    @midianalbertokhaiyow8195 5 หลายเดือนก่อน +5

    How problematic and confusing it is to use that crap.

    • @Factory400
      @Factory400 5 หลายเดือนก่อน +7

      Hope you are enjoying your Arduino UNO. 😂

  • @lohikarhu734
    @lohikarhu734 3 หลายเดือนก่อน +1

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

  • @3goldfinger
    @3goldfinger 5 หลายเดือนก่อน +1

    You talk to fast.

    • @DaleDix
      @DaleDix 5 หลายเดือนก่อน +3

      Slow the video down

    • @jvtcc1
      @jvtcc1 3 หลายเดือนก่อน

      More like he read too fast

    • @eberger02
      @eberger02 11 วันที่ผ่านมา

      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.