Тёмный
No video :(

Which Arduino IDE should I use? 

Programming Electronics Academy
Подписаться 231 тыс.
Просмотров 85 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 117   
@TheStudpop
@TheStudpop 2 года назад
I’m a 65 year old electrical HW/SW engineering guy (yes, I cut my teeth on vacuum tube circuits and B&W TVs with round picture tubes). These days I make a living designing my own line of magnetic stud finders and I’m manufacturing them in my injection mold factory. Lots of very old machines from the 60s that use mechanical relays to perform their functions--no microprocessors at all. Just relays. And nothing but red wire. Everywhere. And did I mention that there’s no documentation?Needless to say they are extremely difficult to repair. A couple of weeks ago, I decided to look at ways to bring their automation forward by 60 years. The Arduino was an obvious choice but I had zero experience programming in “C” code. Enter RU-vid with its thousands of tutorials on the subject. Anyway, all that to say, yours are by far the best! Your calm voice, your clever presentation along with your almost subliminal humorous snippets, make for an awesome learning experience. I’ve done a lot of video editing so I know how much work goes into your well crafted productions. So keep up the great work and thank you.
@samdeur
@samdeur 2 года назад
Totally agree with what your said.. 46yr guy here getting started with programming.. And this youtube channel has bin a big help.. I'm going back to school crazy time.. hahaha
@programmingelectronics
@programmingelectronics 2 года назад
Thanks a ton - really appreciate the note! And I am glad these are able to help some! Our editor Josh is responsible for most the subliminal humor snippets :)
@robthom09
@robthom09 2 года назад
I’m 64, and now retired. I was initially programming machine code, but used about 9 different languages , mostly proprietary, thru the years. Didn’t work with Vac tubes, but had friends that did. Even used paper tape readers, and keypunch for FORTRAN with batch readers. Now arduino and micropython,, cool stuff and keeps our mind sharp.
@samdeur
@samdeur 2 года назад
@@programmingelectronics Best wishes from The Netherlands to you and the team & all your loved ones.. True Christmas spirit is sharing knowledge making it accessible to everyone like you guys are doing.. Real OpenSource spirit..
@programmingelectronics
@programmingelectronics 2 года назад
Thanks @@samdeur !!
@randyriegel8553
@randyriegel8553 2 года назад
I haven't used an Arduino IDE since PlatformIO came out. It's much more refined than any of the Arduino IDE.
@LargeNuts
@LargeNuts 2 года назад
It's nice but way too complicated for beginners.
@adameichler
@adameichler 2 года назад
It's nice once you finally manage to create the project config file :)
@johnklaus4776
@johnklaus4776 2 года назад
I did an arduino app using visual studio. I created stubs for the hardware functions, added a command line interface, and a timer emulation. I developed and debugged the app as a windows command line app. I tested with manual and automated unit tests using the command line app also. I only used the arduino ide for its target compiler and loader.
@programmingelectronics
@programmingelectronics 2 года назад
Nice! That's impressive!
@tb303wpf1
@tb303wpf1 Год назад
As always, great video. Super useful knowledge in a way that anyone can understand. One of the things I love about your videos and style of teaching, is that you show the little things that other instructors skip over. There are certain pieces of information that explain the what and why. Others assume that everyone automatically knows about coding already so they skip explaining the most important things IMO. You always focus on those. That makes your videos useful to everyone. Beginner, intermediate, master, and sorcerers like you alike. Thank you so much for this invaluable information.
@timaverbeck9027
@timaverbeck9027 2 года назад
Great overview of the three options. I have never considered the web based IDE but you have me thinking this might be a great option to resurrect an old laptop as an Arduino programming machine.
@programmingelectronics
@programmingelectronics 2 года назад
Not a bad idea at all! I have several old laptops just collecting dust in a closet...
@Henry-sv3wv
@Henry-sv3wv Год назад
you can also try wokwi as an online arduino simulator
@andre0baskin
@andre0baskin 2 года назад
I use the IDE mostly to run library examples or other short prices of test code. For larger projects that include multiple source files and libraries I find PlatformIO on either VSCode or Atom to be a more robust solution.
@harrytsang1501
@harrytsang1501 2 года назад
Yep, I only use the classic 1.x arduino ide to test stuff like turning a stepper. Anything else are moved to platform IO The classic arduino ide still has its place for requiring minimal setup to get going
@harrytsang1501
@harrytsang1501 2 года назад
Platform IO is the best because you get actual code completion
@fritanke2318
@fritanke2318 2 года назад
To me It's the best because it's not bloated. My installation came in at a few 100MB not +GB.
@neriyarosenthal2257
@neriyarosenthal2257 2 года назад
6:00 If you enable Dev Mode, you can get both IDEs with Linux. This is what I do. Dev Mode is usually blocked by schools and such, so yeah, the web editor is helpful.
@muhammadhabibalkhairi7946
@muhammadhabibalkhairi7946 2 года назад
5:25 No, we can do that too in basic Arduino IDE, just Enable Code Folding on Preference.
@programmingelectronics
@programmingelectronics 2 года назад
Thanks for that!!! I didn't realize that Muhammad!
@mechee1747
@mechee1747 2 года назад
I personally use Visual Micro, a paid Visual Studio plugin. Features like auto complete and adding break points on there is quite useful!
@programmingelectronics
@programmingelectronics 2 года назад
Thanks for the recommendation!
@John_L
@John_L 2 года назад
I use Visual Micro too. It and the Visual Studio development environment is streets ahead of the Arduino IDEs especially for larger projects. VM is inexpensive and the support is excellent.
@mechee1747
@mechee1747 2 года назад
@@John_L ​ The price is very fair IMO. It's hard to go back to the Arduino IDE after getting used to Visual Micro!
@crckdns
@crckdns 2 года назад
Watched whole video just due to interest on view perspective of others :) good overview! Yet nothing of those 3 can replace platform IO installed on Visual Code, where I've moved to years ago for more functionality :D
@glasslinger
@glasslinger 2 года назад
I use the original but now will load up the version 2, which I didn't know existed. (shows how much I program arduinos!) Visual studio I find too overwhelming to learn. (I'm an old TurboC user!)
@samdeur
@samdeur 2 года назад
first of: Thank you for you great content best wishes to you and your loved ones greetings from The Netherlands. 46yr guy just started school a couple months ago to get my degree never done any programming. i used to work as a unix/linux sysadmin but my scripting skills were limited. At our university we had a manual that told us to install the original Arduino IDE and Visual Studio Code with But with an important addon PlatformIO it has 1050 boards to select great way to add Libraries .. a must see.. i will install the 2.0 arduino ide to look at thanks for the tip.. BTW i also have Visual Studio 2019 to do C# as we must learn the concepts of Object Oriented Programming..
@programmingelectronics
@programmingelectronics 2 года назад
Thanks a ton for watching!
@thedrunknmunky6571
@thedrunknmunky6571 2 года назад
PlatformIO is very powerful… but it definitely has a bit of a learning curve relative to Arduino… I’m thinking of making a video on it myself… do you think it’ll be useful?
@cmu4331
@cmu4331 2 года назад
I think this is an important topic and I like that you covered all of the available options. But please remember your audience is going to be people who are typically bright and can grasp conceps quickly, so repeating yourself many times over is annoying and will likely lead to people dropping out of the video and not wanting to subscribe. I hope this feedback assists you - it is most certainly not ment to offend you!
@evanvenn
@evanvenn 2 года назад
And, there is Great Cow BASIC - the only open source compiler for 8bit AVRs. PICs and LGTs.
@faisal7823
@faisal7823 2 года назад
What about the arduino cli (Command line interface) I wish if you talked about it
@programmingelectronics
@programmingelectronics 2 года назад
I have not used it much but would love to do an episode on it! Thanks for this recommendation!
@hobbyelectronics2121
@hobbyelectronics2121 2 года назад
Thank you so much PEA for uploading such great video. I hope your Christmas is filled with joy and laughter this year
@programmingelectronics
@programmingelectronics 2 года назад
Thanks! Same to you and yours!
@winandd8649
@winandd8649 2 года назад
What about library management? The very first versions of the Arduino IDE had a simple 'libraries' folder where you could put yourr libraries in. In later versions, the IDE *also* started to use a central libraries folder somewhere deep in the Windows directry structure. That's where it all got bad.. I had conflicting libraries (same name but different code), old sketches didn't work anymore, etc.. When i had to update a sketch after, let's say, 2 years, with the old version i could have an instance of the IDE especially for that project, with all folders and libraries. Now, with the central stored libraries it's a hassle.. Just stay in the Arduino folder please! :-( I hate that, it used to be so simple.
@DO2VI
@DO2VI 2 года назад
Thank you for the great information in the video. I'm looking for a video that explains how OTA is used with ESP 32. Can someone recommend good explanatory videos? Thanks.
@ianbertenshaw4350
@ianbertenshaw4350 2 года назад
Jullien speiss channel If you want to know anything about ESP32 he is your man.
@programmingelectronics
@programmingelectronics 2 года назад
Thanks a ton for watching! I think Ians recommendation is a good bet. I'll we what we can put together for some Over The Air updating info on the ESP32
@DO2VI
@DO2VI 2 года назад
@@ianbertenshaw4350 Unfortunately I can't find the channel. Do you have a link for me? Thank you.
@patrickmclaughlin6013
@patrickmclaughlin6013 2 года назад
@@DO2VI maybe not the same guy Andreas Spiess has a ton of esp32 videos, it's usually way over my head he gets deep and detailed
@jeffhulett4194
@jeffhulett4194 2 года назад
Very informative video, I also visited your sponsor, Holy socks that’s some expensive software.
@Kikutuca
@Kikutuca 2 года назад
Seems to be that for Digispark ATTiny85 board, the 2.0 RC version don't work, at least for programming the board. For the case, I suggest to use the 1.8 version instead, that works like a charm.
@timstrack4573
@timstrack4573 2 года назад
This was great video
@programmingelectronics
@programmingelectronics 2 года назад
Thank you!
@Programino
@Programino 2 года назад
Take a look on the Programino IDE :-)
@nickstaresinic9933
@nickstaresinic9933 Год назад
I'm comfortable working in VS code on non-Arduino s/ware products, so I'm much more comfortable with the PlatformIO extension.
@markdebsauzzietravels
@markdebsauzzietravels Год назад
Hi guys love your stuff BUT I hate that dark screen I seem to only see half of what is on the screen Cheers Mark
@programmingelectronics
@programmingelectronics Год назад
Thanks for bringing this up! Sometimes it is hard to tell what has a higher contrast - note taken - thanks!
@fredrikbergquist5734
@fredrikbergquist5734 10 месяцев назад
The IDE might be simple but setting up the serial port via usb was a hassle on my iMac. I think that AdaFruit is a viable alternative now when Arduino is leaving the open source world for the professional when the boards are getting really expensive for the hobbyist. You can’t have both idealists doing free work and at the same time making big money on the products. The same goes for RedHat Linux but that is a separate track. Speaking of being open: I loved the movie ”Rome - open city” but maybe we cannot dream ourselves back to then!
@georgwrede7715
@georgwrede7715 2 года назад
With the original Arduino IDE, the absolutely most important thing for a newcomer is that tons of videos, examples, explanations, and peer advice simply work on it. -- With the two others, your mileage will vary. Whether you're a professional who has to quickly switch to Arduino, or a Newbie, in both cases you avoid a lot of unwelcome unpredictable snags in the instructions. -- Once you are up and running, then you may want to review the alternatives. And even then, you should need a Reason to switch, other than the Version Number being bigger or "cause the the Dark Mode".
@programmingelectronics
@programmingelectronics 2 года назад
Good call!
@IngeBall
@IngeBall Год назад
Love the last line cause it's true.
@kaj-agehenneberg6312
@kaj-agehenneberg6312 Год назад
Great review. The new editor is nice. But now the serial plotter takes only 50 data points before scrolling. The old one takes 500 data points. The new is pretty useless for plotting running data acquisition.
@obiwanjacobi
@obiwanjacobi 2 года назад
And there is Platform IO...
@patrickmclaughlin6013
@patrickmclaughlin6013 2 года назад
Is there any place to find a list of all the functions, commands, options, etc.. for Arduino code? Like a huge cheat sheet or reference? I guess for the libraries you can just shuffle around in the code to see what's what.
@programmingelectronics
@programmingelectronics 2 года назад
Great question Patrick!! On the Arduino website they have what the call a reference: www.arduino.cc/reference/en/ I use almost every time I program Arduino to refer to info about the different functions and libraries. It's my favorite page on the Arduino website.
@patrickmclaughlin6013
@patrickmclaughlin6013 2 года назад
@@programmingelectronics Thank You.
@user-bz3wq5dj1z
@user-bz3wq5dj1z 9 месяцев назад
Thanks for the help. I installed the ESP32 board package (ESP32 by espressif) and all the stuff in the Boards Manager is there but I can’t get a com! This is the output I get Failed uploading: no upload port provided. The following works fine, Arduino NANO ESP32, UNO, UNO R4 WiFi and UNO R2 WiFi.
@bulldogcraft
@bulldogcraft 2 года назад
For beginners either Arduino 1.x or the Arduino IDE 2.x will be fine. For professionals 1.x is too basic and 2.x is ridiculously slow. I personally use Sublime Text with the Deviot package for day to day use because it's fast and I can work in a familiar environment. Trying to use 1.x or 2.x now is cringeworthy!
@robotcantina8957
@robotcantina8957 2 года назад
does anyone know how the web based editor handles additional librarys? Are they installed on the cloud ?
@bramSDASCL1759
@bramSDASCL1759 2 года назад
Still love the original ide,,
@programmingelectronics
@programmingelectronics 2 года назад
Same here. I don't plan on ever not using it.
@Cino2424
@Cino2424 2 года назад
@@programmingelectronics The original IDE is good for little projects or hardware testing. Quick´n dirty. But for bigger projects you need a masterpiece of IDE.
@benchy5769
@benchy5769 2 года назад
Just switch to PlatformIO, it can be hard to switch it took me a while to get used to the function and create a project, but since Arduino IDE is a pain to get going on Linux I’m forced to use it
@seanocansey2956
@seanocansey2956 2 года назад
You can collapse code on the original IDE
@HolyPiyush
@HolyPiyush 2 года назад
Thank you for the information Very helpful 🇮🇳🇮🇳❤❤
@programmingelectronics
@programmingelectronics 2 года назад
So glad it helped! Thanks for watching!
@chesshooligan1282
@chesshooligan1282 Год назад
There's PlatformIO as well.
@johnglielmi6428
@johnglielmi6428 Год назад
I use the 2.0 version, because I like to code offline mostly. The web browser wasn't much of an option for me. I also have the 1.89 version loaded as well.
@programmingelectronics
@programmingelectronics Год назад
I'm right there with you. I have a hunch the online editor was born out of Arduino trying to get the Arduino IDE available to chrome books, which are very prevalent in many schools in the US. Seems to work well, but like you, I am more often using the offline editor.
@johnglielmi6428
@johnglielmi6428 Год назад
@@programmingelectronics Agreed. I feel that education is very important. and it is much better for the educational community to have online versions of many software. I can't imagine the licensing fees the school systems has to pay every year. for some of the software used. I'm also 62 yrs young and I can remember back when the internet didn't even exist, nor did cell phones for that matter.
@collincharvat1082
@collincharvat1082 2 года назад
Platform io in vs code is definitely the way to go.
@raul0ca
@raul0ca 2 года назад
Atmel Studio 🙃
@pwtprojects5610
@pwtprojects5610 2 года назад
I use Sloeber (Eclipse Arduino), is more serious IDE, with some bugs and starts very slow....
@MTBiSLiVE
@MTBiSLiVE 2 года назад
Honestly just scrap all 3 of those and use vscode with the Arduino plugin or even better the platformio plugin
@KW-ei3pi
@KW-ei3pi Год назад
My biggest gripe about the Arduino IDE is in opening a second, third, or forth file, and the window it pops up in is short and wide and I have to resize it, then spend some time sizing and arranging the windows I'm using. A LOT OF TIME !!! It seems like I spend half my time programing, sizing and arranging windows ! Any suggestions regarding this problem would be appreciated. Thanks
@ianbertenshaw4350
@ianbertenshaw4350 2 года назад
platform io
@Cynical_Engineer
@Cynical_Engineer 2 года назад
Represent!
@programmingelectronics
@programmingelectronics 2 года назад
I will have to check out platform io! Thanks for the recommendation!
@ianbertenshaw4350
@ianbertenshaw4350 2 года назад
@@programmingelectronics If Arduino is your thing the Arduino IDE is probably best - the PIO has a few more features but i like the Arduino library manager better and it is way more comprehensive .
@kihestad
@kihestad 2 года назад
@@ianbertenshaw4350 "probably best" is a bold assumption 😬 I have played around with Arduino from time to time using the IDE. Started a bigger project some months ago and switched to PlatformIO on VS Code. It's like replacing a 20 years old car to a new one 😁
@ianbertenshaw4350
@ianbertenshaw4350 2 года назад
@@kihestad Mainly because there is a vast library for many different sensors and millions of projects out there that were programmed with the Arduino ide etc but Platform io has so many more useful features . Take a look at the newest Arduino beta version and you will see that they are trying to step up to the plate an try to run with platform io . One really useful thing with platform io is as a library is updated it doesn’t automatically update the library you used in a program every time you compile it so you can have old and new versions of the same library available to use - it can be annoying to upload a sketch you wrote a year or two ago and it worked fine with whatever sensors you used but the new one doesn’t because a library has updated and won’t work with that sensor anymore . I still think the newcomers would be better off starting with the Arduino ide as it has an excellent section for learning how to programme and support via the Arduino forum .
@StraitD2
@StraitD2 5 месяцев назад
Do the IDE and dino version of Arduino utilize the same libraries? I am using the Arduino IDE now, and I want to uninstall the original arduino exe. Will this erase the libraries for the IDE?
@programmingelectronics
@programmingelectronics 5 месяцев назад
Great question! OK, the libraries you install are saved in the Arduino sketchbook folder which is NOT erased when you uninstall/reinstall the Arduino IDE (either 1 or 2) so you should be fine.
@StraitD2
@StraitD2 5 месяцев назад
@@programmingelectronics if I uninstall the original Arduino (Not IDE), will it affect the library?
@clems6989
@clems6989 Месяц назад
I downloaded vers: 2.3.2 And it us diferent than most of the videos on youtube. It gets confusing !
@programmingelectronics
@programmingelectronics Месяц назад
I hear you! Do keep in mind that all the code stays the same, it it's just a different interface for writing in.
@pintokitkat
@pintokitkat 2 года назад
You can collapse code on the standard IDE.
@programmingelectronics
@programmingelectronics 2 года назад
Thanks! I had not realized that!
@samisiddiqi5411
@samisiddiqi5411 2 года назад
How can I set this up with Geany?
@programmingelectronics
@programmingelectronics 2 года назад
Great question Sami! I have never used Geany before, but it looks like it may have some Arduino plugins. wiki.geany.org/config/arduino Best of luck!
@ismartalluarjun
@ismartalluarjun 2 года назад
Please make Arduino bluetooth mit app inventor app Relay on,. Off delay Time Send option
@0x8badbeef
@0x8badbeef Год назад
I stopped using 2.0. I went back to the original because I prefer to have the monitor as a separate window.
@programmingelectronics
@programmingelectronics Год назад
I hear you, I miss a detachable serial monitor. (I think in early release of IDE they made it "move-able" to different layouts on the screen). I do like being able to close and/or expand the console space. i always felt like the console space in IDE 1 was a bit too generous when I didn't need to refer to it.
@0x8badbeef
@0x8badbeef Год назад
@@programmingelectronics what I liked about 2.0 is I can use a different editor (vim) and it will automatically update so I can compile and upload. Another reason why I went back to the original was I didn't know there was a flag I could set to do the same thing.
@buggyant
@buggyant 2 года назад
B4R from Anywhere Software.
@programmingelectronics
@programmingelectronics 2 года назад
Very cool - have not seen this before!
@sys935
@sys935 2 года назад
Best video
@user-bz3wq5dj1z
@user-bz3wq5dj1z 9 месяцев назад
How do I get com port for ESP32 espressif for windows 11? I tried CP210X universal Windows Driver V11.3.0 6/24/2023 I use Arduino IDE 2.2.1 with 115200 baud, but it didn’t work. The following works fine, Arduino UNO, UNO R4 WiFi and UNO R2 WiFi Please help.
@programmingelectronics
@programmingelectronics 9 месяцев назад
Have you installed the ESP32 board package?
@zsteva
@zsteva 2 года назад
vim.
@ismartalluarjun
@ismartalluarjun 2 года назад
Hi sir
@LargeNuts
@LargeNuts 2 года назад
Totally left out the fact that Arduino makes you pay for a subscription for the online editor of ya need more than 200 seconds of compilation a day. I use that after an hour of working on a project.
@tinkot
@tinkot 2 года назад
Isn't it crazy he didn't even talk about platformio. Once you go you never go back
@poseiso
@poseiso 2 года назад
Vim
@ismartalluarjun
@ismartalluarjun 2 года назад
Hru sir
@kundam12
@kundam12 2 года назад
after arduino ide 2.0 my life is complited
@programmingelectronics
@programmingelectronics 2 года назад
Nice! I know the Arduino team and community developing it loves to get feedback on the IDE through the Arduino forum.
@kundam12
@kundam12 2 года назад
@@programmingelectronics I suggest making that for every thing you write the program suggest you because for some command it doesn't work
@amos660
@amos660 2 года назад
emacs.
@ismartalluarjun
@ismartalluarjun 2 года назад
Please make Arduino bluetooth mit app inventor app Relay on,. Off delay Time Send option
Далее
How to Organize Code
14:37
Просмотров 62 тыс.
😭Телеграм УДАЛЯЮТ❌
00:50
Просмотров 117 тыс.
Only I get to bully my sister 😤
00:27
Просмотров 36 млн
Arduino IDE 2.0 - Overview and New Features
9:47
Просмотров 81 тыс.
I Can Save You Money! - Raspberry Pi Alternatives
15:04
Arduino IDE 2.0 - Testing Release Candidate 3
49:35
Просмотров 104 тыс.
Using tabs to organize code with the Arduino IDE
12:18
REAL Debugging Arduino + ESP32 | JTAG Programmer
9:05
What's the difference? Arduino vs Raspberry Pi
6:21
Просмотров 1,8 млн
Using Arrays with For Loops
17:24
Просмотров 31 тыс.