I know Arduino SW is not the responsibility of RasPi but the install code seems to be way behind current. Can someone please look into it.
Tks
The Raspbian OS is updated as needed to support newer Raspberry Pi hardware, but software in the repositories that isn't directly related the the Pi hardware is entirely in the hands of the Debian developers. There are unstable branches of Debian used for testing newer software that you could track, but as the name suggests, you are more likely to run into problems. There are also more cutting edge versions of Linux, but none are as Pi optimized as Raspbian.
Code: Select all
sudo apt install arduinoCode: Select all
mkdir -p ~/Applications
cd ~/Applications
wget https://downloads.arduino.cc/arduino-1.8.5-linuxarm.tar.xz
tar xvJf arduino-1.8.5-linuxarm.tar.xz
cd arduino-1.8.5/
./install.sh
rm ../arduino-1.8.5-linuxarm.tar.xzCode: Select all
$ curl -s https://www.arduino.cc/en/Main/Software | grep -o 'arduino-.\..\..-linuxarm'I have not tried to install with apt-get yet, but "2.1.0.5" is confusing me. What version of the Arduino code does that relate to as "1.8.5" seems to be the latest version on the Arduino web site ?wh7qq wrote: ↑Sat Mar 10, 2018 10:42 pmPerhaps laboring the obvious, perhaps not. Raspian-latest based on Debian Stretch has updated the Arduino IDE arm package to version 2.1.0.5+dfsg2-4.1. This is the version thatinstalls. So if you want a recent IDE, you will have to upgrade to Stretch first.Code: Select all
sudo apt install arduino
Sorry if this is redundant as I am still groping around with my first Arduino UNO that just arrived last week and I am trying to find the "right place" to put libraries that I want to download. I ran across this in the process.
Code: Select all
apt-cache show arduino
Package: arduino
Version: 2:1.0.5+dfsg2-4.1
Installed-Size: 1618
Maintainer: Scott Howard <showard@debian.org>
Architecture: all