radino RF233

From InCircuit
Revision as of 10:47, 12 May 2017 by CGruenig (Talk | contribs)

Jump to: navigation, search

Contents

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!

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

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.
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


Flashing without Arduino IDE

If you don´t want to use the Ardunio IDE, you can flash an existing .hex file with avrdude.

This guide is tested with Windows 7 and avrdude 5.10.

  • Get the radino bootloader com port from the device manager
    • Force the radino into bootloader by pressing reset button twice
    • Now the L-LED should fading
  • Set up your avrdude command
avrdude -v -p atmega32u4 -c avr109 -P[bootloader_com_port] -b57600 -D -U flash:w:[path_to_file]\[your_hex_file]:i
  • Force the radino into bootloader by pressing reset button twice, wait one or two seconds and send the avrdude command

Now your radino get flashed.


Working with Arduino IDE

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

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


Downloads

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

Personal tools