Difference between revisions of "radino Library"

From InCircuit
Jump to: navigation, search
Line 6: Line 6:
 
|-
 
|-
 
|[[radino software]]
 
|[[radino software]]
How to setup the Arduino IDE.
 
 
|colspan=3 | [[radino WiFi software]]
 
|colspan=3 | [[radino WiFi software]]
Overview about software running on Radion WiFi
+
[[radino WiFi software#First_Steps|First Steps]] | [[radino WiFi software#Howto|Howto]] | [[radino WiFi software#FAQ|FAQ]]
 
|-
 
|-
 
|
 
|
 
|[[IC ESP]]
 
|[[IC ESP]]
library implementing the ESP8266EX Library
 
 
|[[ESP8266EX HTTPD]]
 
|[[ESP8266EX HTTPD]]
how to write webpages
 
 
|[[IC ESP8266EX interface]]
 
|[[IC ESP8266EX interface]]
In-Circuit ESP8266EX (lowlevel) interface
 
 
|-
 
|-
 
|}
 
|}
Line 22: Line 18:
 
<div style="float:left;">__TOC__</div>
 
<div style="float:left;">__TOC__</div>
 
<div style="margin:10px 0 0 225px;">
 
<div style="margin:10px 0 0 225px;">
 +
 
The In-Circuit Radino Library contains sourcecode needed for using 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]].
 
Downloads can be found at [[#Downloads|the bottom of this page]].
  
Line 50: Line 48:
  
 
Current version: '''http://ic42.de/BSP/radino/ICT_Boards.zip'''
 
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.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|+ style="caption-side: bottom" | The table shows which ESP firmware and IC_ESP library are part of each radino Library release.
 
! Radino Library Version !! ESP firmware version !! IC_ESP version
 
! Radino Library Version !! ESP firmware version !! IC_ESP version
 
|-
 
|-

Revision as of 10:22, 24 March 2015

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

radino Library
radino software radino WiFi software

First Steps | Howto | FAQ

IC ESP ESP8266EX HTTPD IC ESP8266EX 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 shows which ESP firmware and IC_ESP library are part of each radino Library release.
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