- Torrent
raspbian jessie litefrom https://www.raspberrypi.org/downloads/raspbian/ - Burn the .dmg file on the SD card Using
raspberry pi fillerhttp://ivanx.com/raspberrypi/ - Plug the SD card, wifi usb dongle, keyboard and screen, then power up the rpi.
https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
sudo nano /etc/wpa_supplicant/wpa_supplicant.confnetwork = {
ssid="The_ESSID_from_earlier"
psk="Your_wifi_password"
}sudo reboot
ifconfig wlan0sudo apt-get udpate
sudo apt-get install avahi-daemonsudo raspi-config > Advanded Options > Hostname
sudo raspi-config > Advanced Options / SSH
sudo apt-get update
sudo apt-get install git-allhttps://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
node -v
sudo npm install -g nhttps://github.com/Unitech/pm2#install-pm2
sudo npm install -g pm2https://github.com/robbyrussell/oh-my-zsh
sudo apt-get update
sudo apt-get install zshsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"Used to build some modules like node-serialport or node-canvas
sudo npm install -g node-gypIf any npm install fail and throw an error mentionning node-gyp, see https://stackoverflow.com/a/21366601
ls /dev/tty*
An Arduino should look like /dev/ttyUSB0