How to install Arduino IDE 2.0 on Ubuntu 22.04

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

This is a great instructional video. I was able to follow along on my computer while watching it and installed Arduino on my computer without a hitch! Great job!

SCfanIam
Автор

Dude thanks! I wanted to go back with Arduino to do some cool projects and I'm learning my way through! You are the person who will make me successful!

soulknightslover
Автор

Very informative, for ubuntu 22.04 I had to uninstall apparmor and brltty to make the port visible. And for nano I had to pick the atmega128 as a processor for the upload to complete.

vmbkugv
Автор

If the port doesn't show up after pluging in the Arduino, it might be blocked by a serial Braille device. Uninstall it with; sudo apt remove brltty

TiloReinhardt
Автор

3:23 Just click on the file and press `Ctrl+C` (this will copy the file's path) then go to gedit and paste it `Ctrl+V`.

EDIT: Thanks for the tutorial!

Highya-jin
Автор

This was exactly what i was looking for! Thank you!

jahjahhhh
Автор

It didnt create the shortcut executable, it keeps only textfile.

galassoWorkstation
Автор

The way searched the example sketch on the web was crazy 😂.. it was just there sitting ready in the ide itself.

madhukeshnp
Автор

How to uninstall Arduino 2.0 if installed by the the procedure explained in the video ??

anonymousPentester
Автор

do we need arduino1 installed first? (i see you have an `Arduino` folder)
and can we add a nice arduino icon for the start menu icon?

JACOBSAYONO
Автор

Any idea on how to install the zip file? Adter extracting it to it's own folder, I just can't get it started. The 'arduino-ide file is executable, but it asks for a program to be opened in. I have libfuse2 present on my system.
Can I voice a bit frustration why they can't provide a program that just starts

Ed
Автор

I don't get that file when downloaded. I get "Arduino

AC-lqzw
Автор

Great!!! but it don´t work with ch340 arduino board, the problem it is the port

eklecticus
Автор

My Arduino IDE avrdude: stk500_recv(): programmer is not responding please help me

LearnScratch-pubh
Автор

Você pode adicionar um ícone (imagem) no atalho da seguinte forma: salva uma imagem da logo do arduíno dentro da pasta Arduino2 e acrescenta no arquivo Arduino.desktop a seguinte linha:

nayaradesouzasilva
Автор

when i tried to interface nodemcu esp8266MOD with it

/usr/bin/env: ‘python3’: No such file or directory
exit status 127
returned 127
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
i am facing this error plz reply

indrajeetjoshi
Автор

you can also add an icon easy, just add 1 line to desktop file where path_to_this_icon match where you put the icon

kentjohansson