Duckbill 2 EnOcean Datasheet

Size: px
Start display at page:

Download "Duckbill 2 EnOcean Datasheet"

Transcription

1 Duckbill 2 EnOcean Datasheet I2SE GmbH February 16, /9

2 CONTENTS CONTENTS Contents 1 Revisions 3 2 Introduction Features Applications Handling Programming Technical Data Absolute Maximum Ratings Operating conditions Overview LED Switches SD Card Connector Ethernet Interface Booting Preinstalled Firmware MAC Address Hardware Revision Detection Case Packaging 9 6 Order Information 9 7 Contact 9 2/9

3 2 INTRODUCTION 1 Revisions Revision Release Date Changes 5 February 16, Added case section with dimentions - Added firmware section - Added packaging section - fixed typos - revised SD card section 4 November 4, 2016 Fix SW3 position 3 May 25, 2016 Fix GPIO numbers for LEDs and button 2 March 22, 2016 Fix flash storage and OS, add region of application and frequency to freatures 1 March 11, 2016 initial version 2 Introduction Duckbill 2 is a tiny ARM 9 based computer in a thumb-drive format. It is intended to be set up as a small home-server for automation purposes. It comes with Debian Linux as operation system but without any specific user programs by default. However, the whole board support package is publically available as open source software, thus it s possible to run any desired Linux system on it. Duckbill 2 EnOcean is a special version of Duckbill. Duckbill 2 EnOcean has a built-in add-on module containing a TCM310 EnOcean module. 2.1 Features based on Freescale s i.mx28 with ARM9 core and with up to 454 MHz power supply 5V via USB Plug Network interface: Fast Ethernet (RJ45 jack) Operating system: Debian with recent Linux Kernel (see software documentation) RAM Memory: DDR2-RAM 128 Mbyte - 8 Meg x 16 x 8 banks Flash Storage: >= 2 GB, 8 bit wide emmc optional: 4 Bit wide micro SD Socket Interfaces: Ethernet, USB 2.0 Device, EnOcean 3/9

4 2.2 Applications 2 INTRODUCTION 2.2 Applications The Duckbill can be operated either with an USB power adaptor or plugged into an USB port of your router. The connection to the home network is made via Ethernet. The Duckbill product series is an simple and fast approach to connect various components of your home automation and/or solar systems to your personal cloud or the Internet of Things. You can use the emmc or the optional micro SD card to store log files, databases, etc. Since Duckbill devices run Linux you are totally free to install additional software components. The connection to the EnOcean actuators and/or sensors is established via the TCM310 module which is wired to the internal application UART of the i.mx28 processor. 2.3 Handling This electronic component is sensitive to electrostatic discharge (ESD) when used without a case. Please handle it only in an ESD protected environment. Please note that any modification like soldering pins to the board voids warranty. 4/9

5 4 OVERVIEW 2.4 Programming The Duckbill is programmable in all common programming languages which are available for Linux. This includes e.g. Perl, Python, C/C++, Bash/Shell, PHP and many others. The open software approach enables a comprehensive further development of software by the community. 3 Technical Data 3.1 Absolute Maximum Ratings The following ratings provides the DC absolute maximum operating conditions. Stresses beyond those listed values may cause permanent damage to the device. Symbol Parameter Min Max Unit VDD5V 5 V Supply voltage (USB voltage) V USB DP/DM Digtal input voltage (USB) V TSTORE Storage Temperature C Electrostatic Discharge Immunity Human Body Model (HBM) 2 kv Charge Device Model (CDM) 500 V 3.2 Operating conditions Symbol Parameter Min Typical Max Unit VDD5V 5 V Supply voltage (USB voltage) V TACASE Ambient Operating Temperature 0-40 C 4 Overview Figure 1: Block Diagram 5/9

6 LED 4 OVERVIEW LED Duckbill 2 EnOcean has one dual-color LED to indicate overall system status. The LED s red pin is active high and accessible via i.mx28 s GPIO3 21. The LED s green pin is active high and switchable via i.mx28 s GPIO3 20. Figure 2: Position Status LED Additionally, there is a three single LEDs to indicate EnOcean operation. All of these three single LEDs are active low and accessible via i.mx28 s GPIO3 24 (blue), GPIO3 25 (red) and GPIO3 2 (green). Figure 3: Position EnOcean LEDs 6/9

7 Switches 4 OVERVIEW Switches Duckbill 2 EnOcean has two switches. Figure 4: Position PSWITCH SW1 is connected to the i.mx28 s PSWITCH signal. Figure 5: Position 1 SW3 Figure 6: Position 2 SW3 SW3 is connected to the i.mx28 s GPIO3 3. There are two different variants where the SW3 switch is located, see Figure 5 and Figure 6. The latest devices will be shipped with SW3 on location shown in Figure 6. The position of the switch is visible from the outside of the case. 4.3 SD Card Connector Duckbill 2 EnOcean is equipped with an SD card connector. It is 4 bit wide connected to the i.mx28 SSP2. It can be used for data logging applications. 7/9

8 4.8 Hardware Revision Detection 4 OVERVIEW 4.4 Ethernet Interface The Ethernet interface MAC0 of the i.mx28 is connected to an SMSC Ethernet PHY LAN8720. The PHY s reset pin is active low logic. The LAN8720 s nint/refclko signal is connected to i.mx28 s GPIO Booting Duckbill 2 EnOcean is able to boot an operating system from the emmc. If a bootable image is flashed to the emmc Duckbill EnOcean will boot from it. The required start-up time from powered-off to full functional is below one minute. 4.6 Preinstalled Firmware The device comes with a pre-installed firmware. This firmware is based on I2SE s STIB ( I2SE/stib), an open-source solution to ease custom firmware builds based on Debian releases. It brings a simple EnOcean to Ethernet gateway function which uses ser2net ( projects/ser2net/). The device is configured as DHCP client by default. The ser2net daemon listens on TCP port 5000, thus it s possible to receive and send EnOcean telegrams via network. 4.7 MAC Address The device has one MAC address programmed in the OTP memory of the i.mx28 Processor. Each OTP register is 32 bit / 4 byte long while each MAC address is 6 byte long. Linux platform support for Freescale i.mx28 based boards usally assume, that only the last 4 bytes of a MAC address are defined in the OTP section. Thus the first three bytes (OUI) are choosen based on the Device Tree information and combined at runtime with the OTP part to form a full MAC address. Thus for I2SE Duckbill devices, I2SE s OUI 00:01:87 is used and it results in range 00:01:87:XX:XX:XX for the interface. OTP Register Name HW OCOTP CUST0 Usage Stores the 4 least significant bytes of eth0 mac address 4.8 Hardware Revision Detection Duckbill provides pull-up and pull-down resistors for hardware revision detection. Pin LCD D17 (GPIO1 17) Duckbill pull-down Duckbill 2 pull-up This information can be used by software to find out which Duckbill revision it is running. It can not detect which addon PCB revision (SPI, EnOcean etc.) is used. 8/9

9 7 CONTACT 4.9 Case The Duckbill 2 EnOcean ships in a white case with 90 degree-rotatable antenna in blue. Figure 7: Duckbill 2 EnOcean dimensions 5 Packaging Typ Material Color Dimensions single package cardboard white ( 28 x 98 x 25 ) mm 6 Order Information The following variants of this product are available: Order code I2DUBL-EO-002 availability standard If you want to buy Duckbill with customer specific deviations to the described standard product (including specific software images on delivery), please contact I2SE. 7 Contact Home Page: I2SE GmbH Friedrich-Ebert-Str Leipzig Germany 9/9

PLC Stamp micro EVB Datasheet

PLC Stamp micro EVB Datasheet PLC Stamp micro EVB Datasheet I2SE GmbH March 23, 2016 1/13 CONTENTS CONTENTS Contents 1 Revisions 3 2 Introduction 3 2.1 Handling................................................ 3 3 Reference Documents

More information

PLC-Stamp micro. I2SE GmbH. April 8, /12

PLC-Stamp micro. I2SE GmbH. April 8, /12 PLC-Stamp micro I2SE GmbH April 8, 2015 1/12 Revisions Revision Release Date Changes 3 April 08, 2015 added information about UART and SPI interface, added MSL information 2 April 16, 2014 added information

More information

Preliminary Datasheet

Preliminary Datasheet PLC-Stamp 1 I2SE GmbH December 11, 2015 1/14 Revisions Revision Release Date Changes 6 December 11, 2015 updated section Contact 5 October 21, 2013 added order/variant information, added issue 4 4 August

More information

PLC Stamp 1200 micro Datasheet

PLC Stamp 1200 micro Datasheet PLC Stamp 1200 micro Datasheet I2SE GmbH June 28, 2017 1/12 CONTENTS CONTENTS Contents 1 Abstract 3 2 Applications 3 3 Interfaces 3 4 Handling 4 5 Module overview 4 6 Technical Data 6 6.1 Absolute Maximum

More information

EVAcharge SE - datasheet

EVAcharge SE - datasheet EVAcharge SE - datasheet Data Sheet (valid for board revision V0R4 or higher) Document history Revision 1.0 2013-10-10 Initial release 1.1 2013-11-06 Typo corrections 1.2 2014-05-13 Removed serial IF 1.3

More information

EVAcharge SE - Datasheet

EVAcharge SE - Datasheet EVAcharge SE - Datasheet Datasheet (valid for board revision V0R4 or higher) Document history Revision 1.0 2013-10-10 Initial release 1.1 2013-11-06 Typo corrections 1.2 2014-05-13 Removed serial IF 1.3

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

PLC-Stamp 1. I2SE GmbH. July 25, /16

PLC-Stamp 1. I2SE GmbH. July 25, /16 PLC-Stamp 1 I2SE GmbH July 25, 2016 1/16 Revisions Revision Release Date Changes 7 July 25, 2016 added GPIO output current limit, added list of compatibile debug probes, changed LED5 behavior, added order

More information

IOT-GATE-iMX7 Datasheet

IOT-GATE-iMX7 Datasheet IOT-GATE-iMX7 Datasheet Industrial Internet of Things Gateway Product Specification v.1.3 Capable, compact, affordable: i.mx7 Dual IoT-Gate has been designed to answer demanding IoT application requirements

More information

Official Publication Date: 12/18/2018 Official Expiration Date: Until Next Release

Official Publication Date: 12/18/2018 Official Expiration Date: Until Next Release Official Publication Date: 12/18/2018 Official Expiration Date: Until Next Release Revision History Version Date Comments 100 12/06/2016 Initial Release 111 6/20/2017 Updated Formatting 112 5/24/2018 Added

More information

Matrix. Get Started Guide

Matrix. Get Started Guide Matrix Get Started Guide Overview Matrix is a single board mini computer based on ARM with a wide range of interface, equipped with a powerful i.mx6 Freescale processor, it can run Android, Linux and other

More information

Quick Start Guide. SABRE Platform for Smart Devices Based on the i.mx 6 Series

Quick Start Guide. SABRE Platform for Smart Devices Based on the i.mx 6 Series Quick Start Guide SABRE Platform for Smart Devices Based on the i.mx 6 Series Quick Start Guide About the SABRE Platform for Smart Devices Based on the i.mx 6 Series The Smart Application Blueprint for

More information

WBD-222. Hardware Manual. Revision September Copyright 2010 WILIGEAR

WBD-222. Hardware Manual. Revision September Copyright 2010 WILIGEAR WBD-222 Hardware Manual Revision 1.2 15 September 2010 Copyright 2010 WILIGEAR www.wiligear.com Copyright 2010 WILIGEAR This user s guide and the software described in it are copyrighted with all rights

More information

MYD-IMX28X Development Board

MYD-IMX28X Development Board MYD-IMX28X Development Board MYC-IMX28X CPU Module as Controller Board Two 1.27mm pitch 80-pin SMT Male Connectors for Board-to-Board Connections 454MHz Freescale i.mx28 Series ARM926EJ-S Processors 128MB

More information

Gumstix Pi Compute USB-Ethernet

Gumstix Pi Compute USB-Ethernet Gumstix Pi Compute USB-Ethernet TM Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special

More information

Matrix. Get Started Guide V2.0

Matrix. Get Started Guide V2.0 Matrix Get Started Guide V2.0 Overview Matrix is a single board mini computer based on ARM with a wide range of interface, equipped with a powerful i.mx6 Freescale processor, it can run Android, Linux,

More information

Charge Control C Datasheet

Charge Control C Datasheet Charge Control C Datasheet I2SE GmbH January 11, 2019 1/8 CONTENTS CONTENTS Contents 1 Introduction 3 2 Applications 4 3 Technical Data 4 3.1 Electrical Characteristics........................................

More information

IOT-GATE-RPI. Reference Guide

IOT-GATE-RPI. Reference Guide IOT-GATE-RPI Reference Guide 2018 CompuLab No warranty of accuracy is given concerning the contents of the information contained in this publication. To the extent permitted by law, no liability (including

More information

Quick Start Guide for i.mx28 EVK. i.mx28 EVK Multimedia and connectivity

Quick Start Guide for i.mx28 EVK. i.mx28 EVK Multimedia and connectivity Quick Start Guide for i.mx28 EVK i.mx28 EVK Multimedia and connectivity About the i.mx28 Board This section provides information about the i.mx28 Kit Evaluation (EVK) board and the location of the s and

More information

15.6. TEP Series. Unique Expansion Possibilities. Power and Networking Expansion Modules 10.1

15.6. TEP Series. Unique Expansion Possibilities. Power and Networking Expansion Modules 10.1 TEP TEP Series Our TEP series is available with either ARM or x86 architecture, and also has an IP65 anodized aluminum enclosure enabling cleaning with water. Moreover, to improve robustness, the design

More information

USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0

USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0 USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0 COPYRIGHT & TRADEMARKS 2016 Mentor Graphics Corporation, all rights reserved. This document contains information that is proprietary to Mentor Graphics Corporation

More information

SABRE for Automotive Infotainment Quick Start Guide. Smart Application Blueprint for Rapid Engineering Based on the i.mx 6 Series

SABRE for Automotive Infotainment Quick Start Guide. Smart Application Blueprint for Rapid Engineering Based on the i.mx 6 Series SABRE for Automotive Infotainment Quick Start Guide Smart Application Blueprint for Rapid Engineering Based on the i.mx 6 Series About SABRE Platform for Automotive Infotainment Based on the the i.mx 6

More information

FEATURES. APPLICATIONS Machine Vision Embedded Instrumentation Motion Control Traffic Monitoring Security

FEATURES. APPLICATIONS Machine Vision Embedded Instrumentation Motion Control Traffic Monitoring Security FEATURES High-performance CMOSIS sensors - Sensitivity: 5.56 V/lux.s - Dynamic range: 60 db - Dark Noise: 8.6 e - - High speed: 95* fps - 8M Pixel: 3360(H) x 2496(V) - Monochrome / Color - Global Shutter

More information

COM-RZN1D - Hardware Manual

COM-RZN1D - Hardware Manual COM-RZN1D - Hardware Manual Hardware Manual 4 / 01.10.2018 emtrion GmbH Copyright 2018 emtrion GmbH All rights reserved. This documentation may not be photocopied or recorded on any electronic media without

More information

MYD-IMX28X Development Board

MYD-IMX28X Development Board MYD-IMX28X Development Board MYC-IMX28X CPU Module as Controller Board Two 1.27mm pitch 80-pin SMT Connectors for Board-to-Board Connections 454MHz Freescale i.mx28 Series ARM926EJ-S Processors 128MB DDR2

More information

SABRE Board for Smart Devices

SABRE Board for Smart Devices Quick Start Guide SABRE Board for Smart Devices Based on the i.mx 6SoloX Applications Processor FREEDOM DEVELOPMENT PLATFORM Quick Start Guide ABOUT THE SABRE BOARD FOR SMART DEVICES BASED ON THE I.MX

More information

Feature and Benefits. Certifications

Feature and Benefits. Certifications UC-2100 Series Arm-based palm-sized industrial computing platform for IIoT applications Feature and Benefits Armv7 Cortex-A8 1000 MHz processor 1 or 2 auto-sensing 10/100 Mbps Ethernet ports Gigabit Ethernet

More information

Overo Conduit LoRa Gateway

Overo Conduit LoRa Gateway Overo Conduit LoRa Gateway Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special or consequential

More information

BLE WiFi Gateway. Model: G1. Version: V Contents. Contents Overview... 2

BLE WiFi Gateway. Model: G1. Version: V Contents. Contents Overview... 2 BLE WiFi Gateway Model: G1 Version: V1.3.2 Contents Contents... 1 1.Overview... 2 2.Features... 3 3.Typical Application... 3 4.Outside View... 4 5.Electronic Parameters... 5 Email: sales@minewtech.com

More information

i.mx 6UltraLite Evaluation Kit Quick Start Guide s datasheet has been downloaded from at this pag

i.mx 6UltraLite Evaluation Kit Quick Start Guide s datasheet has been downloaded from   at this pag i.mx 6UltraLite Evaluation Kit Quick Start Guide s datasheet has been downloaded from http://www.digchip.com at this pag Quick Start Guide About the i.mx 6UltraLite Evaluation Kit The i.mx 6 UltraLite

More information

i.mx 8M MINI System-On-Module (SOM) Hardware Architecture

i.mx 8M MINI System-On-Module (SOM) Hardware Architecture i.mx 8M MINI System-On-Module (SOM) Hardware Architecture Document No: IMX8M-MINI-SOM-HA Version: 1.0 Date: February 26, 2019 Table of Contents 1. INTRODUCTION... 3 2. HARDWARE PLATFORM... 3 2.1. HARDWARE

More information

TAKES CONTROL. Managing and monitoring the whole CoaxData network from a single device COAXBOX (REF )

TAKES CONTROL. Managing and monitoring the whole CoaxData network from a single device COAXBOX (REF ) TAKES CONTROL Managing and monitoring the whole CoaxData network from a single device COAXBOX (REF.769330) Equipped with the software required for CoaxData network management through a web inteface CoaxData

More information

Get Started SUPPORT WARRANTY. Visit the i.mx community at

Get Started SUPPORT WARRANTY.   Visit the i.mx community at SUPPORT Visit the i.mx community at www.imxcommunity.org. WARRANTY Visit www.nxp.com/warranty for complete warranty information. Get Started Download installation software and documentation under Getting

More information

SKW73 2x2 MIMO WLAN. Module Datasheet

SKW73 2x2 MIMO WLAN. Module Datasheet SKW73 2x2 MIMO WLAN Module Datasheet Name: 802.11b/g/n 2x2 MIMO WiFi AP/Router Module Model No.: SKW73 Revision: V2.02 Revision History Revision Description Approved Date V1.01 Initial Release George 20130928

More information

1-Port Industrial Ethernet to Serial Embedded Computer. SE5901 (SDK) Series FEATURED HIGHLIGHTS PRODUCT DESCRIPTION

1-Port Industrial Ethernet to Serial Embedded Computer. SE5901 (SDK) Series FEATURED HIGHLIGHTS PRODUCT DESCRIPTION SE5901 (SDK) Series 1-Port Industrial Ethernet to Serial Embedded Computer FEATURED HIGHLIGHTS Ideal for IoT and IIoT applications; supports Node-RED and dashboard Wide -40 C~85 C temperature range for

More information

Product overview. Technology in Quality. ColdFire Module ARM Moduls System Integration Kit s Complete Systems

Product overview. Technology in Quality. ColdFire Module ARM Moduls System Integration Kit s Complete Systems Technology in Quality Product overview ColdFire Module ARM Moduls System Integration Kit s Complete Systems TQC Produktübersicht / KNZ / 23.03.2011 / Folie 1 Module overview TQM5329 TQMa28 TQMa35 TQM5200S

More information

Quick Start Guide. i.mx 6SoloLite Evaluation Kit

Quick Start Guide. i.mx 6SoloLite Evaluation Kit Quick Start Guide i.mx 6SoloLite Evaluation Kit Quick Start Guide About the i.mx 6SoloLite Evaluation Kit The i.mx 6SoloLite evaluation kit (EVK) offers a solid platform to evaluate the i.mx 6 series single-core

More information

EX-9686U/A-L(A9) Hardware User Manual

EX-9686U/A-L(A9) Hardware User Manual EX-9686U/A-L(A9) Hardware User Manual Release Notes Version Release Date Notes 1.00 November, 2013 Initial Release 2.00 January, 2014 The 2 nd release Disclaimer This documentation is provided for use

More information

multi-tof CamHub Hardware User Manual Version 2.1

multi-tof CamHub Hardware User Manual Version 2.1 multi-tof CamHub Hardware User Manual Version 2.1 Contact BECOM BLUETECHNIX GmbH Gutheil Schoder Gasse 17 A-11230 Vienna AUSTRIA office@bluetechnix.com http://www.bluetechnix.com Template No.: 900-306

More information

eip-24/100 Embedded TCP/IP 10/100-BaseT Network Module Features Description Applications

eip-24/100 Embedded TCP/IP 10/100-BaseT Network Module Features Description Applications Embedded TCP/IP 10/100-BaseT Network Module Features 16-bit Microcontroller with Enhanced Flash program memory and static RAM data memory On board 10/100Mbps Ethernet controller, and RJ45 jack for network

More information

SKW97 2x2 MIMO WLAN Module Datasheet

SKW97 2x2 MIMO WLAN Module Datasheet SKW97 2x2 MIMO WLAN Module Datasheet Document Information Title SKW97 2x2 MIMO WLAN Module Datasheet Document type Datasheet Document number SL-18030022 Revision and date V1.02 19-Mar -2018 Disclosure

More information

Unwired One. Main Features. Wireless embedded computer

Unwired One. Main Features. Wireless embedded computer Main Features High performance 400 MHz MIPS24K processor core Ultra-compact 25 35 4mm form-factor 802.11 b/g/n and Ethernet support Integrated 2.4 GHz Wi-Fi antenna USB 2.0 interface support SPI, UART,

More information

iw-rainbow-g3 / G3V FAQs:

iw-rainbow-g3 / G3V FAQs: iw-rainbow-g3 / G3V FAQs: Processor / Memory / Configurations: 1. What is iw-rainbow-g3? It is a Design Solution based on Freescale s i.mx27 /ARM9 processor running at 400MHz core frequency. This can be

More information

SKW99 2x2 MIMO WLAN Module Datasheet

SKW99 2x2 MIMO WLAN Module Datasheet SKW99 2x2 MIMO WLAN Module Datasheet Document Information Title SKW99 2x2 MIMO WLAN Module Datasheet Document type Datasheet Document number SL-18030027 Revision and date V1.04 13-Apr -2018 Disclosure

More information

F USB Charger Controller F Release Date: Dec., 2011 Version: V0.11P. Nov., 2011 Data Sheet

F USB Charger Controller F Release Date: Dec., 2011 Version: V0.11P. Nov., 2011 Data Sheet USB Charger Controller Release Date: Dec., 2011 Version: V0.11P F75204 Datasheet Revision History Version Date Page Revision History Data Brief 2011/10 - Data Brief 0.10P 2011/ 11 Up Date AC/DC SPECs 0.11P

More information

EZmoto V4.1 Product description Rev. 2 30/07/2015

EZmoto V4.1 Product description Rev. 2 30/07/2015 EZmoto V4.1 Product description Rev. 2 30/07/2015 1 Contents 1. Overview... 3 2. Hardware Interface Description... 3 2.1 Main features of the EZmoto... 3 2.2 Hardware block diagram... 4 2.3 Internal Hardware

More information

Carambola2 (-I) Data sheet. Carambola2 is a tiny surface mountable 2.4 GHz Wi-Fi module running OpenWRT linux software

Carambola2 (-I) Data sheet. Carambola2 is a tiny surface mountable 2.4 GHz Wi-Fi module running OpenWRT linux software (-I) is a tiny surface mountable 2.4 GHz Wi-Fi module running OpenWRT linux software 8devices is a member of Carambola wireless modules family and is based on Qualcomm/Atheros AR9331 SoC. is a surface

More information

SABRE Board for Smart Devices

SABRE Board for Smart Devices Quick Start Guide SABRE Board for Smart Devices Based on the i.mx 7Dual Applications Processor SMART APPLICATION BLUEPRINT FOR RAPID ENGINEERING (SABRE) Quick Start Guide GET TO KNOW SABRE BOARD FOR SMART

More information

ARDUINO LEONARDO ETH Code: A000022

ARDUINO LEONARDO ETH Code: A000022 ARDUINO LEONARDO ETH Code: A000022 All the fun of a Leonardo, plus an Ethernet port to extend your project to the IoT world. You can control sensors and actuators via the internet as a client or server.

More information

TEK Series. Unique Expansion Possibilities. Power and Networking Expansion Module. Automation I/O Expansion Module

TEK Series. Unique Expansion Possibilities. Power and Networking Expansion Module. Automation I/O Expansion Module TEK 40 BUS STOP VISA VISA TEK Series TechNexion fanless industrial embedded computer series, TEK, has options for ARM or x86 technology, and a compact, fully aluminum ruggedized enclosure. To improve robustness

More information

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Datasheet: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

SOM i1 Single Core SOM (System-On-Module) Rev 1.5

SOM i1 Single Core SOM (System-On-Module) Rev 1.5 NXP-Freescale i.mx6 SOM i1 Single Core SOM (System-On-Module) Rev 1.5 Simple. Robust. Computing Solutions SolidRun Ltd. 7 Hamada st., Yokne am Illit, 2495900, Israel www.solid-run.com 1 Page Document revision

More information

eip-10 Embedded TCP/IP 10-BaseT Network Module Features Description Applications

eip-10 Embedded TCP/IP 10-BaseT Network Module Features Description Applications Embedded TCP/IP 10-BaseT Network Module Features 8-bit reprogrammable Microcontroller with Enhanced Flash program memory, EEPROM and Static RAM data memory On board 10Mbps Ethernet controller, and RJ45

More information

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions.

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions. Pepper 43R TM Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special or consequential damages.

More information

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions.

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions. Poblano 43C TM Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special or consequential damages.

More information

PRELIMINARY COMPEX SYSTEMS

PRELIMINARY COMPEX SYSTEMS Multi-function IPQ8074 Embedded Board with 2.2GHz CPU 2x USB 3.0 / Supports / 5x Gigabit LAN / 2x Mini PCIe Slot Model: HK01 Specifications Chipset Reference Design System Memory NAND Flash NOR Flash Wireless

More information

ARDUINO YÚN MINI Code: A000108

ARDUINO YÚN MINI Code: A000108 ARDUINO YÚN MINI Code: A000108 The Arduino Yún Mini is a compact version of the Arduino YUN OVERVIEW: Arduino Yún Mini is a breadboard PCB developed with ATmega 32u4 MCU and QCA MIPS 24K SoC CPU operating

More information

II. Intelligent PC/CAN Interface USER MANUAL ENGLISH

II. Intelligent PC/CAN Interface USER MANUAL ENGLISH CAN@net II Intelligent PC/CAN Interface USER MANUAL ENGLISH HMS Technology Center Ravensburg GmbH Helmut-Vetter-Straße 2 88213 Ravensburg Germany Tel.: +49 751 56146-0 Fax: +49 751 56146-29 Internet: www.hms-networks.de

More information

SENSYLINK Microelectronics Co., LTD. (CT1820S) Single-Wire Digital Temperature Sensor

SENSYLINK Microelectronics Co., LTD. (CT1820S) Single-Wire Digital Temperature Sensor SENSYLINK Microelectronics (CT1820S) Single-Wire Digital Temperature Sensor CT1820S is a Digital Temperature Sensor with±0.5 C Accuracy over -10 C to 80 C. Single-Wire Digital interface is Compatible with

More information

TEK Series. Unique Expansion Possibilities. Power and Networking Expansion Module. Automation I/O Expansion Module

TEK Series. Unique Expansion Possibilities. Power and Networking Expansion Module. Automation I/O Expansion Module TEK TEK Series TechNexion fanless industrial embedded computer series, TEK, has options for ARM or x86 technology, and a compact, fully aluminum ruggedized enclosure. To improve robustness the design is

More information

PRELIMINARY COMPEX SYSTEMS

PRELIMINARY COMPEX SYSTEMS Multi-function IPQ8074 Embedded Board with 2.2GHz CPU 2x USB 3.0 / Supports / 5x Gigabit LAN / 2x Mini PCIe Slot Model: AP.HK01 Specifications Chipset Reference Design System Memory NAND Flash NOR Flash

More information

JetBox 9300/9310 User Manual. Hardware

JetBox 9300/9310 User Manual. Hardware JetBox 9300/9310 User Manual Hardware www.korenix.com 0.0.6 Copyright Notice Copyright 2008 Korenix Technology Co., Ltd. All rights reserved. Reproduction without permission is prohibited. Information

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

Datasheet DFBM-NQ62X-DT0R. A Bluetooth Low Energy System On Chip Module. Proprietary Information and Specifications are Subject to Change

Datasheet DFBM-NQ62X-DT0R. A Bluetooth Low Energy System On Chip Module. Proprietary Information and Specifications are Subject to Change 1 Datasheet DFBM-NQ62X-DT0R A Bluetooth Low Energy System On Chip Module. Preliminary Data Sheet Sheet 1 of 18 Aug. 16, 2016 Contents 1. Features... 3 1-1. General... 3 1-2. Bluetooth... 3 2. Model No.

More information

WiMOD - ic880a. Application Note AN014 / Version 1.3. USB modifications for direct SPI operation. Document ID: 4000/40140/0079

WiMOD - ic880a. Application Note AN014 / Version 1.3. USB modifications for direct SPI operation. Document ID: 4000/40140/0079 WiMOD - ic880a Application Note AN014 / Version 1.3 USB modifications for direct SPI operation Document ID: 4000/40140/0079 IMST GmbH Carl-Friedrich-Gauss-Str. 2-4 D-47475 Kamp-Lintfort Overview Document

More information

w w w. b a s e t r a i n i n g i n s t i t u t e. c o

w w w. b a s e t r a i n i n g i n s t i t u t e. c o Disclaimer: Some of the images and most of the data in this presentation are collected from various sources in the internet. If you notice any copyright issues or mistakes, please let me know by mailing

More information

Toradex Colibri Development Board

Toradex Colibri Development Board Toradex Colibri Development Board TM Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special

More information

Arm-based wireless-enabled DIN-rail industrial computers with 2 serial ports and 2 LAN ports. Features and Benefits.

Arm-based wireless-enabled DIN-rail industrial computers with 2 serial ports and 2 LAN ports. Features and Benefits. UC-8100 Series Arm-based wireless-enabled DIN-rail industrial computers with 2 serial ports and 2 LAN ports Features and Benefits Armv7 Cortex-A8 300/600/1000 processor Dual auto-sensing 10/100 Mbps Ethernet

More information

pcduino V3B XC4350 User Manual

pcduino V3B XC4350 User Manual pcduino V3B XC4350 User Manual 1 User Manual Contents Board Overview...2 System Features...3 Single-Board Computer Configuration......3 Pin Assignments...4 Single-Board Computer Setup...6 Required Hardware...6

More information

Quick Start Guide Multisensory Enablement Kit i.mx 8QuadXPlus MEK CPU Board. Based on i.mx 8QuadXPlus Applications Processor

Quick Start Guide Multisensory Enablement Kit i.mx 8QuadXPlus MEK CPU Board. Based on i.mx 8QuadXPlus Applications Processor Quick Start Guide Multisensory Enablement Kit i.mx 8QuadXPlus MEK CPU Board Based on i.mx 8QuadXPlus Applications Processor Quick Start Guide GET TO KNOW THE MEK BASED ON i.mx 8QUADXPLUS APPLICATIONS PROCESSOR

More information

Name Operation Temperature Package Package Mark

Name Operation Temperature Package Package Mark USB Charging Controller Features D+/D- DCP Mode per USB Battery Charging Specification 1.2 D+/D- Short Mode per Telecommunication Industry Standard YD/T1591-2009 (Chinese) Supports non-bc1.2 Charging Modes

More information

. Micro SD Card Socket. SMARC 2.0 Compliant

. Micro SD Card Socket. SMARC 2.0 Compliant MSC SM2S-IMX6 NXP i.mx6 ARM Cortex -A9 Description The design of the MSC SM2S-IMX6 module is based on NXP s i.mx 6 processors offering quad-, dual- and single-core ARM Cortex -A9 compute performance at

More information

Introduction to the Itron Riva Dev Kits

Introduction to the Itron Riva Dev Kits Introduction to the Itron Riva Dev Kits The purpose of this Guide is to give you a fast path to understanding which Itron Riva Dev Kit is best for your development goals. Itron offers 3 kits: Itron Riva

More information

HC-3120 Linux-Ready Cortex-A8 Industrial 12 HMI Computing (Hardware) User Guide

HC-3120 Linux-Ready Cortex-A8 Industrial 12 HMI Computing (Hardware) User Guide HC-3120 Linux-Ready Cortex-A8 Industrial 12 HMI Computing (Hardware) User Guide Version: 1.0 2017 July Trademarks The Artila logo is a registered trademark of Artila Inc. All other trademarks or registered

More information

MYD-Y6ULX Development Board

MYD-Y6ULX Development Board MYD-Y6ULX Development Board MYC-Y6ULX CPU Module as Controller Board 528Hz NXP i.mx 6UL/6ULL ARM Cortex-A7 Processors 1.0mm pitch 140-pin Stamp Hole Expansion Interface for Board-to-Board Connections 256MB

More information

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov.

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov. Matrix-710 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Version: 1.01 2017 Nov. Copyright Artila Electronics Co., Ltd. All Rights Reserved Trademarks The Artila logo is a registered trademark

More information

MYD-C437X-PRU Development Board

MYD-C437X-PRU Development Board MYD-C437X-PRU Development Board MYC-C437X CPU Module as Controller Board Two 0.8mm pitch 100-pin Connectors for Board-to-Board Connections Up to 1GHz TI AM437x Series ARM Cortex-A9 Processors 512MB DDR3

More information

Features and Benefits. Certifications

Features and Benefits. Certifications UC-5100 Series Arm-based Industrial computing platform for industrial automation Features and Benefits Armv7 Cortex-A8 1000 MHz processor Dual auto-sensing 10/100 Mbps Ethernet ports 4 software-selectable

More information

WIZ220IO / WIZ220IO-EVB User s Manual (Ver. 1.0)

WIZ220IO / WIZ220IO-EVB User s Manual (Ver. 1.0) [ 텍스트입력 ] WIZ0IO / WIZ0IO-EVB User s Manual (Ver. 1.0) 010 WIZnet Inc. All Rights Reserved. For more information, visit our website at www.wiznet.co.kr Document History Information Revision Data Description

More information

SKW75 2x2 MIMO WLAN. Module Datasheet

SKW75 2x2 MIMO WLAN. Module Datasheet SKW75 2x2 MIMO WLAN Module Datasheet Name: 802.11b/g/n 2x2 MIMO WiFi AP/Router Module Model No.: SKW75 Revision: V3.04 Revision History Revision Description Approved Date V1.01 Initial Release George 20130928

More information

DATASHEET. MK-070C-HP High Performance 7 Inch Capacitive Touch Display. Amulet. Technologies. July 2015 Revision A

DATASHEET. MK-070C-HP High Performance 7 Inch Capacitive Touch Display. Amulet. Technologies. July 2015 Revision A High Performance 7 Inch Capacitive Touch Display DATASHEET July 2015 Revision A Introduction The MK-070C is the newest family member in the Display Module product line. The new 7 Capacitive Display Module

More information

Technical Documentation

Technical Documentation Technical Documentation for metratec TCP/IP to UART Converter (TUC) Date: July 2016 Version: 1.3 Technical Documentation metratec TUC Page 1 of 11 Table of Contents 1 General Information / Security Advice...3

More information

Centipede. Datasheet. Centipede is QCA AR9331 SoC based DIP platform with an integrated 2.4 GHz N (1x1) radio

Centipede. Datasheet. Centipede is QCA AR9331 SoC based DIP platform with an integrated 2.4 GHz N (1x1) radio is QCA AR9331 SoC based DIP platform with an integrated 2.4 GHz (1x1) radio Its tiny form factor (22 x 60 mm), integrated RJ-45, an on-board omni-directional chip antenna and "breadboardable" layout allows

More information

Lantech LSC-1102B SERIAL TO TCPIP CONVERTER. User Manual

Lantech LSC-1102B SERIAL TO TCPIP CONVERTER. User Manual Lantech LSC-1102B SERIAL TO TCPIP CONVERTER User Manual V1.0 Sep 2016 Table of Contents 1. Introduction 3 Overview 4 Product Specifications 8 2. Description & Installation 10 Product Panel Views 10 LED

More information

SBC3100 (Cortex-A72) Single Board Computer

SBC3100 (Cortex-A72) Single Board Computer (Cortex-A72) Single Board Computer Ultra High Performance SBC with RK3399 (Cortex-A72 x2 + Cortex-A53 x4) @ 2Ghz : Single Board Computer H310: Input (receiver) Module : Output (display) Module D120: 4xCOM

More information

EDK MHz EDK 350U 902 MHz EDK 400J 928 MHz. EnOcean Developer Kits USER MANUAL. Observe precautions! Electrostatic sensitive devices!

EDK MHz EDK 350U 902 MHz EDK 400J 928 MHz. EnOcean Developer Kits USER MANUAL. Observe precautions! Electrostatic sensitive devices! EDK 350 868 MHz EDK 350U 902 MHz EDK 400J 928 MHz EnOcean Developer Kits Observe precautions! Electrostatic sensitive devices! Patent protected: WO98/36395, DE 100 25 561, DE 101 50 128, WO 2004/051591,

More information

LinkSprite Technologies,.Inc. pcduino V2

LinkSprite Technologies,.Inc. pcduino V2 1 2 Contents Board Overview...3 System Features...4 Single-Board Computer Configuration...5 Pin Assignments...7 Single-Board Computer Setup...9 Required Hardware...9 Optional Hardware...9 Adjusting Screen

More information

NanoMind Z7000. Datasheet On-board CPU and FPGA for space applications

NanoMind Z7000. Datasheet On-board CPU and FPGA for space applications NanoMind Z7000 Datasheet On-board CPU and FPGA for space applications 1 Table of Contents 1 TABLE OF CONTENTS... 2 2 OVERVIEW... 3 2.1 HIGHLIGHTED FEATURES... 3 2.2 BLOCK DIAGRAM... 4 2.3 FUNCTIONAL DESCRIPTION...

More information

ZigBee USB Dongle ZSB series Data Sheet

ZigBee USB Dongle ZSB series Data Sheet ZigBee USB Dongle ZSB series Data Sheet DS-ZSB Meshreen Content 1. Introduction... 3 1.1 Variants... 3 1.2 Key Features... 3 1.3 Applications... 3 2. Block Diagram... 4 3. Specification... 5 3.1 General

More information

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions.

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions. Cobalt MC Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special or consequential damages.

More information

Hardware User Manual CM-BF561 V1.2, V Maximum Power at Minimum Size

Hardware User Manual CM-BF561 V1.2, V Maximum Power at Minimum Size Hardware User Manual CM-BF561 V1.2, V1.3 Contact Bluetechnix Mechatronische Systeme GmbH Waidhausenstr. 3/19 A-1140 Vienna AUSTRIA/EUROPE office@bluetechnix.at http://www.bluetechnix.com Document No.:

More information

DevKit7000 Evaluation Kit

DevKit7000 Evaluation Kit DevKit7000 Evaluation Kit Samsung S5PV210 Processor based on 1GHz ARM Cortex-A8 core Onboard 512MByte DDR2 and 512MByte NAND Flash 4 UART, 4 USB Host, USB Device, Ethernet, Audio, TF, RTC,... Supports

More information

ZS5889. USB Charging Controller

ZS5889. USB Charging Controller Features D+/D- DCP Mode per USB Battery Charging Specification 1.2 D+/D- Short Mode per Telecommunication Industry Standard YD/T1591-2009 (Chinese) Supports non-bc1.2 Charging Modes by Automatic Selection

More information

Hugo Cunha. Senior Firmware Developer Globaltronics

Hugo Cunha. Senior Firmware Developer Globaltronics Hugo Cunha Senior Firmware Developer Globaltronics NB-IoT Product Acceleration Platforms 2018 Speaker Hugo Cunha Project Developper Agenda About us NB IoT Platforms The WIIPIIDO The Gateway FE 1 About

More information

Prototyping Module Datasheet

Prototyping Module Datasheet Prototyping Module Datasheet Part Numbers: MPROTO100 rev 002 Zenseio LLC Updated: September 2016 Table of Contents Table of Contents Functional description PROTOTYPING MODULE OVERVIEW FEATURES BLOCK DIAGRAM

More information

USB Charging Controller. Features. General Description. Applications. Order Information

USB Charging Controller. Features. General Description. Applications. Order Information USB Charging Controller Features D+/D DCP Mode per USB Battery Charging Specification 1.2 D+/D Short Mode per Telecommunication Industry Standard YD/T1591 2009 (Chinese) Supports non BC1.2 Charging Modes

More information

CUWIN. Hardware Manual (3200A, 3500A, 4300A) [Version 2.0]

CUWIN. Hardware Manual (3200A, 3500A, 4300A) [Version 2.0] CUWIN Hardware Manual (3200A, 3500A, 4300A) [Version 2.0] 1. Hardware Specification ITEM MCU Memory MODEL CUWIN3200A CUWIN3500A CUWIN4300A 32Bit RISC CPU(ARM920T Core) 266MHz SDRAM : 64MB (OS Image: 32MB

More information

Creator Ci40 product brief

Creator Ci40 product brief Creator Ci40 is a high-performance, low-power IoT hub that packs Ethernet, Wi-Fi, 802.11b/g/n/ac, Bluetooth Classic and Low Energy and an 802.15.4 radio onto a powerful IoT gateway with expansion ports

More information

TIM-UP 19k-S3-Spartan6

TIM-UP 19k-S3-Spartan6 TIM-UP 19k-S3-Spartan6 Hardware User Manual Contact Bluetechnix Waidhausenstraße 3/19 A-1140 Vienna AUSTRIA office@bluetechnix.com http://www.bluetechnix.com Date: 2016-02-05 Template No.: 900-306 / A

More information