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:
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