installare e configurare l'ultima versione dell'ide di arduino

0 views
Skip to first unread message

Federico Allegretti

unread,
Mar 20, 2019, 1:30:33 PM3/20/19
to terni...@googlegroups.com, staff, HackLab Terni
come da post in inglese:

Arduino IDE is installable with Ubuntu Make:

  1. Install Ubuntu Make

    • for Ubuntu 14.04 LTS, 16.04 LTS from official PPA ppa:lyzardking/ubuntu-make:

      sudo add-apt-repository ppa:lyzardking/ubuntu-make
      sudo apt-get update
      sudo apt-get install ubuntu-make
      

      PPA is needed because of two facts: Ubuntu 14.04 LTS does not have such package, package for 16.04 LTS does not support installation of Arduino.

    • for Ubuntu 18.04 LTS and upcoming 18.10 from universe repository:

      sudo apt-get update
      sudo apt-get install ubuntu-make
      
  2. Install Arduino IDE with Ubuntu Make

    umake ide arduino
    

    This will download Arduino IDE from official site and install it to ~/.local/share/umake/ide/arduino and set corresponding shortcuts and file associations for it.

    You can repeat this command again to get newer version.

Note: do not forget to add your user to dialout group with sudo usermod -a -G dialout $USER

per le ultime versioni di ubuntu:
1) installare ubuntu make con il comando shell:
sudo apt-get install ubuntu-make

2) installare l'ide di arduino con il comando shell:
umake ide arduino

3) agggregarsi al gruppo dialout (per poter leggere e scrivere dalla seriale/usb) con il comando:
usermod -a -G dialout $USER

ora l'ide e' pronto per funzionare (uscite dalla sessione e rientrate per abilitare l'aggiunta al gruppo dialout).
Reply all
Reply to author
Forward
0 new messages