Difference between revisions of "Arduino"

From Blue-IT.org Wiki

(Arduino SIM)
(HowTo List)
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
* http://www.smashingrobotics.com/arduino-simulators-lineup-start-developing-without-real-board/
 
* http://www.smashingrobotics.com/arduino-simulators-lineup-start-developing-without-real-board/
  
* Prototyping: '''Fritzing''' (Free / Opensource): http://fritzing.org/home
+
Free:
* Prototyping and Virtualisation: '''Virtual Breadboard''' (Free and Commercial / Online-Service): http://www.virtualbreadboard.com
+
* Prototyping: '''Fritzing''' (free and pensource program): http://fritzing.org/home
 +
* Prototyping and Virtualisation: '''123d''' (free online service)''': https://123d.circuits.io/lab
 +
 
 +
Commercial (to power up a simulation you need a license):
 +
* Prototyping and Virtualisation: '''Virtual Breadboard (''commercial'' online service)''': http://www.virtualbreadboard.com
  
 
== HowTo List ==
 
== HowTo List ==
Line 36: Line 40:
  
  
[[Category:Arduino-RasberryPi]]
+
[[Category:Arduino]]

Latest revision as of 14:02, 31 January 2021

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 prototyping and simulation

Free:

Commercial (to power up a simulation you need a license):

HowTo List