Difference between revisions of "radino Library"

From InCircuit
Jump to: navigation, search
Line 1: Line 1:
 
<span style="color:red;">This page is currently under construction and is daily updated with new information.</span>
 
<span style="color:red;">This page is currently under construction and is daily updated with new information.</span>
 +
 +
{| class="wikitable"
 +
|
 +
|colspan=3 | [[Radino Library]]
 +
|-
 +
|[[radino software]]
 +
How to setup the Arduino IDE.
 +
|colspan=3 | [[radino WiFi software]]
 +
Overview about software running on Radion WiFi
 +
|-
 +
|
 +
|[[IC ESP]]
 +
library implementing the ESP8266EX Library
 +
|[[ESP8266EX HTTPD]]
 +
how to write webpages
 +
|[[IC ESP8266EX interface]]
 +
In-Circuit ESP8266EX (lowlevel) interface
 +
|-
 +
|}
 +
 
<div style="float:left;">__TOC__</div>
 
<div style="float:left;">__TOC__</div>
 
<div style="margin:15px 0 0 200px;">
 
<div style="margin:15px 0 0 200px;">
The In-Circuit radino Library contains sourcecode needed to use the '''[[radino Modules]]''' with the Arduino IDE.
+
The In-Circuit Radino Library contains sourcecode needed for using the '''[[radino Modules]]''' with the Arduino IDE.
 +
Downloads can be found at [[#Downloads|the bottom of this page]].
  
 
General information about the Arduino IDE can be found on '''[[radino software]]'''.
 
General information about the Arduino IDE can be found on '''[[radino software]]'''.
  
 
Further Documentation for the radino WiFi can be found at '''[[radino WiFi software]]'''.
 
Further Documentation for the radino WiFi can be found at '''[[radino WiFi software]]'''.
 +
 
</div>
 
</div>
 
<div style="clear:both; margin-bottom:10px;"></div>
 
<div style="clear:both; margin-bottom:10px;"></div>
 +
 +
==Overview==
 +
 +
The IC radino modules consist of an Arduino Micro compatible chip (e.g. ATmega32u4) and a radio module.
 +
The [http://www.arduino.cc/ Ardino IDE] is used to program the micro-controller.
 +
 +
In case of the WiFi module the second chip is an ESP8266EX.
 +
It is responsible for handling the WiFi connectivity and additionally runs an HTTP server.
 +
For more details see [[Radino WiFi software]].
 +
 +
==Downloads==
  
 
=== Arduino IDE version 1.6 ===
 
=== Arduino IDE version 1.6 ===
 +
 
Libraries and examples to utilize radino functionality using the Arduino IDE 1.6.
 
Libraries and examples to utilize radino functionality using the Arduino IDE 1.6.
  
 
==== Download ====
 
==== Download ====
 +
 
Current version: '''http://ic42.de/BSP/radino/ICT_Boards.zip'''
 
Current version: '''http://ic42.de/BSP/radino/ICT_Boards.zip'''
  
Version 2: '''http://ic42.de/BSP/radino/ICT_Boards_v2_150313.zip'''<br/>
+
The table below shows which ESP firmware and IC_ESP library are part of each Radino Library version.
Version 1: '''http://ic42.de/BSP/radino/ICT_Boards_v1_150304.zip'''
+
 
 +
{| class="wikitable"
 +
! Radino Library Version !! ESP firmware version !! IC_ESP version
 +
|-
 +
|style="text-align:center;"|2
 +
|style="text-align:center;"|1
 +
|style="text-align:center;"|1
 +
|-
 +
|style="text-align:center;"|1
 +
|style="text-align:center;"|1
 +
|style="text-align:center;"|1
 +
|-
 +
|}
  
 
==== Release notes ====
 
==== Release notes ====
 +
 
'''Version 2 - 13.03.2015'''
 
'''Version 2 - 13.03.2015'''
 
* fixed compiler issues with bluetooth library
 
* fixed compiler issues with bluetooth library
 +
Version 2: '''http://ic42.de/BSP/radino/ICT_Boards_v2_150313.zip'''<br/>
 +
 
'''Version 1 - 04.03.2015'''
 
'''Version 1 - 04.03.2015'''
 
* Initial release of Arduino 1.6 compatible library
 
* Initial release of Arduino 1.6 compatible library
Line 34: Line 84:
 
* other radinos:
 
* other radinos:
 
** migrated projects to IDE version 1.6
 
** migrated projects to IDE version 1.6
 
+
Version 1: '''http://ic42.de/BSP/radino/ICT_Boards_v1_150304.zip'''
 
+
  
 
=== Arduino IDE version 1.0.x ===
 
=== Arduino IDE version 1.0.x ===

Revision as of 18:12, 19 March 2015

This page is currently under construction and is daily updated with new information.

Radino Library
radino software

How to setup the Arduino IDE.

radino WiFi software

Overview about software running on Radion WiFi

IC ESP

library implementing the ESP8266EX Library

ESP8266EX HTTPD

how to write webpages

IC ESP8266EX interface

In-Circuit ESP8266EX (lowlevel) interface

The In-Circuit Radino Library contains sourcecode needed for using the radino Modules with the Arduino IDE. Downloads can be found at the bottom of this page.

General information about the Arduino IDE can be found on radino software.

Further Documentation for the radino WiFi can be found at radino WiFi software.

Overview

The IC radino modules consist of an Arduino Micro compatible chip (e.g. ATmega32u4) and a radio module. The Ardino IDE is used to program the micro-controller.

In case of the WiFi module the second chip is an ESP8266EX. It is responsible for handling the WiFi connectivity and additionally runs an HTTP server. For more details see Radino WiFi software.

Downloads

Arduino IDE version 1.6

Libraries and examples to utilize radino functionality using the Arduino IDE 1.6.

Download

Current version: http://ic42.de/BSP/radino/ICT_Boards.zip

The table below shows which ESP firmware and IC_ESP library are part of each Radino Library version.

Radino Library Version ESP firmware version IC_ESP version
2 1 1
1 1 1

Release notes

Version 2 - 13.03.2015

  • fixed compiler issues with bluetooth library

Version 2: http://ic42.de/BSP/radino/ICT_Boards_v2_150313.zip

Version 1 - 04.03.2015

  • Initial release of Arduino 1.6 compatible library
  • bootloaders and definitions of all current radinos
  • radino WiFi:
    • ESP firmware version 1 with IC_ESP library version 1
      • WiFi configuration
      • HTTP server
      • pushing TCP data to remote server
    • Example how to utilize current functionality "radino_WiFi_Spider_Factory"
    • Example pushing an analog value to a remote server "radino_WiFi_TCP_push"
  • other radinos:
    • migrated projects to IDE version 1.6

Version 1: http://ic42.de/BSP/radino/ICT_Boards_v1_150304.zip

Arduino IDE version 1.0.x

Libraries and examples to utilize radino functionality using the Arduino IDE 1.0.x.

Download

Current version: http://ic42.de/BSP/radino/ICT_Boards_106.zip

Personal tools