Difference between revisions of "radino RF233"

From InCircuit
Jump to: navigation, search
(Software)
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{EoL}}
 +
 
== Hardware ==
 
== Hardware ==
  
Line 88: Line 90:
  
 
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/>
 +
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.
 
Visit [[radino/radino32 software]] for more information about the Arduino IDE and installation.
  
Line 100: Line 104:
  
  
'''Flashing without Arduino IDE'''
+
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]]
 
+
If you don´t want to use the Ardunio IDE, you can flash an existing .hex file with avrdude.  
+
 
+
* 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
+
** for Windows (tested with Windows 7 and avrdude 5.10)
+
avrdude -v -p atmega32u4 -c avr109 -P[bootloader_com_port] -b57600 -D -U flash:w:[path_to_file]\[your_hex_file]:i
+
** for Linux (tested with Debian 8.7 and avrdude 6.3)
+
avrdude -C/[avrdude_config_path]/avrdude.conf -v -patmega32u4 -cavr109 -P[bootloader_tty_port] -b57600 -D -V -Uflash: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.
+
  
 
<br/>
 
<br/>
Line 120: Line 110:
 
== 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://library.radino.cc/driver/radino_driver.zip Driver for radino]<br/>
 
[[radino_Library#Downloads |Downloadpage for radino library]]
 
[[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