radino WiFi

From InCircuit
Revision as of 10:34, 25 July 2017 by CGruenig (Talk | contribs)

Jump to: navigation, search

Contents

Hardware

Arduino micro + WiFi = radino WiFi


The In-Circuit radino Wifi combines an Arduino Micro with WiFi connectivity, integrating the entire TCP/IP stack
in a small form-factor 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.

http://youtu.be/-T4tdIQMn6c

Features:

  • Arduino-compatible (Arduino Micro / Leonardo)
  • fully integrated WiFi Chip ESP8266EX by Espressif (Datasheet Espressif ESP8266)
  • 802.11 b/g/n protocol
  • Wi-Fi Direct (P2P), soft-AP
  • Integrated TCP/IP protocol stack
  • Integrated TR switch, balun, LNA, power amplifier and matching network
  • +19.5dBm output power in 802.11b mode
  • ESP8266 Power down leakage current of <10uA
  • Wake up and transmit packets in < 2ms
  • ESP8266 Standby power consumption of < 1.0mW (DTIM3)
  • 15 GPIOS (5 PWM, 5 Analog IN)
  • I²C, SPI, UART
  • USB (HID Keyboard & Mouse, virtual UART)
  • High-Performance, Low-Power Microcontroller ATmega32U4


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 comminications
  • Digital home network
  • Mobile accessories
  • Data logging
  • 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


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


Software documentation for the ESP:


Working with Arduino IDE

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

#include <SPI.h>
#include <SPI_UART.h>
#include <IC_ESP.h>


Firmwareupdate

Download the update tool from ElectroDragon from our Wiki: xtcom_util.zip
The firmware tool is called XTCOM UTIL.zip

Before updating the ESP, flash the radino WiFi with the radino_WiFi_Firmwareupdate (radino/radino_WiFi/radino_WiFi_Firmwareupdate).

Do not use the USB Serial ('Serial' at Arduino) for ESP firmware update. It will corrupt the ESP firmware.

Windows

- Launch XTCOM_UTIL.
- In the Tools(T) menu choose Config Device and set the Com port and set the baud rate to the value you used during testing (57600). Click Open then Connect but don't close this panel.
- From the API TEST(A) menu choose Flash Image Download and browse to the downloaded firmware .bin file
- Click DownLoad to start the update - the progress bar will confirm it's under way.

Linux or OS X

- Ensure that you have python and the pyserial module installed
- Put the ESP8266 into firmware update mode by grounding GPIO0 and re-cycling the power.
- Get the esptool from github
- In esptool.py change the device from ttyUSB0 to what ever your usb-serial is
- Run ./esptool.py write_flash 0x000000 New_Firmware.bin (changing New_Firmware.bin to the downloaded firmware file)
- The script will write the firmware to the device.


Firmwareversion Downloadlink
ESP Firmware v1 Download
ESP Firmware v3 Download
ESP Firmware v6 Download
ESP Firmware v7 Download


Downloads

Datasheet radino WiFi
EU conformity radino WiFi
Eagle library for radino/radino32
Driver for radino
Downloadpage for radino library

Personal tools