My Pi 3 Install Log (10): Arduino development; + some other tools
// First of all, zim for notes, and vnc server for remote access:
sudo apt-get install zim tightvncserver
// now for arduino IDE, libraries, and example codes, I did only:
sudo apt-get install arduino arduino-core
// before starting the IDE, install node.js stuff:
sudo apt-get install nodejs npm
Failed to install:
npm install http-server -g
npm install http-server -g
* * *
now working on Arduino IDE is out of the box:
I tried download a basic example 'blink', yes, it worked great!
Labels: Arduino IDE, Arduino UNO, Raspberry Pi, Raspbian
0 Comments:
Post a Comment
<< Home