Difference between revisions of "radino software"

From InCircuit
Jump to: navigation, search
Line 41: Line 41:
 
<br/>
 
<br/>
 
[[File:radino_port.jpg|center|500px|radino Port]]
 
[[File:radino_port.jpg|center|500px|radino Port]]
 +
<br/>
 +
 +
== sketch upload ==
 +
*Open Arduino IDE and select one of the variuos available example sketches for your radino:
 +
<br/>
 +
[[File:arduino_ide_example.jpg|center|500px|Arduino IDE Example]]
 +
<br/>
 +
*Now choose your corresponding radino to which you want to upload the sketch:
 +
<br/>
 +
[[File:arduino_ide_board.jpg|center|500px|Arduino IDE BoardExample]]
 
<br/>
 
<br/>

Revision as of 13:55, 15 October 2014

Contents

Arduino IDE

  • Visit http://www.arduino.cc/en/Main/Software and download the latest version of Arduino IDE
  • Install Arduino IDE on your computer
  • Now start Arduino IDE. If installed properly, a windows like this should open:



radino support files


Arduino Files


  • Now copy both folders into your main Arduino-Sketch folder.
    This folder was specially defined during installation or has one of the following default paths (english and german):
My Documents\Arduino
C:\Documents and Settings\yourUserName\My Documents\Arduino
C:\Users\yourUserName\Documents\Arduino
Eigene Dateien\Arduino
C:\Dokumente und Einstellungen\ihrBenutzerName\Eigene Dateien\Arduino
C:\Benutzer\ihrBenutzerName\Eigene Dateien\Arduino

radino connection

  • The Figure shows minimal USB setup:


radino Wiring


driver and serial port

  • When first using radino, a driver installation is required.
    If asked for the driver, just point the driver installer tool to the radino driver folder:


radino Driver


  • Your computer now assigns a serial port.You can see a new com port in windows device manager:


radino Port


sketch upload

  • Open Arduino IDE and select one of the variuos available example sketches for your radino:


Arduino IDE Example


  • Now choose your corresponding radino to which you want to upload the sketch:


Arduino IDE BoardExample


Personal tools