Difference between revisions of "Arduino"

From Blue-IT.org Wiki

(HowTo)
Line 21: Line 21:
 
* https://wiki.ubuntu.com/ubuntu-make
 
* https://wiki.ubuntu.com/ubuntu-make
 
* https://github.com/ubuntu/ubuntu-make
 
* https://github.com/ubuntu/ubuntu-make
 +
 +
== Arduino SIM ==
 +
* http://www.smashingrobotics.com/arduino-simulators-lineup-start-developing-without-real-board/
 +
 +
* Fritzing (Free / Opensource): http://fritzing.org/home
 +
* Virtual Breadboard (Free and Commercial / Online-Service): http://www.virtualbreadboard.com
  
 
== HowTo List ==
 
== HowTo List ==
Line 28: Line 34:
 
* Arduino Remote Programming (nRF24L01):* https://medium.com/@nowir3s/nordic-nrf24l01-with-arduino-b822dbac7e74#.u90xgmocz
 
* Arduino Remote Programming (nRF24L01):* https://medium.com/@nowir3s/nordic-nrf24l01-with-arduino-b822dbac7e74#.u90xgmocz
 
* nRF24L01, Java and a PC: http://neilkolban.com/tech/nrf24l01-java-and-a-pc/
 
* nRF24L01, Java and a PC: http://neilkolban.com/tech/nrf24l01-java-and-a-pc/
 +
 +
 +
[[Category:Arduino-RasberryPi]]

Revision as of 19:41, 18 June 2016

Arduino IDE

The (fast!) Ubuntu-way via ppa (cited from ... thanks!):

You have to add the Ubuntu Make PPA, update the local repository index, install ubuntu-make and run the umake command for installing arduino:

sudo apt-add-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
sudo umake ide arduino

Optional, to remove Arduino IDE, do:

umake ide arduino --remove
sudo apt-get remove ubuntu-make


More about Ubuntu-Make

Arduino SIM

HowTo List