Arduino

From Robin

(Difference between revisions)
Jump to: navigation, search
(Oppdatert til nyere versjon av arduino)
(Arduino IDE)
(7 intermediate revisions not shown)
Line 1: Line 1:
-
== Arduino IDE ==
 
To use the Arduino IDE on an IFI RHEL linux machine, simply paste the following snippet in the terminal:   
To use the Arduino IDE on an IFI RHEL linux machine, simply paste the following snippet in the terminal:   
<pre>
<pre>
-
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino &'" >> ~/.bashrc
+
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino > /dev/null 2>&1 &'" >> ~/.bashrc
</pre>
</pre>
-
If you want to run the program in the same terminal session, you need to source the .bashrc file. On Windows computers the software is already installed in Lab 4318. However, if you need it installed somewhere else, contact the engineer at ROBIN.
+
If you want to run the program in the same terminal session, you need to [https://stackoverflow.com/questions/2518127/how-do-i-reload-bashrc-without-logging-out-and-back-in source] the .bashrc file.
 +
 
 +
You can also download the Arduino IDE to your personal computer here: https://www.arduino.cc/en/main/software

Revision as of 08:15, 28 November 2019

To use the Arduino IDE on an IFI RHEL linux machine, simply paste the following snippet in the terminal:

echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino > /dev/null 2>&1 &'" >> ~/.bashrc

If you want to run the program in the same terminal session, you need to source the .bashrc file.

You can also download the Arduino IDE to your personal computer here: https://www.arduino.cc/en/main/software

Personal tools
Front page