Arduino

From Robin

(Difference between revisions)
Jump to: navigation, search
(Arduino IDE)
 
Line 1: Line 1:
 +
The Arduino IDE is installed on all of IFIs RHEL8 linux machines.
-
To use the Arduino IDE on an IFI RHEL linux machine, simply paste the following snippet in the terminal: 
+
Open by searching for arduino in applications or enter <code>arduino</code> in the commandline.
-
 
+
-
<pre>
+
-
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino > /dev/null 2>&1 &'" >> ~/.bashrc
+
-
</pre>
+
-
 
+
-
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
+

Current revision as of 10:00, 18 November 2021

The Arduino IDE is installed on all of IFIs RHEL8 linux machines.

Open by searching for arduino in applications or enter arduino in the commandline.

Personal tools
Front page