Easy Migration from Arduino IDE to Platform IO Part 1 of 2
Video Statistics and Information
Channel: Retro Tech & Electronics
Views: 13,452
Rating: 4.9672804 out of 5
Keywords: arduino ide to platformio, migrating from arduino ide, arduino ide, platforio, compatible, migration, howto, example, starting with platfomio, moving to platformio, from arduino, esp32, ttgo, t-display, cut and paste, visual studio code, visual studio, arduino.h, platformio.ini
Id: C_Th3e-HnDY
Channel Id: undefined
Length: 14min 28sec (868 seconds)
Published: Sat Jul 18 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Not sure what platform IO is but What about easy migration from Arduino IDE to using cmake with the idf as a cmake lib? My team spent over a month migrating, it was a nightmare at first.
Does platform IO give the same flexibility cmake as a lib does?
Never had heard of platform IO before. What are the pros/cons?
I just migrated my current esp arduino project, while following along with the video. I only had a few simple code fixes and it compiled and uploaded just fine. Simple. I've barely used VS Code before this. It and platformIO. They seem solid. I will continue my project with this IDE and see how it goes. Thanks for the video, u/jrubin6502
The one glitch that you will run into with PlatformIO vs Arduino
all subroutines must be defined before you use them - Usually there is a quick fix - move the Main() and Setup() to the end of the code ... Or put a definition before them in the header of the code...
Otherwise if you have used eclipse or other IDEs - you will love it. It lets you make MUCH larger projects and keep them corralled into the source editor ...
Is it entirely free, or do you have to pay to use some features of Platform IO?