Skip to main content
1.8.9
Source Link
Milliways
  • 1.7k
  • 2
  • 18
  • 30

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work all Pi models. This release enables you to run the Arduino Software (IDE) on many of the mini PC boards based on ARM6+ processors currently on the market, including Raspberry Pi

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.49-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.49/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.49/install.sh

There is a similar instruction in MagPi61 except they suggest installation in /opt

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work all Pi models. This release enables you to run the Arduino Software (IDE) on many of the mini PC boards based on ARM6+ processors currently on the market, including Raspberry Pi

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.4-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.4/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.4/install.sh

There is a similar instruction in MagPi61 except they suggest installation in /opt

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work all Pi models. This release enables you to run the Arduino Software (IDE) on many of the mini PC boards based on ARM6+ processors currently on the market, including Raspberry Pi

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.9-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.9/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.9/install.sh

There is a similar instruction in MagPi61 except they suggest installation in /opt

All Pi
Source Link
Milliways
  • 1.7k
  • 2
  • 18
  • 30

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work for Pi2, but probably not on otherall Pi models. (using ARM6)This release enables you to run the Arduino Software (IDE) on many of the mini PC boards based on ARM6+ processors currently on the market, including Raspberry Pi

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.4-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.4/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.4/install.sh

There is a similar instruction in MagPi61 except they suggest installation in /opt

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work for Pi2, but probably not on other models (using ARM6)

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.4-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.4/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.4/install.sh

There is a similar instruction in MagPi61 except they suggest installation in /opt

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work all Pi models. This release enables you to run the Arduino Software (IDE) on many of the mini PC boards based on ARM6+ processors currently on the market, including Raspberry Pi

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.4-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.4/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.4/install.sh

There is a similar instruction in MagPi61 except they suggest installation in /opt

MagPi
Source Link
Milliways
  • 1.7k
  • 2
  • 18
  • 30

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work for Pi2, but probably not on other models (using ARM6)

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.4-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.4/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.4/install.sh

There is a similar instruction in MagPi61 except they suggest installation in /opt

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work for Pi2, but probably not on other models (using ARM6)

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.4-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.4/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.4/install.sh

I ran the following to Install the latest Arduino IDE on my Raspberry Pi3. This should work for Pi2, but probably not on other models (using ARM6)

# Installing Arduino IDE
cd /usr/share/
sudo tar xf /home/pi/arduino-1.8.4-linuxarm.tar.xz
sudo chown root:root -R /usr/share/arduino-1.8.4/

# Adding desktop shortcut, menu item and file associations for Arduino IDE
# Each user needs to repeate this
cd
/usr/share/arduino-1.8.4/install.sh

There is a similar instruction in MagPi61 except they suggest installation in /opt

Source Link
Milliways
  • 1.7k
  • 2
  • 18
  • 30
Loading