Difference between revisions of "radino software"

From InCircuit
Jump to: navigation, search
(radino support files)
(Troubleshooting)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
{| class="wikitable"
+
{{ood_sw}}
|
+
|colspan=4 | [[radino Library]]
+
|-
+
|
+
|colspan=3 | '''radino'''
+
|'''radino32'''<br />[[radino32 software]]
+
|-
+
|[[radino software]]<br />[[radino common problems]]
+
|colspan=3 | [[radino WiFi software]]<br />[[radino WiFi software#First_Steps|First Steps]] | [[radino WiFi software#Howto|Howto]] | [[radino WiFi software#FAQ|FAQ]]
+
|
+
|-
+
|
+
|[[IC ESP]]
+
|[[ESP8266EX HTTPD]]
+
|[[IC ESP8266EX interface]]
+
|
+
|-
+
|}
+
  
 
How to setup the Arduino IDE for use with the radino modules.
 
How to setup the Arduino IDE for use with the radino modules.
Line 23: Line 5:
 
== Arduino IDE ==
 
== Arduino IDE ==
  
* '''Attention:''' When using radino32-modules, please also refer to [[radino32 software]]
+
* '''Attention:''' When using radino32-modules, please also refer to [[radino/radino32 software]]
  
  
Line 36: Line 18:
  
 
*Visit http://www.in-circuit.de/ or http://www.radino.cc/ to download the latest In-Circuit Arduino SW Support Package or use the link below:
 
*Visit http://www.in-circuit.de/ or http://www.radino.cc/ to download the latest In-Circuit Arduino SW Support Package or use the link below:
[http://wiki.in-circuit.de/index.php5?title=radino_Library#Downloads Downloadpage for radino library]
+
**[[radino_Library#Downloads |Downloadpage for radino library]]
 
*Unzip the downloaded file, after it you now have two folders (hardware and libraries) and a file (README.txt):
 
*Unzip the downloaded file, after it you now have two folders (hardware and libraries) and a file (README.txt):
 
<br/>
 
<br/>
Line 96: Line 78:
 
*1. After clicking "Compile & Upload", double-press the reset button of your radino. This will force your radino to enter the bootloader.
 
*1. After clicking "Compile & Upload", double-press the reset button of your radino. This will force your radino to enter the bootloader.
 
*2. Disconnect your radino, close all Arduino IDE windows, reconnect your radino and then start the Arduino IDE again.
 
*2. Disconnect your radino, close all Arduino IDE windows, reconnect your radino and then start the Arduino IDE again.
 
[[Category:radino]]
 

Latest revision as of 10:40, 25 July 2017

This product is End of Life

This page is out of date
visit radino/radino32 software

How to setup the Arduino IDE for use with the radino modules.

Contents

[edit] Arduino IDE



Arduino IDE


[edit] 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

[edit] radino connection

  • The Figure shows minimal USB setup:


radino Wiring


[edit] 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


[edit] sketch upload

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


Arduino IDE Example


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


Arduino IDE Board


  • Select the corresponding serial port


Arduino IDE Port


  • upload your sketch


Arduino IDE Upload


  • open the serial monitor to communicate with radino


Arduino IDE Monitor


[edit] Troubleshooting

  • When experiencing problems while uploading, try one of the following methods to fix communication problems of the Arduino IDE.
  • 1. After clicking "Compile & Upload", double-press the reset button of your radino. This will force your radino to enter the bootloader.
  • 2. Disconnect your radino, close all Arduino IDE windows, reconnect your radino and then start the Arduino IDE again.
Personal tools