Drigs
Posts: 1
Joined: Thu Jul 30, 2020 3:26 am

Arduino IDE won't open on Laptop

Sat Aug 01, 2020 12:41 am

Hi I am new to the raspberry pi environment. I have just installed Buster in a old laptop that was collecting dust.
The intention is to install Arduino IDE to have some small projects going.... however after 3 different versions installed none are launching.. (opening) I have read a few articles and watched some videos but unfortunately I cant find the problem...

Any assistance is appreciated,

hippy
Posts: 7901
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: Arduino won't open on Raspberry Pi

Sat Aug 01, 2020 1:27 pm

Drigs wrote:
Sat Aug 01, 2020 12:41 am
I have just installed Buster in a old laptop that was collecting dust.
This works for me when installing the latest Arduino IDE on a "Debian Buster with Raspberry Pi Desktop: The Raspberry Pi Desktop OS for PC and Mac - based on Debian Buster" system - Ignore the 'mimeapps.list' errors and warnings -

Code: Select all

cd ~
wget https://downloads.arduino.cc/arduino-1.8.13-linux32.tar.xz
tar -xvf arduino-1.8.13-linux32.tar.xz
cd arduino-1.8.13
sudo ./install.sh
arduino
That should launch the Arduino IDE and show "1.8.13" in the title bar.

Having attempted other installs you might have to tweak things to get the Start Menu entry working. Let us know how the above goes and we can move on to that if necessary.

User avatar
scruss
Posts: 3256
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: Arduino won't open on Raspberry Pi

Sat Aug 01, 2020 2:50 pm

JAKE58 wrote:
Thu Jan 02, 2020 2:15 am
I installed Arduino on my Raspberry pi 3.
Hi - and welcome to the board.

This sounds like you installed the 'arduino' package from the Raspberry Pi repositories. For some reason, they're stuck on a very old version that basically doesn't work. I don't know how users are supposed to know this, but you can remove it by opening a terminal and typing:

Code: Select all

sudo apt remove --purge arduino
There's an unofficial way of installing the latest version, and it should run quite well (if not super-fast) on your Raspberry Pi 3. In a terminal, enter the following commands as shown:

Code: Select all

mkdir -p ~/Applications
cd ~/Applications
wget https://downloads.arduino.cc/arduino-1.8.13-linuxarm.tar.xz
tar xvf arduino-1.8.13-linuxarm.tar.xz
cd arduino-1.8.13
./install.sh
That will install Arduino IDE into the Programming menu for the current user.

The other instructions in this thread aren't for Raspberry Pis.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

hippy
Posts: 7901
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: Arduino won't open on Raspberry Pi

Sat Aug 01, 2020 4:20 pm

scruss wrote:
Sat Aug 01, 2020 2:50 pm
Hi - and welcome to the board.
I think you missed the thread-necro, and the shift from on a Pi, to on a PC running Raspbian Pi Desktop :P

So did I; had to change "linuxarm" to "linux32".

fruitoftheloom
Posts: 23548
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Arduino won't open on Debian x86-32

Sat Aug 01, 2020 4:30 pm

Drigs wrote:
Sat Aug 01, 2020 12:41 am
Hi I am new to the raspberry pi environment. I have just installed Buster in a old laptop that was collecting dust.
The intention is to install Arduino IDE to have some small projects going.... however after 3 different versions installed none are launching.. (opening) I have read a few articles and watched some videos but unfortunately I cant find the problem...

Any assistance is appreciated,

You do not have a "raspberry pi environment" as you do not have a Raspberry Pi..

....you are running "Debian Buster x86-32 with Raspberry Pi Desktop"


Therefore look to the Official Documentation:

https://www.arduino.cc/en/Main/Software
Last edited by fruitoftheloom on Sun Aug 02, 2020 2:34 pm, edited 3 times in total.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13141
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Arduino IDE won't open on Laptop

Sun Aug 02, 2020 2:16 pm

Posts splitted off and moved here. Renamed first post of new thread.

Return to “Raspberry Pi Desktop for PC and Mac”