Difference between revisions of "radino Library"

From InCircuit
Jump to: navigation, search
(Sketches Documentation)
 
(40 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
 
|
 
|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]]
 
|
 
|-
 
|}
 
 
 
<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;">
Line 26: Line 6:
 
Downloads can be found at [[#Downloads|the bottom of this page]].
 
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 and installation can be found on '''[[radino/radino32 software]]'''.
 
+
Informwation regarding software for the radino32 is listed under '''[[radino32 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]]'''.
Line 35: Line 13:
 
<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.
+
==Sketches Documentation==
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.
+
Documentation of example sketches for the radino, radino32 and radinoL4 series.
It is responsible for handling the WiFi connectivity and additionally runs an HTTP server.
+
For more details see [[radino WiFi software]].
+
 
+
 
+
==Sketches Documentation==
+
  
 
{| class="wikitable"
 
{| class="wikitable"
|radino/[[radino_rf_serial_bridge]]
+
|[[radino_rf_serial_bridge]]
 
|Serial to serial bridge over wireless (CC1101, RF69, RF233).<br />Compatible to radino32 modules.
 
|Serial to serial bridge over wireless (CC1101, RF69, RF233).<br />Compatible to radino32 modules.
 
|-
 
|-
|radino32/[[dw1000_ranging_demo]]
+
|[[dw1000_ranging_demo]]
|Adaption of the open source dw1000 ranging demo by Thomas Trojer for the [[radino32_DW1000]].
+
|Adaption of the open source dw1000 ranging demo by Thomas Trojer for the [[radino32 DW1000]] and [[radinoL4 DW1000]].
 
|-
 
|-
|radino32/[[radino32_nRF8001_UART_LED]]
+
|[[dw1000_advanced_demo]]
|LED example for the [[radino32 nRF8001]] based on the Nordic Semiconductor example ble_uart_project_template.
+
|More accurate and efficient ranging demo for the [[radino32 DW1000]] and [[radinoL4 DW1000]].
 +
|-
 +
|[[radino32/radino_nRF8001_UART_LED|radino32_nRF8001_UART_LED]]<br />[[radino32/radino_nRF8001_UART_LED|radino_nRF8001_UART_LED]]
 +
|LED example for the [[radino32 nRF8001]] and [[radino nRF8001]] based on the Nordic Semiconductor example ble_uart_project_template.
 
|}
 
|}
  
==Downloads==
+
<br/>
  
 +
== Arduino IDE version 1.8 ==
  
=== Arduino IDE version 1.6 ===
+
Libraries and examples to utilize radino functionality using the Arduino IDE 1.8.3.
  
Libraries and examples to utilize radino functionality using the Arduino IDE 1.6.
+
Add follow URL to your Additional Boards Manager URLs.
 +
<nowiki>http://library.radino.cc/Arduino_1_8/package_radino_radino32_index.json</nowiki>
  
==== Download ====
+
'''Current versions:'''
 +
* radino32-1.0.3
 +
** Changelog: [http://library.radino.cc/Arduino_1_8/radino32/changelog_radino32.txt changelog_radino32.txt]
 +
* radino-1.0.0
 +
** Changelog: [http://library.radino.cc/Arduino_1_8/radino/changelog_radino.txt changelog_radino.txt]
 +
* radinoL4-0.9.2 (beta)
 +
** Changelog: [http://library.radino.cc/Arduino_1_8/radinoL4/changelog_radinoL4.txt changelog_radinoL4.txt]
  
<!--Current version: '''http://ic42.de/BSP/radino/ICT_Boards.zip'''-->
 
  
<!--{| class="wikitable"
+
The Arduino IDE 1.8.3 with radino library via Boards Manager is tested with:
|+ style="caption-side: bottom" | The table shows which ESP firmware and IC_ESP library are part of each radino Library release.
+
* Windows 7
! Radino Library Version !! ESP firmware version !! IC_ESP version
+
* Windows 10
|-
+
* Debian 9.0 (sid) (VM)
|style="text-align:center;"|9-cur
+
* Lubuntu 17.04
|style="text-align:center;"|3
+
* macOS Sierra 10.12 (VM)
|style="text-align:center;"|3
+
 
|-
+
Newer versions of the Arduino IDE are untested so far.
|style="text-align:center;"|7,8
+
 
|style="text-align:center;"|3
+
 
|style="text-align:center;"|2
+
The examples and libraries become visible as soon as the corresponding radino module is selected.
|-
+
 
|style="text-align:center;"|2-6
+
 
|style="text-align:center;"|1
+
For more informations about installing visit: [[radino/radino32_software#Install_Arduino_IDE_1.8.3_and_radino_library_via_Boards_Manager|Install Arduino IDE 1.8.3 and radino library via Boards Manager]]
|style="text-align:center;"|1
+
|-
+
|style="text-align:center;"|1
+
|style="text-align:center;"|1
+
|style="text-align:center;"|1
+
|-
+
|}-->
+
  
==== Release notes ====
+
<br/>
 +
 
 +
== Arduino IDE version 1.6 ==
 +
 
 +
Libraries and examples to utilize radino functionality using the Arduino IDE 1.6.1.
 +
 
 +
The library for radinoL4 is only available for Arduino Boards Manager ([[radino_Library#Arduino_IDE_version_1.8|Arduino IDE version 1.8]]).
 +
 
 +
Updates will only be released for the Arduino Boards Manager ([[radino_Library#Arduino_IDE_version_1.8|Arduino IDE version 1.8]]).
 +
 
 +
==== Release notes: ====
 +
 
 +
'''Version 26 - 23.05.2017'''
 +
* added definition for radino softwareserial on RS485 Funkbridge to [[radino_rf_serial_bridge]]
 +
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_V26_170523.zip ICT_Boards_V26_170523.zip]'''<br/>
 +
 
 +
'''Version 25 - 21.04.2017'''
 +
* bugfix for radino32 USB-Load connections problems
 +
* update BLE library for radino32 nRF8001 use
 +
* new structure for examples
 +
* add ESP_Firmware_v7 for radino WiFi and radino32 WiFi
 +
* add new examples for radino and radino32 modules
 +
* add examples for radino RS485/RS232-Bridge
 +
* and other optimizations
 +
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_V25_170421.zip ICT_Boards_V25_170421.zip]'''<br/>
  
 
'''Version 24 - 06.10.2016'''
 
'''Version 24 - 06.10.2016'''
 
* stabilized radino32 USB serial
 
* stabilized radino32 USB serial
 
* example sketch for the GW1000 with radino32 CC1101
 
* example sketch for the GW1000 with radino32 CC1101
Download: '''http://ic42.de/BSP/radino/ICT_Boards_V24_161006.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_V24_161006.zip ICT_Boards_V24_161006.zip]'''<br/>
  
 
'''Version 23 - 22.08.2016'''
 
'''Version 23 - 22.08.2016'''
 
* Added examples for [[radino32 SX1272]]
 
* Added examples for [[radino32 SX1272]]
Download: '''http://ic42.de/BSP/radino/ICT_Boards_V23_160822.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_V23_160822.zip ICT_Boards_V23_160822.zip]'''<br/>
  
 
'''Version 22 - 12.08.2016'''
 
'''Version 22 - 12.08.2016'''
 
* Detect new Hardware Revision C which enabled SWD within library IC_CC1101
 
* Detect new Hardware Revision C which enabled SWD within library IC_CC1101
Download: '''http://ic42.de/BSP/radino/ICT_Boards_V22_160812.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_V22_160812.zip ICT_Boards_V22_160812.zip]'''<br/>
  
 
'''Version 21 - 19.07.2016'''
 
'''Version 21 - 19.07.2016'''
Line 110: Line 108:
 
* Add interface for user define buffersize to radino32 HardwareSerial
 
* Add interface for user define buffersize to radino32 HardwareSerial
 
* Fix cca missbehaviour in CC1101 library
 
* Fix cca missbehaviour in CC1101 library
Download: '''http://ic42.de/BSP/radino/ICT_Boards_V21_160719.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_V21_160719.zip ICT_Boards_V21_160719.zip]'''<br/>
  
 
'''Version 20 - 17.06.2016'''
 
'''Version 20 - 17.06.2016'''
 
* Add support for Serial2 and Serial2 with RS485 pin to [[radino_rf_serial_bridge]]
 
* Add support for Serial2 and Serial2 with RS485 pin to [[radino_rf_serial_bridge]]
 
* Add support for user defined buffer sizes to [[radino_rf_serial_bridge]]
 
* Add support for user defined buffer sizes to [[radino_rf_serial_bridge]]
Download: '''http://ic42.de/BSP/radino/ICT_Boards_V20_160617.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_V20_160617.zip ICT_Boards_V20_160617.zip]'''<br/>
  
 
'''Version 19 - 01.06.2016'''
 
'''Version 19 - 01.06.2016'''
Line 123: Line 121:
 
* remove duplicate spider demo
 
* remove duplicate spider demo
 
* fix some defines in radino32 hardware library
 
* fix some defines in radino32 hardware library
Download: '''http://ic42.de/BSP/radino/ICT_Boards_V19_160601.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_V19_160601.zip ICT_Boards_V19_160601.zip]'''<br/>
  
 
'''Version 18 - 03.05.2016'''
 
'''Version 18 - 03.05.2016'''
 
* Fixed bug in IC_ESP for radino32
 
* Fixed bug in IC_ESP for radino32
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v18_160503.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v18_160503.zip ICT_Boards_v18_160503.zip]'''<br/>
  
 
'''Version 17 - 18.03.2016'''
 
'''Version 17 - 18.03.2016'''
 
* Removed sketch '''radino32/dw1000_ranging_spider''' in favor of a more general '''radino32/[[dw1000_ranging_demo]]'''.
 
* Removed sketch '''radino32/dw1000_ranging_spider''' in favor of a more general '''radino32/[[dw1000_ranging_demo]]'''.
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v17_160318.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v17_160318.zip ICT_Boards_v17_160318.zip]'''<br/>
  
 
'''Version 16 - 24.02.2016'''
 
'''Version 16 - 24.02.2016'''
 
* Added sketch '''radino32/dw1000_ranging_spider'''. A dw1000 ranging demo optimized for antenna characteristics of our Spider boards.
 
* Added sketch '''radino32/dw1000_ranging_spider'''. A dw1000 ranging demo optimized for antenna characteristics of our Spider boards.
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v16_160224.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v16_160224.zip ICT_Boards_v16_160224.zip]'''<br/>
  
 
'''Version 15 - 10.02.2016'''
 
'''Version 15 - 10.02.2016'''
Line 141: Line 139:
 
* Added USB serial for radino32
 
* Added USB serial for radino32
 
* Extended interface for radino32 SPI
 
* Extended interface for radino32 SPI
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v15_160210.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v15_160210.zip ICT_Boards_v15_160210.zip]'''<br/>
  
 
'''Version 14 - 18.12.2015'''
 
'''Version 14 - 18.12.2015'''
 
* IC_CC1101_Bridge - fix for possible freeze in very noisy environments
 
* IC_CC1101_Bridge - fix for possible freeze in very noisy environments
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v14_151218.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v14_151218.zip ICT_Boards_v14_151218.zip]'''<br/>
  
 
'''Version 13 - 15.12.2015'''
 
'''Version 13 - 15.12.2015'''
 
* Added basic libraries for RF69
 
* Added basic libraries for RF69
 
* Updated [[radino_rf_serial_bridge]] to support RF69
 
* Updated [[radino_rf_serial_bridge]] to support RF69
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v13_151215.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v13_151215.zip ICT_Boards_v13_151215.zip]'''<br/>
  
 
'''Version 12 - 11.12.2015'''
 
'''Version 12 - 11.12.2015'''
Line 158: Line 156:
 
* Added SPI and EEPROM classes to radino32 hardware library
 
* Added SPI and EEPROM classes to radino32 hardware library
 
* Updated radino32 hardwareserial with tx buffer
 
* Updated radino32 hardwareserial with tx buffer
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v12_151211.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v12_151211.zip ICT_Boards_v12_151211.zip]'''<br/>
  
 
'''Version 11 - 04.12.2015'''
 
'''Version 11 - 04.12.2015'''
Line 165: Line 163:
 
* Added library IC_CC1101_Bridge - A frontend for the CC1101 providing a serial like interface
 
* Added library IC_CC1101_Bridge - A frontend for the CC1101 providing a serial like interface
 
* Added [[radino_rf_serial_bridge]] - Example to utilize different radino modules as serial over wireless bridges
 
* Added [[radino_rf_serial_bridge]] - Example to utilize different radino modules as serial over wireless bridges
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v11_151204.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v11_151204.zip ICT_Boards_v11_151204.zip]'''<br/>
  
 
'''Version 10 - 17.07.2015'''
 
'''Version 10 - 17.07.2015'''
 
* small fix in radino WiFi Spider demo website
 
* small fix in radino WiFi Spider demo website
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v10_150717.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v10_150717.zip ICT_Boards_v10_150717.zip]'''<br/>
  
 
'''Version 9 - 16.07.2015'''
 
'''Version 9 - 16.07.2015'''
 
* New IC_ESP version: bugfix for certain HTTP set requests
 
* New IC_ESP version: bugfix for certain HTTP set requests
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v9_150716.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v9_150716.zip ICT_Boards_v9_150716.zip]'''<br/>
  
 
'''Version 8 - 07.07.2015'''
 
'''Version 8 - 07.07.2015'''
 
* New version of radino CC1101 UART Bridge. Now compatible to boards developed for radino32.
 
* New version of radino CC1101 UART Bridge. Now compatible to boards developed for radino32.
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v8_150707.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v8_150707.zip ICT_Boards_v8_150707.zip]'''<br/>
  
 
'''Version 7 - 29.06.2015'''
 
'''Version 7 - 29.06.2015'''
 
* New IC_ESP version (including TCP Client, Telnet Server and bug fixes)
 
* New IC_ESP version (including TCP Client, Telnet Server and bug fixes)
 
* WiFi support for radino32.
 
* WiFi support for radino32.
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v7_150629.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v7_150629.zip ICT_Boards_v7_150629.zip]'''<br/>
  
 
'''Version 6 - 13.05.2015'''
 
'''Version 6 - 13.05.2015'''
* Optimized GPIOs on radino32. It is now possible to set pins within 1 clock cycle. For details see [[radino32 software#GPIOs|GPIOs]].
+
* Optimized GPIOs on radino32. It is now possible to set pins within 1 clock cycle.
 
* Added examples for acessing GPIOs.
 
* Added examples for acessing GPIOs.
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v6_150513.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v6_150513.zip ICT_Boards_v6_150513.zip]'''<br/>
  
 
'''Version 5 - 28.04.2015'''
 
'''Version 5 - 28.04.2015'''
 
* included example sketch to flash the ESP8266 firmware and communicate with this chip
 
* included example sketch to flash the ESP8266 firmware and communicate with this chip
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v5_150428.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v5_150428.zip ICT_Boards_v5_150428.zip]'''<br/>
  
 
'''Version 4 - 27.04.2015'''
 
'''Version 4 - 27.04.2015'''
 
* included environment and drivers for the radino32
 
* included environment and drivers for the radino32
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v4_150427.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v4_150427.zip ICT_Boards_v4_150427.zip]'''<br/>
  
 
'''Version 3 - 27.03.2015'''
 
'''Version 3 - 27.03.2015'''
 
* updated cc1101 uart bridge
 
* updated cc1101 uart bridge
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v3_150327.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v3_150327.zip ICT_Boards_v3_150327.zip]'''<br/>
  
 
'''Version 2 - 13.03.2015'''
 
'''Version 2 - 13.03.2015'''
 
* fixed compiler issues with bluetooth library
 
* fixed compiler issues with bluetooth library
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v2_150313.zip'''<br/>
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v2_150313.zip ICT_Boards_v2_150313.zip]'''<br/>
  
 
'''Version 1 - 04.03.2015'''
 
'''Version 1 - 04.03.2015'''
Line 217: Line 215:
 
* other radinos:
 
* other radinos:
 
** migrated projects to IDE version 1.6
 
** migrated projects to IDE version 1.6
Download: '''http://ic42.de/BSP/radino/ICT_Boards_v1_150304.zip'''
+
Download: '''[http://library.radino.cc/Arduino_1_6/ICT_Boards_v1_150304.zip ICT_Boards_v1_150304.zip]'''
  
=== Arduino IDE version 1.0.x ===
+
<br/>
Libraries and examples to utilize radino functionality using the Arduino IDE 1.0.x.
+
  
==== Download ====
+
== Arduino IDE version 1.0.x ==
Current version: '''http://ic42.de/BSP/radino/ICT_Boards_106.zip'''
+
Libraries and examples to utilize radino functionality using the Arduino IDE 1.0.x.
  
[[Category:radino]]
+
==== Download: ====
 +
Current version: '''[http://library.radino.cc/Arduino_1_0/ICT_Boards_106.zip ICT_Boards_106.zip]'''

Latest revision as of 18:50, 23 January 2018

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 and installation can be found on radino/radino32 software.

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


[edit] Sketches Documentation

Documentation of example sketches for the radino, radino32 and radinoL4 series.

radino_rf_serial_bridge Serial to serial bridge over wireless (CC1101, RF69, RF233).
Compatible to radino32 modules.
dw1000_ranging_demo Adaption of the open source dw1000 ranging demo by Thomas Trojer for the radino32 DW1000 and radinoL4 DW1000.
dw1000_advanced_demo More accurate and efficient ranging demo for the radino32 DW1000 and radinoL4 DW1000.
radino32_nRF8001_UART_LED
radino_nRF8001_UART_LED
LED example for the radino32 nRF8001 and radino nRF8001 based on the Nordic Semiconductor example ble_uart_project_template.


[edit] Arduino IDE version 1.8

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

Add follow URL to your Additional Boards Manager URLs.

http://library.radino.cc/Arduino_1_8/package_radino_radino32_index.json

Current versions:


The Arduino IDE 1.8.3 with radino library via Boards Manager is tested with:

  • Windows 7
  • Windows 10
  • Debian 9.0 (sid) (VM)
  • Lubuntu 17.04
  • macOS Sierra 10.12 (VM)

Newer versions of the Arduino IDE are untested so far.


The examples and libraries become visible as soon as the corresponding radino module is selected.


For more informations about installing visit: Install Arduino IDE 1.8.3 and radino library via Boards Manager


[edit] Arduino IDE version 1.6

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

The library for radinoL4 is only available for Arduino Boards Manager (Arduino IDE version 1.8).

Updates will only be released for the Arduino Boards Manager (Arduino IDE version 1.8).

[edit] Release notes:

Version 26 - 23.05.2017

Download: ICT_Boards_V26_170523.zip

Version 25 - 21.04.2017

  • bugfix for radino32 USB-Load connections problems
  • update BLE library for radino32 nRF8001 use
  • new structure for examples
  • add ESP_Firmware_v7 for radino WiFi and radino32 WiFi
  • add new examples for radino and radino32 modules
  • add examples for radino RS485/RS232-Bridge
  • and other optimizations

Download: ICT_Boards_V25_170421.zip

Version 24 - 06.10.2016

  • stabilized radino32 USB serial
  • example sketch for the GW1000 with radino32 CC1101

Download: ICT_Boards_V24_161006.zip

Version 23 - 22.08.2016

Download: ICT_Boards_V23_160822.zip

Version 22 - 12.08.2016

  • Detect new Hardware Revision C which enabled SWD within library IC_CC1101

Download: ICT_Boards_V22_160812.zip

Version 21 - 19.07.2016

  • Add support for modes other than 8N1 to radino32 HardwareSerial
  • Add interface for user define buffersize to radino32 HardwareSerial
  • Fix cca missbehaviour in CC1101 library

Download: ICT_Boards_V21_160719.zip

Version 20 - 17.06.2016

Download: ICT_Boards_V20_160617.zip

Version 19 - 01.06.2016

  • repair tcp_push in examples
  • prepare examples and libraries for new radino32 WiFi Hardware
  • newest ESP Firmware
  • remove duplicate spider demo
  • fix some defines in radino32 hardware library

Download: ICT_Boards_V19_160601.zip

Version 18 - 03.05.2016

  • Fixed bug in IC_ESP for radino32

Download: ICT_Boards_v18_160503.zip

Version 17 - 18.03.2016

  • Removed sketch radino32/dw1000_ranging_spider in favor of a more general radino32/dw1000_ranging_demo.

Download: ICT_Boards_v17_160318.zip

Version 16 - 24.02.2016

  • Added sketch radino32/dw1000_ranging_spider. A dw1000 ranging demo optimized for antenna characteristics of our Spider boards.

Download: ICT_Boards_v16_160224.zip

Version 15 - 10.02.2016

Download: ICT_Boards_v15_160210.zip

Version 14 - 18.12.2015

  • IC_CC1101_Bridge - fix for possible freeze in very noisy environments

Download: ICT_Boards_v14_151218.zip

Version 13 - 15.12.2015

Download: ICT_Boards_v13_151215.zip

Version 12 - 11.12.2015

  • Added basic library IC_RF233 for radino RF233
  • Added library IC_RF233_Bridge - A frontend for the RF233 providing a serial like interface
  • Updated radino_rf_serial_bridge to support RF233
  • Added SPI and EEPROM classes to radino32 hardware library
  • Updated radino32 hardwareserial with tx buffer

Download: ICT_Boards_v12_151211.zip

Version 11 - 04.12.2015

  • Removed radino_CC1101_UART_Bridge
  • Updated library IC_CC1101 - CCA, frequency, datarate, power settable
  • Added library IC_CC1101_Bridge - A frontend for the CC1101 providing a serial like interface
  • Added radino_rf_serial_bridge - Example to utilize different radino modules as serial over wireless bridges

Download: ICT_Boards_v11_151204.zip

Version 10 - 17.07.2015

  • small fix in radino WiFi Spider demo website

Download: ICT_Boards_v10_150717.zip

Version 9 - 16.07.2015

  • New IC_ESP version: bugfix for certain HTTP set requests

Download: ICT_Boards_v9_150716.zip

Version 8 - 07.07.2015

  • New version of radino CC1101 UART Bridge. Now compatible to boards developed for radino32.

Download: ICT_Boards_v8_150707.zip

Version 7 - 29.06.2015

  • New IC_ESP version (including TCP Client, Telnet Server and bug fixes)
  • WiFi support for radino32.

Download: ICT_Boards_v7_150629.zip

Version 6 - 13.05.2015

  • Optimized GPIOs on radino32. It is now possible to set pins within 1 clock cycle.
  • Added examples for acessing GPIOs.

Download: ICT_Boards_v6_150513.zip

Version 5 - 28.04.2015

  • included example sketch to flash the ESP8266 firmware and communicate with this chip

Download: ICT_Boards_v5_150428.zip

Version 4 - 27.04.2015

  • included environment and drivers for the radino32

Download: ICT_Boards_v4_150427.zip

Version 3 - 27.03.2015

  • updated cc1101 uart bridge

Download: ICT_Boards_v3_150327.zip

Version 2 - 13.03.2015

  • fixed compiler issues with bluetooth library

Download: 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

Download: ICT_Boards_v1_150304.zip


[edit] Arduino IDE version 1.0.x

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

[edit] Download:

Current version: ICT_Boards_106.zip

Personal tools