How To Install PlatformIO (ESP32 + Arduino series)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

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

  • @6KingsUK
    @6KingsUK 2 ปีที่แล้ว +1

    Thanks

  • @AMoktar
    @AMoktar 4 ปีที่แล้ว +2

    Awesome, and letterly simply explained. I hope you can make a video about making a web-ui for esp32 to save settings like wifi credentials and other setting. Thanks a lot.

  • @428ggg
    @428ggg 4 ปีที่แล้ว +2

    plug in play to rule the world, thanks so much

  • @MohammedNoureldin
    @MohammedNoureldin 4 ปีที่แล้ว +6

    I still don't understand the benefit of using PlatformIO in comparison with only using the Arduino extension in VS Code. Could you explain to me about this in a few sentences please?

  • @jorgefossati3701
    @jorgefossati3701 4 ปีที่แล้ว +1

    PlatformIO is just an extension to Visual Studio Code and includes a library manager, a debugger and more!

  • @dailyquotesdose
    @dailyquotesdose 4 ปีที่แล้ว +1

    Thanks, for such informative videos.

  • @ithork
    @ithork 4 ปีที่แล้ว +1

    I followed instructions in this video . I imported one of my existing Arduino IDE projects for my Adafruit Huzzah 8266 board.. but I don't know how to compile and load it into my board. It doesn't recognize the libraries for one. Do you have another video for that? Thanks!

  • @jenseng8977
    @jenseng8977 4 ปีที่แล้ว +3

    Hi! You provide wonderful and clear explanations, kudos to you. Are there more videos on their way for this series?

    • @simplyexplained
      @simplyexplained  4 ปีที่แล้ว

      Yes, this series is far from finished ;) just need to find some time to start working on new videos. Stay tuned!

  • @tbrandx2
    @tbrandx2 2 ปีที่แล้ว

    Very nice job!

  • @arindamxd
    @arindamxd 2 ปีที่แล้ว

    Hi, What is the name of the icon-theme pack that you're using in this VSCode?

  • @artistEngg
    @artistEngg 3 ปีที่แล้ว

    Do you have idea how can I program esp32 using platformIO but for zephyr RTOS.I can do this using west tool but not by platformIO ide

  • @AndyShrimpton-GaaTech
    @AndyShrimpton-GaaTech 4 ปีที่แล้ว

    Cool if you have an Arduino sketch using libraries can this help to convert the code to run on an esp32

    • @simplyexplained
      @simplyexplained  4 ปีที่แล้ว +1

      Most Arduino libraries are compatible with the ESP32 and should function correctly.

    • @neilbarnett3046
      @neilbarnett3046 4 ปีที่แล้ว

      Simple projects will just recompile, more complex ones don't need much change. The biggest change is that Arduino GPIO pin identifiers have a D in them and ESP32 doesn't. Once you choose the right board in the Arduino IDE, the linker chooses the right version of the library (with occasional warnings "duplicate library found" but it always chooses the right one for me.)
      I just gave my ESP32 binary clock to its recipient, who is very happy with 3 different displays, Wifi time setting, time zone changing, auto dimming, network selection and password entry. Next is a "spaceship control panel" for a granddaughter, I'm just programming the radar, and maybe that can switch to be a quick driving game in the same display, she can switch between them and the countdown with NASA voice and the takeoff sequencing...
      I'm not a professional programmer and I've never got PlatformIO to actually work; or, at least, not to the extent of compiling and running anything more complex than "hello World" and today it wouldn't even do that. It's a bit obstructive, really, great for the people that love it and have time to play with it and tune it, I suppose.

  • @JoãoMiguel-h6o
    @JoãoMiguel-h6o ปีที่แล้ว

    grateful

  • @ateebakmal6558
    @ateebakmal6558 4 ปีที่แล้ว

    Hi,
    Thanks for informative videos. I am not able to find the extension! any suggestion? I am using visual studio 2019.

    • @simplyexplained
      @simplyexplained  4 ปีที่แล้ว +1

      It's Visual Studio Code. Not the regular Visual Studio

  • @myeuphoria8766
    @myeuphoria8766 3 ปีที่แล้ว

    if i want install library. how istall lib bro?

  • @CarlosMatheus-gz4te
    @CarlosMatheus-gz4te ปีที่แล้ว

    does anyone knows how his folders icons on vscode looks so cool? Mine on linux are kinda boring D:

    • @simplyexplained
      @simplyexplained  ปีที่แล้ว

      I believe this was the "vscode-icons" icon set. Search for it in the extension marketplace :)

    • @CarlosMatheus-gz4te
      @CarlosMatheus-gz4te ปีที่แล้ว

      @@simplyexplained it worked :) thank you very much

  • @david-tracy
    @david-tracy 2 ปีที่แล้ว

    Too bad it can't be used w/ Xcode

  • @MartinMittrenga
    @MartinMittrenga 2 ปีที่แล้ว

    You forget how can i upload now the project. Thumbs down :(

    • @simplyexplained
      @simplyexplained  2 ปีที่แล้ว

      It's a whole series of videos. Check out the others to learn how to upload to your board ;)

  • @irgski
    @irgski 3 ปีที่แล้ว

    It’s not that simple….

  • @jstro-hobbytech
    @jstro-hobbytech 3 ปีที่แล้ว

    Catering to the "I can make a light blink" crowd is ruining new programmers. Buy a used c++ text book and 100 level mathematics book at least. Whats a structure, class, multidimensional array. How about an alphabetical bubble sort function on a standard array. I learned how to use pinmode today! The intellectual equivalent of that lazy kid who made a light bulb circuit for science fair lol