CC3200 SimpleLink Wi-Fi and Internet-of-Things Solution, a single-chip wireless MCU

Size: px
Start display at page:

Download "CC3200 SimpleLink Wi-Fi and Internet-of-Things Solution, a single-chip wireless MCU"

Transcription

1 CC3200 SimpleLink Wi-Fi and Internet-of-Things Solution, a single-chip wireless MCU Pre-production devices and Software Development Kit (SDK) v0.5.1 Release Notes PAGE: 1/20

2 TABLE OF CONTENTS 1 INTRODUCTION GETTING STARTED RELEASE CONTENT DIRECTORY STRUCTURE OF SDK NETWORKING FEATURES WI-FI NETWORKING PROTOCOLS ADVANCED FEATURES POWER MODES ADVANCED INFORMATION NETWORKING SAMPLE APPLICATIONS ANTENNA SELECTION CONNECTION POLICIES SEND ENTERPRISE NETWORK CONNECTION FILE SYSTEM GET TIME GET WEATHER GETTING STARTED IN AP MODE GETTING STARTED IN STA MODE HTTP SERVER MDNS MODE CONFIGURATION NWP FILTERS P2P (WI-FI DIRECT) PROVISIONING AP PROVISIONING WITH SMARTCONFIG PROVISIONING WITH WPS SCAN POLICY SSL/TLS TCP SOCKET TRANSCEIVER MODE UDP SOCKET XMPP CLIENT FILE DOWNLOAD DEEP-SLEEP PAGE: 2/20

3 7.26 HIBERNATE SERIAL WI-FI OUT OF BOX APPLICATION WI-FI AUDIO CAMERA APPLICATION SENSOR PROFILE IDLE PROFILE MCU SAMPLE APPLICATIONS LED BLINK TIMER DEMO WATCHDOG DEMO UART DEMO INTERRUPT APPLICATION I2C DEMO MCU SLEEP-DS UDMA APPLICATION FREERTOS DEMO AES DEMO DES DEMO CRC DEMO SHA-MD5 APPLICATION ADC DEMO APPLICATION PWM DEMO SD HOST DEMO SDHOST FATFS DEMO SPI DEMO UART DMA TIMER COUNT CAPTURE ERRATA FUNCTIONALITY PRE-REGULATED 3.3V TO PIN POWER CONSUMPTION INCREASE RAM SIZE MCU LOW-POWER DEEP SLEEP (LPDS) PERIPHERALS DRIVER LIBRARY NETWORK PROCESSOR PERFORMANCE WI-FI KNOWN ISSUES NETWORKING KNOWN ISSUES HOST APPLICATIONS KNOWN ISSUES APPLICATIONS KNOWN ISSUES PAGE: 3/20

4 1 Introduction This document describes the pre-production Software Development Kit (SDK) version for use with the pre-production CC3200 SimpleLink Wi-Fi MCU device mounted on the CC3200 LaunchPad evaluation kit. This pre-production release of the SDK and the CC3200 device has minor performance limitations which are listed as errata in section 9 of this document. Texas Instruments will release the production version of the CC3200 device with updated development boards and an updated SDK during summer of Getting Started Please follow the on-line CC3200 Quick Start Guide to start using the CC3200 LaunchPad development platform. Please download the CC3200 Getting Started Guide to get started with your project development. PAGE: 4/20

5 3 Release Content Item Version Type Device XCC3200ZH Pre-production device Development boards CC3200-LAUNCHXL Rev3.2 Orderable from TI SDK Installer CC3200SDK windows-installer.exe For Windows 7 and Windows XP Provided with a click wrap license Firmware Binary, pre-flashed on the CC3200LAUNCHXL board Network Processor host Version Source code driver MCU Version Source code Peripherals Drivers Power Management Version Source code Framework Library Supported IDE IAR version : 7.20 Delivered separately CCS version : 6.0 Demo Embedded HTML web-site Pre-flashed on LaunchPad and source code provided User guides CC3200 Getting started guide CC3200LAUNCHXL User Guide SimpleLink Host Driver Programmer s PDF PDF Doxygen HTML Guide Tools USB driver for CC3200LAUNCHXL for Windows7 and Windows XP Executable PAGE: 5/20

6 4 Directory structure of SDK Double-Click on the package to copy the directories (and files) to the preferred location. The first level directory structure is as shown in the table below. Directory Name Content Docs SimpleLink Host Driver Programmer s Guide Peripheral Driver Library User s Guide Power Management Framework Guide Application notes for sample applications Examples Example application in source code Driverlib Peripheral driver library source files The driverlib.a is also provided in CCS and IAR directories Inc Register definition header files middleware Power management framework providing an easy to use infrastructure for power aware solution Oslib Interface file to configure Free-RTOS or TI-RTOS SimpleLink The SimpleLink host driver code. simplelink.a, simplelink_nonos.a and simplelink_pm are available in CCS and IAR directories. For GCC compiler simplelink.a and simplelink_nonos.a are available in gcc folder. third_party FatFS source files FreeRTOS souce files ti_rtos Abstraction layer files for TI-RTOS tools ccs_patch Files required for CCS-FTDI-LP connection Iar_patch Files required for IAR-FTDI-LP connection ftdi- Contains CC3200 FTDI-USB driver for Windows PAGE: 6/20

7 5 Networking features 5.1 Wi-Fi Standards b/g/n Station and Wi-Fi Direct Client Supported Channels 1-13 Personal Security WEP, WPA and WPA2 Enterprise Security WPA-2 Enterprise EAP Fast, EAP PEAPv0 MSCHAPv2, EAP PEAPv0 TLS, EAP PEAPv1 TLS, EAP TLS, EAP TTLS TLS, EAP TTLS MSCHAPv2 Provisioning SmartConfig TM technology Wi-Fi Protected Setup (WPS2) Access Point mode with internal HTTP Web Server Standards b/g Access Point and Wi-Fi Direct Group Owner Clients 1 Personal Security WEP, WPA and WPA2 5.2 Networking protocols IP Transport Cross-Layer Application Transport Layer Security IPv4 UDP TCP RAW ICMP DHCP ARP DNS mdns DNS-SD HTTP 1.0 web server SSLV3 SSL_RSA_WITH_RC4_128_SHA SSLV3 SSL_RSA_WITH_RC4_128_MD5 TLSV1 TLS_RSA_WITH_RC4_128_SHA TLSV1 TLS_RSA_WITH_RC4_128_MD5 TLSV1 TLS_RSA_WITH_AES_256_CBC_SHA TLSV1 TLS_DHE_RSA_WITH_AES_256_CBC_SHA TLSV1 TLS_ECDHE_RSA_WITH_RC4_128_SHA TLSV1 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA TLSV1_1 TLS_RSA_WITH_RC4_128_SHA TLSV1_1 TLS_RSA_WITH_RC4_128_MD5 TLSV1_1 TLS_RSA_WITH_AES_256_CBC_SHA PAGE: 7/20

8 User application sockets 5.3 Advanced Features Transceiver Traffic Filters TLSV1_1 TLS_DHE_RSA_WITH_AES_256_CBC_SHA TLSV1_1 TLS_ECDHE_RSA_WITH_RC4_128_SHA TLSV1_1 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA TLSV1_2 TLS_RSA_WITH_RC4_128_SHA TLSV1_2 TLS_RSA_WITH_RC4_128_MD5 TLSV1_2 TLS_RSA_WITH_AES_256_CBC_SHA TLSV1_2 TLS_DHE_RSA_WITH_AES_256_CBC_SHA TLSV1_2 TLS_ECDHE_RSA_WITH_RC4_128_SHA TLSV1_2 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Up to 8 open sockets Up to 2 secured application sockets: - One server (listen socket and accept socket) + client (data socket) - Up to two clients (data socket) Transmit and Receive raw Wi-Fi packets with full control over payload. Wi-Fi disconnect mode. Can be used for general-purpose applications (e.g. tags, sniffer, RF tests) Embedded filters to reduce power consumption and Wake-on-LAN trigger packets (IP and MAC layer) 5.4 Power modes MCU Power Management framework library allows user applications to exploit the following device power management modes: Sleep Low Power Deep Sleep Hibernate The Wi-Fi network processor core supports the following low power policies Low Power mode Configurable Power Policies Uses Power Save and Device Deep Sleep Power with three user configurable policies Normal (Default) - Best tradeoff between traffic delivery time and power performance Low power Used only for Transceiver mode application (Disconnect mode) Long Sleep Interval wakes up for the next DTIM after a configurable sleep interval, up to 2 seconds. This policy is only applicable for client socket mode PAGE: 8/20

9 5.4.1 MCU Peripheral Interface Drivers Drivers and example applications are provided in the SDK package for the following peripheral interfaces - ADC AES CAMERA CRC DES GPIO I2C Interrupt I2S PinMux PRCM SDHost SHAMD5 SPI Systick Timer UART UDMA WDT Analog to digital converter. Advanced encryption standard Parallel interface (8 bits) that can be used to connect to camera sensors. Cyclic redundancy check Data encryption standard. General purpose input/output Standard I2C interface to communicate with various sensors Interrupt module Audio signal processor Pinmux setting for Pads Power reset and clock module Secure digital host controller Secure hash algorithm, message digest algorithm Serial peripheral interface System tick functionality General purpose timers Standard UART interface Direct memory access Watchdog timer PAGE: 9/20

10 6 Advanced information TCP/IP o TCP Window size is 16KB, divided between application sockets. o IP Fragmentation is not supported for Tx UDP and RAW sockets o Max Tx payload for Raw packet with IP header is 1460 bytes o Max Tx payload for Raw Transceiver is 1488 bytes SSL/TLS Certificates o Certificate Authority (CA) certificates needs to be installed if server authentication is required o CA Certificate key size up to 2048 bit WEP o Supporting only WEP open using ASCII pre shared key WPS o Up to 4 seconds delay between association and EAPOL-Start SmartConfig o Not supported with 5GHz AP (802.11a/n/ac) o Not supported for MIMO-capable configuration devices o Only Group 0 is supported in auto start mode Tx Power o Tx power in AP mode takes effect only after reset Wi-Fi Direct o In Group Owner mode FAST connection policy has to be set to TRUE Rx Filters o BSSID can't be filtered while STA is connected (if filtered will cause disconnection) Power Management o The device will remain in active after initialization until the host reads all events File System o Up to 100 user files, file size is not limited MCU Deep Sleep Mode o User Application should handle the behavior that MCU Deep Sleep mode invocation leads to change in Peripheral Clocks (Frequency gets reduced by a factor of 2 ) Serial Flash CC3200 supports JEDEC specification compliant Serial Flash devices with 4Kbyte sector size erase. The following parts were validated: o Micron N25Q128-A13BSE40 128Mbit o Spansion S25FL208K 8Mbit o Winbond W25Q16V 16Mbit o Adesto AT25DF081A 8Mbit o Macronix MX25L12835F-M2 128Mbit PAGE: 10/20

11 7 Networking sample applications The release package includes several sample applications developed for the CC3200 Cortex M4 processor. The applications come with - Detailed Application Note (readme documents) - Project files for IAR, CCS or Both as well as GCC makefiles for a few applications 7.1 Antenna Selection This is a reference implementation for antenna-selection scheme running on the CC3200 MCU, to enable improved radio performance inside buildings 7.2 Connection Policies This application demonstrates the usage of the CC3200 profiles and connection-policies. 7.3 Send This application sends an using SMTP to a user-configurable address at the push of a button. 7.4 Enterprise Network Connection This application demonstrates the procedure for connecting the CC3200 to an enterprise network. 7.5 File System This application demonstrates the use of the file system API to read and write files from the serial Flash. 7.6 Get Time This application connects to an SNTP cloud server and receives the accurate time. 7.7 Get Weather This application connects to Open Weather Map cloud service and receives weather data. 7.8 Getting Started in AP Mode This application configures the CC3200 in AP mode. It verifies the connection by pinging the connected client. PAGE: 11/20

12 7.9 Getting Started in STA Mode This application configures the CC3200 in STA mode. It verifies the connection by pinging the connected Access Point HTTP Server This application demonstrates using the on-chip HTTP Server APIs to enable static and dynamic web page content MDNS This application registers the service for broadcasting and attempts to get the service by the name broadcasted by another device Mode Configuration This application demonstrates switching between STA and AP modes NWP Filters This application demonstrates the configuration of Rx-filtering to reduce the amount of traffic transferred to the host, and to achieve lower power consumption P2P (Wi-Fi Direct) This application configures the device in P2P (Wi-Fi Direct) mode and demonstrates how to communicate with a remote peer device Provisioning AP This application demonstrates the use of the on Chip HTTP server for Wi-Fi provisioning in AP Mode, building upon example application 7.8 above. PAGE: 12/20

13 7.16 Provisioning with SmartConfig This application demonstrates the usage of TI's SmartConfig Wi-Fi provisioning technology. The Wi-Fi Starter Application for ios and Android is required to use this application. It can be downloaded from following link: or from the Apple App store and Google Play Provisioning with WPS This application demonstrates the usage of WPS Wi-Fi provisioning with CC Scan Policy The application demonstrates the scan-policy settings in CC SSL/TLS The application demonstrates the usage of certificates with SSL/TLS for application traffic privacy and device or user authentication 7.20 TCP Socket The application demonstrates simple connection with TCP traffic Transceiver Mode The application demonstrates the CC3200 transceiver mode of operation UDP Socket The application demonstrates simple connection with UDP traffic XMPP Client The application demonstrates instant messaging using a cloud based XMPP server File Download This application demonstrates file download from a cloud server to the on board serial Flash Deep-sleep This application demonstrates the deep-sleep low power mode a networking application Hibernate This application demonstrates the hibernate ultra-low-power mode in a networking application using an UDP client. PAGE: 13/20

14 7.27 Serial Wi-Fi This application implements a wireless terminal over a Wi-Fi network and an AT commands like control interface 7.28 Out of Box Application This application demonstrates the out of box experience where user can view different demo and SDK web links on their web-browser Wi-Fi Audio This application demonstrates Bi-directional wireless audio on a CC3200 LaunchPad. It uses two LaunchPad boards in STA mode and streams the audio from one LaunchPad to the other Camera Application This example demonstrates image capture using the CC3200 fast parallel interface 7.31 Sensor Profile This application shows how to use hibernate mode through the Power Management Framework 7.32 Idle Profile This Application exercises low power modes (LPDS) using Power Management Framework (middleware). 8 MCU sample applications 8.1 LED Blink This application uses the GPIO DriverLib APIs to blink an LED on the CC3200 Launchpad. 8.2 Timer Demo This application demonstrates the CC3200 timer DriverLib APIs. It uses 16 bit timers to generate interrupts which in turn toggle the state a GPIO driving LEDs. 8.3 Watchdog Demo This application demonstrates the use of the Watch Dog timer (WDT) DriverLib APIs. It shows how the watchdog timer resets the device on system failure. PAGE: 14/20

15 8.4 UART Demo This application uses the UART DriverLib APIs to demonstrate typing echo on a UART terminal. 8.5 Interrupt Application This application uses the Interrupt DriverLib APIs to demonstrate the CC3200 MCU interrupt preemption and tail-chaining capabilities. 8.6 I2C Demo This application uses the I2C DriverLib APIs to read and write the I2C peripherals on the CC3200 LaunchPad. 8.7 MCU Sleep-DS This application demonstrates the Sleep and Deep Sleep modes of the CC3200 MCU. 8.8 udma Application This application uses the UDMA DriverLib APIs to show various DMA mode functionalities. 8.9 FreeRTOS Demo This application demonstrates using FreeRTOS for multiple task creation and inter-task communication using queues AES Demo This application uses the AES Driverlib APIs to exercise various AES encryption modes DES Demo This application uses the DES Driverlib APIs to exercise various AES encryption modes CRC Demo This application uses the CRC Driverlib APIs to exercise various CRC calculation modes SHA-MD5 Application This application uses the SHA-MD5 Driverlib APIs to to exercise various SHA-MD5 modes ADC Demo Application This application demonstrates the C3200 ADC module using the Driverlib APIs. PAGE: 15/20

16 8.15 PWM Demo This application demonstrates the PWM mode of the CC3200 General Purpose Timers (GPT) SD Host Demo This application demonstrates the functionality of the Secure Digital Host (SD Host) controller of CC3200, which interfaces with standard SD memory cards in 1-bit transfer mode SDHost FatFS Demo This application uses the FatFS library for block level read/write access to SD card, using the SD Host controller on CC SPI Demo This application shows the initialization sequence that enables the CC3200 SPI module in full duplex 4-wire master and slave modes UART DMA This application demonstrates using the CC3200 UART interface with udma and interrupts Timer Count Capture This application demonstrates measuring the frequency of an external signal using the CC3200 Timer count capture feature. PAGE: 16/20

17 9 Errata The following section covers known issues and performance limitations with SDK and the CC3200 pre-production devices. TI will release the CC3200 production devices with SDK during summer 2014 that will remove some of the limitations as described ahead. 9.1 Functionality 9.2 Pre-regulated 3.3v to Pin 47 For preproduction devices connect an external pre-regulated 3.3v +/- 5% supply to pin 47 (VDD_ANA2). This adds 12mA average current and up to 100mA peak current over 20uSec to the total system current at 3.3V. The CC300 LaunchPad version 3.2 already includes the correct supply configuration for the pre-production device and also adds a 10uF capacitor to filter the peak currents. No further action is required. The external 3.3V supply is not required in the CC3200 production device in which case pin 47 can be left not connected. If pin 45 is used in the production device as a GPIO, pin 47 has to be connected to any on-board power supply. 9.3 Power consumption increase Power consumption of the CC3200 pre-production device in all active modes is 1-2 ma higher compared to the CC3200 production devices 9.4 RAM size Preproduction device have 192 Kbyte RAM available for user application. The production devices will have 256 Kbyte RAM available 9.5 MCU Low-Power Deep Sleep (LPDS) Pre-production devices do not support LPDS mode. 9.6 Peripherals driver library On CC3200 pre-production devices the peripheral driver library needs to be compiled and executed from RAM. On CC3200 production device, the peripheral driver library is burned in the device ROM leaving more RAM space for user applications. PAGE: 17/20

18 9.7 Network Processor Performance Item SDK SDK ** MCU-NWP SPI link 13 MHz 20 MHz Init time from hibernate until device ready for networking 250 msec 50 msec Init time from hibernate until WPA2 connection * 300 msec 95 msec Maximum UDP throughput, open socket 13 Mbps 16 Mbps Maximum TCP throughput, open socket 11 Mbps 12 Mbps Maximum TLS/SSL throughput with RC4_128 cipher 5 Mbps 8 Mbps Maximum TLS/SSL throughput with AES_256 cipher 7 Mbps 8 Mbps Minimum TLS/SLL connection time with ECC cipher 2.5 Sec 1.4 Sec Minimum TLS/SSL connection time with RSA cipher 200 msec 150 msec * Excluding user application boot time ** SDK target performance based on CC3200 production device 9.8 Wi-Fi known issues ID MCS Title Wi-Fi Direct connection can fail at first attempt Description Negotiation with peer device is not always successful at first attempt Impact The first connection doesn t success Workaround Repeat the connection attempt Fix Expected Will be improved in SDK ID MCS Title Scan during connection process Description Cannot invoke a scan command while trying to connect Impact Scan command might interfere with connection process Workaround Avoid calling scan during connection Fix Expected Fix expected in SDK ID MCS Title Adding profile using Fast connection-policy Description The profile has to be explicitly added when using Fast connection-policy Impact Connection policy with Fast will not connect automatically if profile is not added explicitly. Workaround Add the profile manually Fix Expected Fix expected in SDK PAGE: 18/20

19 9.9 Networking known issues ID Title Description Impact Workaround ID Title Description Impact ID Title Description Impact MCS sl_netappdnsgethostbyname returns with no answer In high Rx traffic conditions some DNS packets can be dropped, causing GetHostByName to fail No answer on request Upon error return status call the API again MCS Failing IXIA invalid DHCP test case Failing IXIA test case for RFC2131 Device IP address will not be updated when receiving a malformed DHCPACK packet MCS Failing IXIA malformed ICMP header test case Failing IXIA test case 5.1 for handling malformed ICMP header None 9.10 Host applications known issues ID Title Description Impact Workaround ID Title Description Impact Workaround Fix Expected MCS WPS PIN Connect failure if pin code is not null-terminated If the PIN code from the HOST is not null terminated connection can fail in some cases Connection failure Add null termination to the PIN code string MCU During Debug, the path for driverlib or simplelink related files needs to be specified explicitly by the user This is due to IAR/CCS IDE generate *.a library with static path embed in it. Clean Build Required for debug sessions Build Driverlib and Simplelink project before building any example project. TBD PAGE: 19/20

20 9.11 Applications known issues ID Title Impact ID Title Impact Workaround MCS In AP mode the internal DNS Server cannot be disabled Cannot use external DNS server in AP mode MCS 'AnyP2P' and 'Auto smart config' policies can be changed only in station or P2P mode Can t change these specific configurations from the HTTP server in AP mode Change the configurations while in STA mode PAGE: 20/20

CC3100 SimpleLink Wi-Fi Network Processor and Internet-of-Things Solution for MCU Applications

CC3100 SimpleLink Wi-Fi Network Processor and Internet-of-Things Solution for MCU Applications CC3100 SimpleLink Wi-Fi Network Processor and Internet-of-Things Solution for MCU Applications Pre-production devices and Software Development Kit (SDK) v0.5.1 Release Notes PAGE: 1/15 TABLE OF CONTENTS

More information

CC3200 SimpleLink Wi-Fi and Internet-of-Things Solution, a single-chip wireless MCU

CC3200 SimpleLink Wi-Fi and Internet-of-Things Solution, a single-chip wireless MCU CC3200 SimpleLink Wi-Fi and Internet-of-Things Solution, a single-chip wireless MCU Software Development Kit (SDK) v1.0.0 Release Notes PAGE: 1/25 TABLE OF CONTENTS 1 INTRODUCTION... 5 2 GETTING STARTED...

More information

ArduCAM CC3200 UNO board

ArduCAM CC3200 UNO board ArduCAM CC3200 UNO board User Guide Rev 1.2, Mar 2017 Table of Contents 1 Introduction... 2 2 Features... 3 3 Pin Definition... 4 4 Getting Started CC3200 with Energia... 5 4.1 Out of the Box Test... 5

More information

RN-171-EK Evaluation Board

RN-171-EK Evaluation Board RN -17 1-E K-DS RN-171-EK Evaluation Board Features Ultra-low power: 4-uA sleep, 40-mA Rx, 180-mA Tx at 10 dbm Configurable transmit power: 0 to +12 dbm UART hardware interfaces and SPI slave Up to 1 Mbps

More information

Bidirectional wireless communication between IBM Cloud and Bluetooth Low Energy peripherals through SimpleLink Wi-Fi

Bidirectional wireless communication between IBM Cloud and Bluetooth Low Energy peripherals through SimpleLink Wi-Fi Bidirectional wireless communication between IBM Cloud and Bluetooth Low Energy peripherals through SimpleLink Wi-Fi 30.7B connected devices by 2020, 75.4B by 2025 Top IoT concerns Security Complex standards

More information

Bluegiga Wi-Fi Software 9/19/2013 1

Bluegiga Wi-Fi Software 9/19/2013 1 Bluegiga Wi-Fi Software 9/19/2013 1 Table of Contents Key Features Benefits Wi-Fi Software Architecture Use cases 9/19/2013 2 Key Features IEEE 802.11 features 802.11 b/g/n 802.11d STA mode AP mode* Security

More information

RN-174 WiFly Super Module

RN-174 WiFly Super Module RN- WiFly Super Module Features Evaluation board for the RN- module Supports chip antenna (RN--C), PCB trace antenna (RN--P), wire antenna (RN--W), and U.FL connector for an external antenna (RN--U) Ultra-low

More information

WF121: b/g/n module. Product Presentation

WF121: b/g/n module. Product Presentation WF121: 802.11 b/g/n module Product Presentation Topics Key features Benefits WF121 overview The Wi-Fi software stack Evaluation tools Certifications Use cases Key features WF121: Key features 802.11 b/g/n

More information

TI SimpleLink dual-band CC1350 wireless MCU

TI SimpleLink dual-band CC1350 wireless MCU TI SimpleLink dual-band CC1350 wireless MCU Sub-1 GHz and Bluetooth low energy in a single-chip Presenter Low-Power Connectivity Solutions 1 SimpleLink ultra-low power platform CC2640: Bluetooth low energy

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 4/20/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 4/20/2011 www.rovingnetworks.com rn-174-ds v1.1 4/20/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011 WiSnap M2 Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (RN-174-C), PCB Trace antenna (RN-174-P), wire antenna (RN- 174-W) and

More information

CC3120/CC3220 SimpleLink TM Wi-Fi Overview. Michael Reymond Texas Instruments

CC3120/CC3220 SimpleLink TM Wi-Fi Overview. Michael Reymond Texas Instruments CC3120/CC3220 SimpleLink TM Wi-Fi Overview Michael Reymond Texas Instruments 1 Agenda Introduction to SimpleLink Wi-Fi Solutions SimpleLink WiFi CC3220/CC3120 Software Low power Security Provisioning HomeKit

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 1/24/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 1/24/2011 www.rovingnetworks.com rn-174-ds v1.1 1/24/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

Session 4. Embedded Wireless LAN Module. (WizFi210/220) Ultra Low Power. WIZnet EU 2012 MARCH - 1 -

Session 4. Embedded Wireless LAN Module. (WizFi210/220) Ultra Low Power. WIZnet EU 2012 MARCH - 1 - Session 4 Ultra Low Power Embedded Wireless LAN Module (WizFi210/220) WIZnet EU - 1-2012 MARCH Contents Wi-Fi Product Roadmap Specification WizFi210 Feature WIZnet Wi-Fi module comparison Target Application

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 3/3/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 3/3/2011 www.rovingnetworks.com rn-174-ds v1.1 3/3/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

RN-134. WiFly GSX Super Module SuRF Board. Features. Description. Applications. ~ page 1 ~ rn-134-ds v1.

RN-134. WiFly GSX Super Module SuRF Board. Features. Description. Applications. ~ page 1 ~  rn-134-ds v1. WiFly GSX Super Module SuRF Board Features UART interface with RS232 and TTL signaling Through hole board simplifies system integration Accepts 3-12VDC Status LEDs to show network status and data transfer

More information

b/g/n 1T1R Wireless USB Adapter. User s Manual

b/g/n 1T1R Wireless USB Adapter. User s Manual 802.11 b/g/n 1T1R Wireless USB Adapter User s Manual Federal Communication Commission Interference Statement This equipment has been tested and found to comply with the limits for a Class B digital device,

More information

EVR b/g/n VPN Router PRODUCT DESCRIPTION

EVR b/g/n VPN Router PRODUCT DESCRIPTION 802.11b/g/n VPN Router 2.4GHz 300Mbps Gigabit 11N VPN PRODUCT DESCRIPTION is a 2T2R Wireless 11N Gigabit VPN Router that delivers up to 6x faster speeds and 3x extended coverage than 802.11g devices. supports

More information

Content 1. General Description Features System Block Diagram Module Hardware Description Module photo Packag

Content 1. General Description Features System Block Diagram Module Hardware Description Module photo Packag RAK473 UART WiFi Module Specification V1.4 Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2015 Rakwireless all rights reserved. Mentioned in this document, the actual

More information

RENESAS SYNERGY PLATFORM

RENESAS SYNERGY PLATFORM RENESAS SYNERGY PLATFORM A complete and qualified embedded MCU software and hardware platform 2018.04 START AHEAD Get to market faster and easier with Renesas Synergy. As the first fully qualified MCU

More information

Light Mesh AP. User s Guide. 2009/2/20 v1.0 draft

Light Mesh AP. User s Guide. 2009/2/20 v1.0 draft Light Mesh AP User s Guide 2009/2/20 v1.0 draft i FCC Certifications This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules.

More information

nblue TM BR-MUSB-LE4.0-S2A (CC2540)

nblue TM BR-MUSB-LE4.0-S2A (CC2540) Page 1 of 5 Copyright 2002-2014 BlueRadios, Inc. Bluetooth 4.0 Low Energy Single Mode Class 1 SoC USB Serial Dongle nblue TM BR-MUSB-LE4.0-S2A (CC2540) AT HOME. AT WORK. ON THE ROAD. USING BLUETOOTH LOW

More information

Product specification

Product specification MJIOT-AMB-03 Product specification 1 MJIOT-AMB-03module appearance 2 目录 1. Product overview...4 1.1 Characteristic... 5 1.2 main parameters...6 1.2 Interface definition... 7 2. appearance and size... 8

More information

BLUEGIGA WI-FI SOFTWARE

BLUEGIGA WI-FI SOFTWARE BLUEGIGA WI-FI SOFTWARE API DOCUMENTATION Tuesday, 2 June 2015 Version 2.2 Table of Contents 1 Version History - WF121 SW API 5 2 Introduction to Bluegiga Wi-Fi software 7 2.1 Bluegiga Wi-Fi Stack 7 2.2

More information

EVR b/g/n VPN Router

EVR b/g/n VPN Router EVR100 is a 2T2R Wireless 11N Gigabit VPN Router that delivers up to 6x faster speeds and 3x extended coverage than 802.11g devices. EVR100 supports home network with superior throughput and performance

More information

BLUEGIGA WI-FI SOFTWARE

BLUEGIGA WI-FI SOFTWARE BLUEGIGA WI-FI SOFTWARE API DOCUMENTATION Thursday, 24 November 2016 Version 3.0 Table of Contents 1 Version History - WF121 SW API 5 2 Introduction to Bluegiga Wi-Fi software 7 2.1 Bluegiga Wi-Fi Stack

More information

eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd.

eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd. eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd. http://www.eztcp.com Contents 1 Overview... - 4-1.1 Overview... - 4-1.2 Available products... - 4-2 Window Composition...

More information

RN-171-XV b/g Wireless LAN Module

RN-171-XV b/g Wireless LAN Module RN-171-XV 802.11 b/g Wireless LAN Module Features Drop-in Wi-Fi solution for existing systems that currently use 802.15.4 modules Based on Roving Networks robust RN-171 Wi-Fi module Based on a pseudo-standard

More information

Tim Chin Omar Gonzalez Ward Huang. Critical Design Review

Tim Chin Omar Gonzalez Ward Huang. Critical Design Review Tim Chin Omar Gonzalez Ward Huang Critical Design Review » Music player that plays custom songs and playlists based on multiple factors including: Lighting (artificial, natural, brightness) Time of day

More information

TI-RTOS overview. Nick Lethaby, TI-RTOS and IoT Ecosystem. May 2015

TI-RTOS overview. Nick Lethaby, TI-RTOS and IoT Ecosystem. May 2015 I-ROS overview Nick Lethaby, I-ROS and Io Ecosystem May 2015 1 What is I-ROS? Connectivity Wi-Fi, Bluetooth Smart, ZigBee, Cellular (via PPP), Wired CP/IP, LS/SSL Other Middleware USB, File Systems I -

More information

ACCESS POINTS. Configuration Specifications

ACCESS POINTS. Configuration Specifications With a powerful integrated controller, application level intelligence, zero-touch provisioning, and available cloud-based network management, Xirrus XR-500 and XR-600 series Access Points provide a powerful

More information

Wi-Fi Modules. Turnkey Solution for the Internet of Things. -

Wi-Fi Modules. Turnkey Solution for the Internet of Things.  - Wi-Fi Modules Turnkey Solution for the Internet of Things www.emcu.it - www.silica.com Seamless Connectivity in the Internet of Things 2 Home/Building Automation Home life control: alarm, device remote

More information

Qualcomm Wi-Fi Connectivity Selector Guide

Qualcomm Wi-Fi Connectivity Selector Guide Qualcomm Wi-Fi Connectivity Selector Guide Integrated multi-mode Wi-Fi solutionsfor simple, adaptive and seamless connectivity for the Internet of Things Qualcomm Wi-Fi, QCA400x, QCA401x, QCA402x and QCA4531

More information

Bluegiga WF121 Wi-Fi Module. Embedded Wi-Fi modules. for affordable connectivity

Bluegiga WF121 Wi-Fi Module. Embedded Wi-Fi modules. for affordable connectivity Embedded Wi-Fi modules for affordable connectivity Bluegiga WF121 Wi-Fi Module WF121 is a standalone programmable Wi-Fi module with integrated TCP/IP s tack. It is an ideal product for embedded applications

More information

The Software of Things T Y S O N T U T T L E C E O S I L I C O N L A B S A S P E N C O R E C E O S U M M I T S H E N Z H E N 8 N O V E M B E R 2018

The Software of Things T Y S O N T U T T L E C E O S I L I C O N L A B S A S P E N C O R E C E O S U M M I T S H E N Z H E N 8 N O V E M B E R 2018 The Software of Things T Y S O N T U T T L E C E O S I L I C O N L A B S A S P E N C O R E C E O S U M M I T S H E N Z H E N 8 N O V E M B E R 2018 Most technology we ve built so far was for the Internet

More information

Getting Started With the Stellaris EK-LM4F120XL LaunchPad Workshop. Version 1.05

Getting Started With the Stellaris EK-LM4F120XL LaunchPad Workshop. Version 1.05 Getting Started With the Stellaris EK-LM4F120XL LaunchPad Workshop Version 1.05 Agenda Introduction to ARM Cortex Cortex -M4F M4F and Peripherals Code Composer Studio Introduction to StellarisWare, I iti

More information

ECB N Multi-Function Gigabit Client Bridge

ECB N Multi-Function Gigabit Client Bridge ECB9500 is a powerful and multi-functioned 11n product with 7 major multi-functions, is designed to operate in every working environment for enterprises. ECB9500 is a Wireless Network device that delivers

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-1.0 Version /8/2011 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-1.0 Version /8/2011 USER MANUAL RN-WIFLY-EVAL-UM WiFly Evaluation Kit 0 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-.0 Version.0 //0 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks

More information

AT-501 Cortex-A5 System On Module Product Brief

AT-501 Cortex-A5 System On Module Product Brief AT-501 Cortex-A5 System On Module Product Brief 1. Scope The following document provides a brief description of the AT-501 System on Module (SOM) its features and ordering options. For more details please

More information

WiFi-Adaptor. Technical Manual. Low cost serial to Wi-Fi interface for TERN controllers

WiFi-Adaptor. Technical Manual. Low cost serial to Wi-Fi interface for TERN controllers Low cost serial to Wi-Fi interface for TERN controllers Technical Manual 1950 5 th Street, Davis, CA 95616, USA Tel: 530-758-0180 Fax: 530-758-0181 Email: sales@tern.com http://www.tern.com COPYRIGHT WiFi-Adaptor,

More information

Wi-Fi Node Sensors W-Fi & Wi-Fi 802.1x Data Sheet

Wi-Fi Node Sensors W-Fi & Wi-Fi 802.1x Data Sheet Wi-Fi Node Sensors W-Fi 802.11 & Wi-Fi 802.1x Data Sheet SensoScientific, Inc 685 Cochran St. Suite #200 Simi Valley, CA 93065 P: 1-800-279-3101 F: 1.888-238-6002 Document SEN-M009 Rev. 4.2 Prepared by

More information

BLE MODULE SPECIFICATIONS

BLE MODULE SPECIFICATIONS WIRELESS-TAG BLE MODULE SPECIFICATIONS nrf51-01/02/dk Bluetooth Low Energy (BLE) module of nrf51-01/02 is the next generation BLE module released by SEMITRION electronics. The modules use nrf51822 from

More information

802.11b/g/n SOHO Router 2.4GHz 300Mbps 11N AP/Router

802.11b/g/n SOHO Router 2.4GHz 300Mbps 11N AP/Router 802.11b/g/n SOHO Router 2.4GHz 300Mbps 11N AP/Router ESR-9752 PRODUCT DESCRIPTION ESR-9752 is a 2T2R Wireless Single chip 11N Broadband Router that delivers up to 6x faster speeds and 3x extended coverage

More information

AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee.

AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee. AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee. Introduction ZigBee is one of the Advanced Wireless Technology and CC2430 is the first single-chip

More information

Wireless Sensor Networks. FireFly 2.2 Datasheet

Wireless Sensor Networks. FireFly 2.2 Datasheet 2.2 Datasheet July 6, 2010 This page intentionally left blank. Contents 1. INTRODUCTION...1 Features...1 Applications...2 2. BLOCK DIAGRAM...3 3. HARDWARE CONNECTIONS...4 Power...5 Header 1 ( UARTS, I2C,

More information

Prepaid Energy System

Prepaid Energy System Prepaid Energy System Group 21 Youssef Ojeil (EE) Michael Cuervo (EE) MD.S. Rahaman (EE) Sahin Okur (EE) Sponsored by: Supervised by Dr. Chung-Yong Chan Goals and Objectives Alternative pre-paid solution

More information

PACKAGE CONTENT TECHNICAL SPECIFICATION. Ethernet: One 10/100 Fast Ethernet RJ-45. Power Jack Power Status. LAN (Internet connection)

PACKAGE CONTENT TECHNICAL SPECIFICATION. Ethernet: One 10/100 Fast Ethernet RJ-45. Power Jack Power Status. LAN (Internet connection) 802.11b/g/n Range Extender 2.4 GHz 300Mbps 11N Repeater/ client bridge PRODUCT DESCRIPTION is a 2.4GHz 802.11b/g/n 300Mbps Repeater & Client Bridge (Range Booster / Extender). Range Extender solves the

More information

Wireless Modules Wi-Fi Module

Wireless Modules Wi-Fi Module based on TI CC3200 IoT based on CC3200 Texas Instrument chip. The module is the second-generation series of modules in the SimpleLink family and consists of an applications microcontroller unit (MCU),

More information

ESP-07S User Manual REV:

ESP-07S User Manual REV: REV:1.0 2016.3.15 FCC STATEMENT This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference. (2) This device

More information

Wireless 300N Gigabit Gaming Router 2.4GHz Gigabit Ethernet / Stream Engine 11N 2x2 (300Mbps)

Wireless 300N Gigabit Gaming Router 2.4GHz Gigabit Ethernet / Stream Engine 11N 2x2 (300Mbps) Wireless 300N Gigabit Gaming Router ESR9855G 2.4GHz Gigabit Ethernet / Stream Engine 11N 2x2 (300Mbps) PRODUCT DESCRIPTION ESR9855G is a Media Enhanced 11N Gaming Router. ESR9855G supports home network

More information

Digital Circuits Part 2 - Communication

Digital Circuits Part 2 - Communication Introductory Medical Device Prototyping Digital Circuits Part 2 - Communication, http://saliterman.umn.edu/ Department of Biomedical Engineering, University of Minnesota Topics Microcontrollers Memory

More information

RWRemote v2 revision

RWRemote v2 revision User Guide RWRemote v2 revision 1.4 02. SUMMARY TECHNICAL FEATURES... 3 COMPATIBLE OS AND DEVICES... 4 CONNECTING THE WI-FI REMOTE TO THE ROBOT... 5 WORKING WI-FI MODES... 6 HOTSPOT MODE... 6 HOME WI-FI

More information

Embedded Programming with ARM Cortex-M3 Basic Experiments 1

Embedded Programming with ARM Cortex-M3 Basic Experiments 1 Embedded Programming with ARM Cortex-M3 Basic Experiments 1 Alan Xiao, Ph.D Handheld Scientific, Inc. qiwei@handheldsci.com Today s Topics Basics (with the Discovery board): 1. General Input/Output (GPIO)

More information

Exam Questions CWSP-205

Exam Questions CWSP-205 Exam Questions CWSP-205 Certified Wireless Security Professional https://www.2passeasy.com/dumps/cwsp-205/ 1.. What is one advantage of using EAP-TTLS instead of EAP-TLS as an authentication mechanism

More information

WIRELESS 150N USB 2.0 ADAPTER

WIRELESS 150N USB 2.0 ADAPTER WIRELESS 150N USB 2.0 ADAPTER DN-70440-1 Rev.2 DN-7042-1 Rev.3 Manual DN-70440-1 Rev.2 DN-7042-1 Rev.3 1 / 38 Chapter 1: Introduction..3 1.1 Product Features..3 1.2 Package Contents.3 1.3 Indicator Description.3

More information

Vendor: HP. Exam Code: HP2-Z32. Exam Name: Implementing HP MSM Wireless Networks. Version: Demo

Vendor: HP. Exam Code: HP2-Z32. Exam Name: Implementing HP MSM Wireless Networks. Version: Demo Vendor: HP Exam Code: HP2-Z32 Exam Name: Implementing HP MSM Wireless Networks Version: Demo QUESTION 1 A network administrator deploys several HP MSM APs and an HP MSM Controller. The APs discover the

More information

Multi-Function Gigabit Wireless-N Client Bridge 2.4GHz 300Mbps Client Bridge/AP/ WDS/Repeater

Multi-Function Gigabit Wireless-N Client Bridge 2.4GHz 300Mbps Client Bridge/AP/ WDS/Repeater Multi-Function Gigabit Wireless-N Client Bridge 2.4GHz 300Mbps Client Bridge/AP/ WDS/Repeater ECB-9750 ECB-9750 is a powerful and multi-functioned 11n product with 7 major multi-functions, is designed

More information

Avaya WLAN 9122 Access Point

Avaya WLAN 9122 Access Point The Avaya WLAN Access Point 9122 is a high performance 802.11n (2x2) Access Point (AP). It is part of the next generation Avaya wireless portfolio that delivers wired-like performance and predictability.

More information

ESR b/g/n SOHO Router PRODUCT DESCRIPTION. 11N AP/Router 2.4GHz 300 Mbps Gigabit

ESR b/g/n SOHO Router PRODUCT DESCRIPTION. 11N AP/Router 2.4GHz 300 Mbps Gigabit ESR9850 802.11b/g/n SOHO Router 11N AP/Router 2.4GHz 300 Mbps Gigabit PRODUCT DESCRIPTION ESR9850 is a 2T2R Wireless 11N Gigabit Router that delivers up to 6x faster speeds and 3x extended coverage than

More information

QuickSpecs. HP enterprise access point WL520. Overview

QuickSpecs. HP enterprise access point WL520. Overview Overview 1. Power Out 8. Ethernet LAN Activity LED 2. Power Supply 9. Power LED 3. Power Input 10. Wireless Interface Cardbus Slot B 4. Processor Module 11. Wireless Interface Cardbus Slot A 5. Cover 12.

More information

WIRELESS 150N USB 2.0 ADAPTER

WIRELESS 150N USB 2.0 ADAPTER WIRELESS 150N USB 2.0 ADAPTER Manual DN-7042-1 Rev.3 Chapter 1. Introduction Thank you for purchasing the wireless 802.11b/g/n USB adapter! This adapter is mini size design and you are able to plug it

More information

802.11n SOHO Router NSR GHz 300Mbps AP/ Router

802.11n SOHO Router NSR GHz 300Mbps AP/ Router 802.11n SOHO Router NSR-9710 2.4GHz 300Mbps AP/ Router The Senao Networks Wireless-N Gigabit Router (NSR-9710) is a draft 802.11n compliant device that delivers up to 6x faster speeds than 802.11g while

More information

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards 2012 Roving Networks. All rights reserved. RN-131/171-PICTAIL-UM Version 1.0 9/7/2012 USER MANUAL OVERVIEW The RN-131 and RN-171 WiFly radio modules are

More information

User Guide. 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV

User Guide. 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV User Guide 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV4.0.0 1910011930 Contents About This Guide...1 Chapter 1. Get to Know About Your Access Point.................... 2 1. 1. Product

More information

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info.

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info. A FPGA based development platform as part of an EDK is available to target intelop provided IPs or other standard IPs. The platform with Virtex-4 FX12 Evaluation Kit provides a complete hardware environment

More information

WNRT-627. Data Sheet. Europe/ ETSI: 2.412~2.472GHz (13 Channels) Japan/ TELEC: 2.412~2.484GHz (14 Channels) RF Power.

WNRT-627. Data Sheet. Europe/ ETSI: 2.412~2.472GHz (13 Channels) Japan/ TELEC: 2.412~2.484GHz (14 Channels) RF Power. 300Mbps 802.11n Wireless Broadband Router Ultra High Speed 802.11n Wireless The WNRT-627 features latest IEEE 802.11n radio with 2T2R MIMO antenna technology to provide improved wireless speed and coverage

More information

EAP300 v2. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP300 v2. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 300Mbps 11b/g/n AP/WDS/Repeater PRODUCT OVERVIEW equips with an advanced RF interface coupled with 802.11n technologies, offering data transmission rate up

More information

M M WIFI Module

M M WIFI Module M1002 300M WIFI Module Stable and High Performance 32bit MIPS Processor Compliant with IEEE 802.11n standard, up to 300Mbps Data Rate Small and Pin Hole Mounting Design 3.3VDC Input Power, Low Power Consumption

More information

ESR9752 ESR b/g/n SOHO Router. 2.4 GHz 300Mbps 11N AP/Router PRODUCT DESCRIPTION

ESR9752 ESR b/g/n SOHO Router. 2.4 GHz 300Mbps 11N AP/Router PRODUCT DESCRIPTION 802.11b/g/n SOHO Router 2.4 GHz 300Mbps 11N AP/Router PRODUCT DESCRIPTION is a 2T2R Wireless Single chip 11N Broadband Router that delivers up to 6x faster speeds and 3x extended coverage than 802.11g

More information

WiFi Shield. User Guide

WiFi Shield. User Guide WiFi Shield User Guide November, 2012 LinkSprite Technologies, Inc www.linksprite.com Doc Title WiFi Shield User Guide Number Version 2760279 V1.3 Version Date Description Author V1.0 2012/01/26 First

More information

Wireless-Tag WT51822-S1

Wireless-Tag WT51822-S1 Wireless-Tag WT51822-S1 Bluetooth Low Energy 4.1 Module DATASHEET Description Bluetooth Low Energy (BLE) module of WT51822-S1 is the next generation BLE4.1(Compatible With BLE4.0) module released by Wireless-Tag

More information

WRE2206. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Details. Version 1.00 Edition 1, 01/2015

WRE2206. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Details. Version 1.00 Edition 1, 01/2015 WRE2206 Wireless N300 Range Extender Version 1.00 Edition 1, 01/2015 Quick Start Guide User s Guide Default Details Web Address http://zyxelsetup OR http://192.168.1.2 www.zyxel.com User Name admin Password

More information

STM32F7 series ARM Cortex -M7 powered Releasing your creativity

STM32F7 series ARM Cortex -M7 powered Releasing your creativity STM32F7 series ARM Cortex -M7 powered Releasing your creativity STM32 high performance Very high performance 32-bit MCU with DSP and FPU The STM32F7 with its ARM Cortex -M7 core is the smartest MCU and

More information

ADS-2700W Wireless Desktop Scanner. Fly through your scanning

ADS-2700W Wireless Desktop Scanner. Fly through your scanning ADS-2700W Wireless Desktop Scanner Fly through your scanning The feature-rich, touchscreen operated ADS-2700W has been designed to be easily integrated into a network to enable teams on multiple devices

More information

Wi-Fi expansion board based on SPWF01SA module for STM32 Nucleo. Description

Wi-Fi expansion board based on SPWF01SA module for STM32 Nucleo. Description Wi-Fi expansion board based on SPWF01SA module for STM32 Nucleo Data brief equipped both with ST morpho connector and Arduino UNO R3 connectors scalable solution; it can cascade multiple boards for larger

More information

802.11a g Dual Band Wireless Access Point. User s Manual

802.11a g Dual Band Wireless Access Point. User s Manual 802.11a+802.11g Dual Band Wireless Access Point User s Manual 0 Chapter 1 Introduction 1.1 Feature Fully interoperable with IEEE 802.11b compliant products. High-Speed data transfer rate up to 11Mbps.

More information

BT-22 Product Specification

BT-22 Product Specification BT-22 Product Specification Features Amp ed RF, Inc. Description 10.4 mm x 13.5 mm Our micro-sized Bluetooth module is the smallest form factor available providing a complete RF platform. The BT-22 is

More information

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B ZMD400-A01 ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE 802.15.4 Standard DATA SHEET Version B Quan International Co., Ltd., ZMD400 Features Fully compliant 802.15.4 Standard

More information

Mini Socket iwifi. Data Sheet

Mini Socket iwifi. Data Sheet Mini Socket iwifi Mini Socket iwifi Data Sheet Ver. 1.20 International: Connect One Ltd. 20 Atir Yeda Street Kfar Saba 44643, Israel Phone: +972-9-766-0456 Fax: +972-9-766-0461 Email: sales@connectone.com

More information

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 Table of Contents Key Features Benefits BLE121LR Overview Bluetooth Smart Software Certifications Development Tools Use Cases 5/12/2014 2 Key Features

More information

EAP600 Dual Band Long Range Ceiling Mount Access Point

EAP600 Dual Band Long Range Ceiling Mount Access Point Package Contents - 1* EAP600-1*Power Adapter - 1*QIG - 1*CD (User s Manual) - 1*Ethernet Cable - 1*T-Rail Mounting Kit - 1*Ceiling/ Wall Mount screw kit - 1*Mounting Bracket EAP600 is a wireless-11n 600Mbps

More information

EZ-Bv4 Datasheet v0.7

EZ-Bv4 Datasheet v0.7 EZ-Bv4 Datasheet v0.7 Table of Contents Introduction... 2 Electrical Characteristics... 3 Regulated and Unregulated Power Pins... 4 Low Battery Warning... 4 Hardware Features Main CPU... 5 Fuse Protection...

More information

Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1

Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1 Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1 Table of Contents Introduction to the Bluetooth Smart Software Bluetooth Smart Software v.1.3 5/28/2014 2 Introduction to Bluetooth Smart Software Bluetooth

More information

HIGH DENSITY ACCESS POINTS

HIGH DENSITY ACCESS POINTS Xirrus High Density Access Points are the only Wi-Fi solutions of their kind featuring the ultimate in scalable performance and flexible upgradability to economically serve today s requirements and grow

More information

PDK (Platform Development Kit) Getting Started. Automotive Processors

PDK (Platform Development Kit) Getting Started. Automotive Processors PDK (Platform Development Kit) Getting Started Automotive Processors 1 Agenda PDK Overview PDK Software Architecture PDK Directory structure PDK Pre-requisite and Build instructions Running Examples Important

More information

ESR9855G Wireless 300N Gigabit Gaming Router

ESR9855G Wireless 300N Gigabit Gaming Router ESR9855G is a Media Enhanced 11N Gaming Router. ESR9855G supports home network with superior throughput and performance and unparalleled wireless range (3dBi antenna included). With easy to use on the

More information

The challenge with IoT

The challenge with IoT 1 Agenda The challenge with IoT Sensor to Cloud solution Sensor to Cloud system details SimpleLink Sub-1GHz hardware & software solution Getting started 2 The challenge with IoT We are trying to connect

More information

Unified Services Routers

Unified Services Routers Product Highlights Comprehensive Management Solution Active-Active WAN port features such as auto WAN failover and load balancing, ICSA-certified firewall, and D-Link Green Technology make this a reliable,

More information

Connectivity. Ethernet

Connectivity. Ethernet Connectivity Ethernet ENC624J600 Stand-Alone 10/100 Ethernet Controller Ethernet Family Roadmap Design Existing 10/100 Base-T Ethernet ENC624J600 24KB Buffer Encryption 44/64 pins NEW PIC32MX 32-bit w/

More information

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac WISNETWORKS User Manual V1.1 2016/3/21 Software version 1.0.0021 Table of contents 1. Setup& WMI... 3 1.1 Hardware Setup... 3 1.2 Web Management Interface... 3 2. Status... 4 2.1 Overview... 4 2.1.1 System...

More information

Dual Band Long Range Multi-Function Access Point/ Client Bridge. Software Features System Requirement. Status

Dual Band Long Range Multi-Function Access Point/ Client Bridge. Software Features System Requirement. Status ECB600 is a wireless-11n 600Mbps (300Mbps + 300Mbps) High Power Dual Band concurrent Access Point/ Client Bridge. It allows simultaneous operation of 2.4GHz and 5GHz wireless network. With media-optimized

More information

RN-XV-EK Evaluation Board

RN-XV-EK Evaluation Board RN-XV-EK Evaluation Board Features Evaluation board for the RN-XV module, which is based on Roving Networks robust RN-171 Wi-Fi module Supports several antenna options, depending on the RN-XV module selected

More information

CUSTOMER RELEASE NOTES Access Points: AP-8000 and AP-800

CUSTOMER RELEASE NOTES Access Points: AP-8000 and AP-800 Access Points: and ORINOCO 802.11N ACCESS POINTS: AND INTRODUCTION Welcome to the first Release of ORiNOCO and access points, the 802.11n access points that enable customers to deploy new 802.11n Wi-Fi

More information

Avaya WLAN Access Point 9123

Avaya WLAN Access Point 9123 The Avaya WLAN Access Point 9123 is a high performance 802.11n (software upgradeable to 802.11ac) Access Point (AP). It is part of the next generation Avaya wireless portfolio that delivers wired-like

More information

11N Wall Mount Access Point / WDS AP / Universal Repeater. Features. Fully compatible with IEEE b/g/n devices

11N Wall Mount Access Point / WDS AP / Universal Repeater. Features. Fully compatible with IEEE b/g/n devices EAP9550-KZ is a powerful and multi-functioned 11n Indoor Access Point and it can act three modes AP/WDS/Universal Repeater. Smoke detector appearance will minimize visibility. So this model can work properly

More information

Embedded WiFi Module for M2M and IOT

Embedded WiFi Module for M2M and IOT INGICS TECHNOLOGY SPECIFICATION Ver. 1C iwm021 Feb, 2015 Embedded WiFi Module for M2M and IOT size 20mmX15mm INGICS TECHNOLOGY CO., LTD. SUPPORT@INGICS.COM WWW.INGICS.COM 1 Contents Contents Introduction

More information

NW611. AC600 WiFi Dual Band USB Adapter with 5dBi Antenna

NW611. AC600 WiFi Dual Band USB Adapter with 5dBi Antenna NW611 AC600 WiFi Dual Band USB Adapter with 5dBi Antenna Chapter 1: Introduction..3 1.1 Product Features..3 1.2 Package Contents.3 1.3 Indicator Description.3 CHAPTER 2: Quick Installation Guide.4 2.1

More information

BLUEGIGA BLUETOOTH SMART SOFTWARE

BLUEGIGA BLUETOOTH SMART SOFTWARE BLUEGIGA BLUETOOTH SMART SOFTWARE RELEASE NOTES Monday, 29 December 2014 Version 2.0 Copyright 2001-2014 Bluegiga Technologies Bluegiga Technologies reserves the right to alter the hardware, software,

More information

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 6 Intel Galileo and Edison Prototype Development Platforms 1 Intel Galileo Gen 2 Boards Based on the Intel Pentium architecture Includes features of single threaded, single core and 400 MHz constant

More information

802.11b+g Wireless LAN USB Adapter. User Manual

802.11b+g Wireless LAN USB Adapter. User Manual 802.11b+g Wireless LAN USB Adapter User Manual REGULATORY STATEMENTS FCC Certification The United States Federal Communication Commission (FCC) and the Canadian Department of Communications have established

More information