radino Library

From InCircuit
Revision as of 10:12, 20 March 2015 by EThomas (Talk | contribs)

Jump to: navigation, search

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