Difference between revisions of "radino RF233"

From InCircuit
Jump to: navigation, search
(Suitable application development boards)
 
(18 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{EoL}}
 +
 
== Hardware ==
 
== Hardware ==
  
Line 24: Line 26:
 
*High-Performance, Low-Power Microcontroller
 
*High-Performance, Low-Power Microcontroller
 
*Arduino Demo Applications available in our library!
 
*Arduino Demo Applications available in our library!
 +
 +
<br/>
  
 
== Suitable application development boards ==
 
== Suitable application development boards ==
Line 82: Line 86:
 
* Any Arduino project
 
* Any Arduino project
  
 +
 +
''' Working with Arduino IDE '''
  
 
The core of radino is an Arduino Micro, so the programming is as easy as programming an Arduino Micro.<br/>
 
The core of radino is an Arduino Micro, so the programming is as easy as programming an Arduino Micro.<br/>
Visit [[radino software]] for more information about the Arduino IDE.
+
For the Arduino IDE Boards Manager follow URL is required:
 +
<nowiki>http://library.radino.cc/Arduino_1_8/package_radino_radino32_index.json</nowiki>
 +
Visit [[radino/radino32 software]] for more information about the Arduino IDE and installation.
  
 
For detailed information about our library for the Arduino IDE look at the [[radino Library| radino Library documentation]].
 
For detailed information about our library for the Arduino IDE look at the [[radino Library| radino Library documentation]].
 +
 +
Common problems regarding radino modules and the Arduino system: [[radino/radino32_software#Common problems|Common problems]]
 +
 +
The Arduino IDE required follow includes for using the {{PAGENAME}}.
 +
#include <SPI.h>
 +
#include <IC_RF233.h>
 +
#include <IC_RF233_Bridge.h>
 +
 +
 +
If you don´t want to use the Ardunio IDE, you can flash an existing .hex file with avrdude. For more informations see: [[radino/radino32_software#Upload_binary_on_radino|Upload binary on radino]]
 +
 +
<br/>
  
 
== Downloads ==
 
== Downloads ==
  
[[Media:305000083A radino RF233.pdf | Datasheet {{PAGENAME}}]]<br/>
+
[[Media:305000083A radino RF233.pdf |Datasheet {{PAGENAME}}]]<br/>
[[Media:eagle_radino_lbr.zip| Eagle library for radino/radino32]]<br/>
+
[[Media:eagle_radino_lbr.zip |Eagle library for radino/radino32]]<br/>
[http://wiki.in-circuit.de/index.php5?title=radino_Library#Downloads Downloadpage for radino library]
+
[http://library.radino.cc/driver/radino_driver.zip Driver for radino]<br/>
 +
[[radino_Library#Downloads |Downloadpage for radino library]]

Latest revision as of 08:12, 26 February 2021

This product is End of Life
This product is End of Life

Contents

[edit] Hardware

radino RF233

The In-Circuit radino RF233 combines an Arduino Micro with AT86RF233 from Atmel
in a small EMC-compliant enclosure. It is part of our family of pin-to-pin compatible radino Modules.

It's part of the radino-series, which provides full-Arduino-compatible wireless communication devices
in a small form factor, all pin-compatible to each other.


Features:

  • Arduino-compatible (Arduino Micro / Leonardo)
  • Atmel AT86RF233 (http://www.atmel.com/devices/AT86RF233.aspx/)
  • Feature rich, low-power 2.4 GHz transceiver
  • Designed for industrial and consumer IEEE 802.15.4-2006/2011, ZigBee®, SP100, WirelessHART®, ISM, high data rate applications
  • Programmable output power from -17dBm up to +4dBm
  • Receiver sensitivity -101dBm
  • 15 GPIOS (5 PWM, 5 Analog IN)
  • I²C, SPI, UART
  • USB (HID Keyboard & Mouse, virtual UART)
  • High-Performance, Low-Power Microcontroller
  • Arduino Demo Applications available in our library!


[edit] Suitable application development boards

Board Pictures Description
radino Leonardo
leonardo 45.jpg
Leonardo moduleinlegen.jpg
Carrier board suitable for all radino modules. Includes Arduino connector for easy mounting of Arduino shields. Voltage regulator and Level-Shifters are also included.
radino Spider 2.4G

radino Spider RP-SMA

radino-spider top.jpg

radino-spider-rpsma top.jpg

Breadboard adapter for all radino modules
radino USB Stick
radino-usb-stick 45.jpg

radino-usb-stick enclosure.jpg radino-usb-stick top.jpg radino-usb-stick bot.jpg

USB Stick for all radino modules. Available with integrated Chip-antennas and as a version with RP-SMA-connector.
radino UART-Bridge
radino UART 45 640.jpg

radino UART top 640.jpg radino UART bot 640.jpg

UART bridge with power supply and level shifters for all radino modules
radino RS485/RS232-Bridge IP65
RS485+RS232 45.JPG

RS485+RS232 Anschluss.JPG

radino RS485-Bridge IP65 outdoor radio adapter for Modbus, Art-Net etc. Includes RS485 driver, RS232 driver, IP65 enclosure.
XBee-PRO Shield
xbee cc1101 45 1000.JPG

xbee bot 45 1000.JPG xbee RPSMA 1000.JPG

XBee Pro adapter for all radino modules
radino DinRail Adapter
radino-dinrail top 45 housing.jpg
DinRail Adapter connects our RS485 DinRail Bus System to radino modules

[edit] Software

Applications

  • Internet of Things (IoT)
  • Mobile communications
  • Digital home network
  • Industrial monitoring and control
  • Mobile accessories
  • Data logging
  • Home and building automation
  • Any Arduino project


Working with Arduino IDE

The core of radino is an Arduino Micro, so the programming is as easy as programming an Arduino Micro.
For the Arduino IDE Boards Manager follow URL is required:

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

Visit radino/radino32 software for more information about the Arduino IDE and installation.

For detailed information about our library for the Arduino IDE look at the radino Library documentation.

Common problems regarding radino modules and the Arduino system: Common problems

The Arduino IDE required follow includes for using the radino RF233.

#include <SPI.h>
#include <IC_RF233.h>
#include <IC_RF233_Bridge.h>


If you don´t want to use the Ardunio IDE, you can flash an existing .hex file with avrdude. For more informations see: Upload binary on radino


[edit] Downloads

Datasheet radino RF233
Eagle library for radino/radino32
Driver for radino
Downloadpage for radino library

Personal tools