Difference between revisions of "radino32 CC1101"

From InCircuit
Jump to: navigation, search
(Software)
(Software)
 
(5 intermediate revisions by one user not shown)
Line 2: Line 2:
  
 
== Hardware ==
 
== Hardware ==
 +
 
[[File:radino32_CC1101_C_top_1000.jpg |top|350px|radino32 CC1101 433MHz|link=http://shop.in-circuit.de/product_info.php?cPath=22_27&products_id=180]]
 
[[File:radino32_CC1101_C_top_1000.jpg |top|350px|radino32 CC1101 433MHz|link=http://shop.in-circuit.de/product_info.php?cPath=22_27&products_id=180]]
 
[[File:radino32 bot CC1101.jpg |top|350px|radino32 CC1101 433MHz|link=http://shop.in-circuit.de/product_info.php?cPath=22_27&products_id=180]]
 
[[File:radino32 bot CC1101.jpg |top|350px|radino32 CC1101 433MHz|link=http://shop.in-circuit.de/product_info.php?cPath=22_27&products_id=180]]
Line 14: Line 15:
 
'''Features:'''
 
'''Features:'''
 
*Arduino-compatible
 
*Arduino-compatible
*RF Transceiver CC1101 connected internally (http://www.ti.com/lit/ds/symlink/cc1101.pdf)
+
*RF Transceiver CC1101 connected internally ([[Media:cc1101.pdf|Datasheet Texas Instruments CC1101]])
 
*Wide range of possible protocols  
 
*Wide range of possible protocols  
 
*Available for 433MHz & 868/915MHz (assembly option for BALUN)
 
*Available for 433MHz & 868/915MHz (assembly option for BALUN)
Line 89: Line 90:
  
 
Common problems regarding radino modules and the Arduino system: [[radino/radino32_software#Common problems|Common problems]]
 
Common problems regarding radino modules and the Arduino system: [[radino/radino32_software#Common problems|Common problems]]
 +
 +
<span style="color:#ff0000;">'''Windows will automatically install the wrong bootloader driver.'''</span> Please follow the instructions for [[radino/radino32_software#Install_bootloader_driver_at_Windows_7|Windows 7]] oder [[radino/radino32_software#Install_bootloader_driver_at_Windows_10|Windows 10]].
  
  

Latest revision as of 09:02, 11 August 2017


Contents

[edit] Hardware

radino32 CC1101 433MHz radino32 CC1101 433MHz radino32 Pinout

The In-Circuit radino32 CC1101 combines an STM32L151 with the CC1101 RF Transceiver in a small form-factor EMC-compliant module. It is the follower of the radino CC1101 and offers improved CPU power, larger RAM-, Flash- and EPROM-memories and expanded pin functionalities. The core of the radino32 CC1101 is the powerfull STM32L151 by STMicroelectronics, which with 32-bit ARM® Cortex®-M3 CPU, 32 kbyte RAM, 256 kbyte Flash and 8 kbyte EPROM provides enough resources for complex functionalities.
The radino32 CC1101 is part of the radino-series, which supplies full-Arduino-compatible wireless communication devices in a small form factor. All radino Modules are pin-to-pin compatible.
http://youtu.be/-T4tdIQMn6c

radino32 CC1101

Features:

  • Arduino-compatible
  • RF Transceiver CC1101 connected internally (Datasheet Texas Instruments CC1101)
  • Wide range of possible protocols
  • Available for 433MHz & 868/915MHz (assembly option for BALUN)
  • STM32L151CC by STMicroelectronics with 32-bit ARM® Cortex®-M3 CPU
  • 256 kbyte Flash, 32 kbyte RAM, 8 kbyte EEPROM
  • Low Power RTC
  • 12 bit ADC and DAC
  • Capacitive touch sensing supported
  • 23 multifunctional GPIOS (14 PWM, 10 ADC IN, 1 DAC OUT)
  • USB, I²C, SPI, 2xUSART
  • 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 RP-SMA
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:

  • Ultra low power wireless applications operating in the 433/868/915 MHz ISM/SRD bands
  • Wireless alarm and security systems
  • Industrial monitoring and control
  • Wireless sensor networks
  • AMR – Automatic Meter Reading
  • Home and building automation
  • Wireless MBUS

With our Arduino Library for radino the radino32 CC1101 becomes fully Arduino-compatible, which enables easy programming using the Arduino IDE (http://www.arduino.cc/).
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

Windows will automatically install the wrong bootloader driver. Please follow the instructions for Windows 7 oder Windows 10.


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


[edit] Working with Arduino IDE

The Arduino IDE required follow includes for using the radino32 CC1101.

#include <SPI.h>
#include <IC_CC1101.h>
#include <IC_CC1101_Bridge.h>


[edit] Downloads

Datasheet radino32 CC1101
EU conformity radino32 CC1101, 433 MHz
EU conformity radino32 CC1101, 868 MHz
Eagle library for radino/radino32
Bootloader driver for radino32
Downloadpage for radino library

Personal tools