NetFusion LCD Demo App User Guide. V1.0 - January 2015

Size: px
Start display at page:

Download "NetFusion LCD Demo App User Guide. V1.0 - January 2015"

Transcription

1 NetFusion LCD Demo App User Guide 1

2 Table of Contents 1 INTRODUCTION AUTOMATIC LAUNCH LCD MENU STRUCTURE MAIN MENU ACI PORT VALUES TEMPERATURE SENSOR VOLTAGE RAIL SUPERVISOR OPTION JUMPER SWITCHES & ROTARY SWITCHES VOLTAGE ISOLATED/FREE RELAYS USER LED MORETHANIP 3-PORT & 5-PORT SWITCH PACKET TRACE MONITOR LINE-IN AUDIO (VIA SPI) AMPLITUDE MONITOR REAL-TIME CLOCK RS232 SERIAL PORT (/DEV/TTYS1) RS485 SERIAL PORT (COREUART) GENERAL PURPOSE EXPANSION I/O VALUES CONTACT DOCUMENT HISTORY

3 1 Introduction Every NetFusion variant and derivate is shipped with the uclinux software re-programmed to show an LCD Demo App. This is also the case with the software GZIP package that can be downloaded and installed onto your host PC environment. If you compiled and built the same code, uploaded to your NetFusion unit and rebooted you will find the Demo App running on boot-up as this is the same as what is factory programmed. The Demo App runs exclusively on the LCD screen which is ideal for all of the Development-Kit solutions as it has the LCD module fitted. The sole purpose of the utility is to allow the user/customer to be able to view and evaluate the hardware features and functionality without having to use shell terminals, Linux build systems and programmers. By having a demonstrable ability to explore the unit simplistically through the front-end LCD screen, the user can enjoy the product before having to explore deeper either using USB terminals or ultimately downloading all of the Linux packages and toolset to build the code. Using the LCD buttons just below the LCD screen, the menu system is user friendly and obviously intuitive. Moreover, the user has full confidence of the supporting software behind the hardware they see in front of them. The LCD Demo App operates perfectly no matter which variant of the NetFusion family is playing host. The LCD and the buttons just below it are the effective user interface for the whole application 3

4 2 Automatic Launch The LCD will automatically show the Demo app with the code that is shipped and also the state of the code with the downloadable software package from Nine Ways. In order to control the Demo Application launching that is defaulted to operate on boot, and then edit the /etc/rc configuration file on the host PC software development for NetFusion. Refer to the NetFusion uclinux User Guide PDF The contents are listed below: #!/bin/sh mount -t proc proc /proc # mount the /proc directory into the filesystem mount -t sysfs sysfs /sys # mount the /sysfs directory into the filesystem mount -t devpts none /dev/pts # mount the /pts directory into the filesystem mount -t jffs2 /dev/mtdblock2 /flash # mount the /flash directory into the filesystem - non-volatile area echo 1 >> /proc/sys/kernel/panic # set the Linux kernel panic time to 1 second. A panic will reboot ifconfig lo up # bring up the loopback netif /drivers/smartfusion2_init # launch all hardware relating to NetFusion /drivers/mtip_switchcore_init # launch MAC and Switch FIFOs insmod /lib/gengpio_uio.ko # launch general GPIO-UIO device driver insmod /lib/mtip_hwclock.ko # launch specific PTP-1588 MorethanIP hardware-clock device driver cat /lib/mtipsw_parms sed -e 's/#.*$//' -e '/^$/d' xargs insmod /lib/mtipsw_dma_sw.ko # launch DMA driver if [[ `lsmod grep mtipsw_dma_sw sed 's/mtipsw_dma_sw.*/found/g'` = "found" ]] ; then ifconfig mtip0 down hw ether $ethaddr # default bring down mtip0 high-priority netif and set mac address ifconfig mtip1 down hw ether $ethaddr # default bring down mtip1 lower-priority netif ifconfig mtip2 down hw ether $ethaddr # default bring down mtip2 netif used for PTP users ifconfig mtip3 down hw ether $ethaddr # mtip3 netif used exclusively and ONLY for the linuxptp application ifconfig mtip up # bring up the new DMA controller CH0 network interface [mtip0] ifconfig mtip up # bring up the new DMA controller CH1 network interface [mtip1] ifconfig mtip up # bring up the new DMA controller PTP user network interface [mtip2] ifconfig mtip up # bring up the new DMA controller linuxptp network interface [mtip3] else echo "DMA Controller not detected so leaving eth0 as the primary netdev..." fi busybox httpd -h /httpd/html/ /drivers/temp_sensor -file /httpd/html/ts.txt & /ptp/ptp4l -i mtip3 -q -p /dev/ptp0 -f /ptp/default.cfg > /dev/null & rm /flash/netf -f /sql/sqlite3 /flash/netf '.read /etc/create_test_db.txt' /sql/sqlite3 /flash/netf '.read /httpd/html/import_drivers.txt' > /httpd/html/drivers.txt /sql/sqlite3 /flash/netf '.read /httpd/html/import_process.txt' > /httpd/html/process.txt /factory/netf_demo_app #switch_demo #/iperf/iperf_testapp ifconfig # show on debug output the current network interfaces present If you wish to remove the LCD Demo App program when the board boots up then comment out the following line of code: #/factory/netf_demo_app Save then re-compile. Refer to the NetFusion uclinux User Guide PDF 4

5 3 LCD Menu Structure Upon first boot, you will be presented with the LCD menu system. 3.1 Main Menu This screen indicates the first option available on the menu. The whole top tree menu structure always displays the bottom row with the same button options. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. Note: the [ACI Port Values] option is the first option shown after boot-up. 3.2 ACI Port Values The [ACI Port Values] option menu screen allows the user to ENTER the ACI monitor. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. 5

6 In order to EXIT this screen back to the main menu hierarchy, press the RIGHT EXT button. Use the LEFT and MIDDLE buttons (indicated by the arrows) to scroll through P1 to P8 ACI inputs. After the colon, it displays OPEN, CLOSED or the 8-bit ADC value of the analogue input. 6

7 3.3 Temperature Sensor The [Temp Sensor] option menu screen allows the user to ENTER the temperature sensor monitor. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. If the ERROR screen is shown (above), then you have observed the temperature reading before an actual sample was taken after boot-up. The first sample is normally about 60 seconds after boot-up. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT button. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT EXT button. The temperature is updated every 60 seconds from average readings. The sensor is under the SOM which indicates the FPGA board temperature. 7

8 3.4 Voltage Rail Supervisor The [Volt Supervisor] option menu screen allows the user to ENTER the screen to view all of the baseboard and SOM voltage rails. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT EXT button. Use the LEFT and MIDDLE buttons (indicated by the arrows) to scroll through the different voltage rails. Before the colon, it displays the name of the intended voltage supply, and after the colon is the exact current reading of that respective voltage on the baseboard. 8

9 3.5 Option Jumper Switches & Rotary Switches The [Opts Jps & Sels] option menu screen allows the user to ENTER the general configuration dials screen. The jumper switches and the rotary dials can be viewed and displayed. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT EXT button. 9

10 Use the LEFT and MIDDLE buttons (indicated by the arrows) to scroll through the different input components on the baseboard. It scrolls through and displays ROT S2, ROT S3, Jump Swt 1, Jump Swt 2, Jump Swt 3, Jump Swt 4, Jump Swt 5, Jump Swt 6. ROT S2 shows the number setting of the left rotary selector CONFIG 1 on the baseboard, the right rotary CONFIG 2 is next, then the 6 configuration DIP selector switches 1 6. All values are real-time and live the moment that PCB values are changed. 10

11 3.6 Voltage Isolated/Free Relays The [Volt Iso Relays] option menu screen allows the user to ENTER the voltage free output relay control screen. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT EXT button. Use the LEFT and MIDDLE buttons (indicated by the arrows) to toggle the condition each of the two voltage free output relays on the PCB baseboard. The LEFT button toggles RL1 between ON and OFF. The MIDDLE button toggles RL2 between ON and OFF. The instantaneous change on the display is reflected with the change of state of the mechanical relays and you will be able to audibly hear the clicking sound. Use the RELAY POLARITY SWITCHES to convert ON/OFF into OPEN/CLOSED If you cannot hear the relays change, then check the relay enable switches. Move to the RL1 and RL2 positions. 11

12 3.7 User LED 1 The [User LED 1] option menu screen allows the user to ENTER the control screen of the GREEN user led on the PCB baseboard. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT EXT button. Use the LEFT and MIDDLE buttons (indicated by the arrows) to toggle the condition each of the two voltage free output relays on the PCB baseboard. The LEFT button toggles RL1 between ON and OFF. The MIDDLE button toggles RL2 between ON and OFF. 12

13 3.8 MorethanIP 3-Port & 5-Port SWITCH Packet Trace Monitor The [5P/3P Data Test] option menu screen allows the user to ENTER the embedded MorethanIP SWITCH test app. It can detect the 3-Port and 5-Port IP cores. If no SWITCH is detected, you will be presented with an ERROR screen showing that no SWITCH was found in the FPGA fabric. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. The SWITCH test application as a sub-menu detects either the 3-Port or the 5-Port MorethanIP Ethernet core in the FPGA fabric. It is indicated in the bottom left by either 3P or 5P. If no core exists, usually if the NetFusion variant is an EXP, or if the user has a standard Starter pack project without a SWITCH, then a message will display indicating that no switch exists. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT EXT button. Whilst the screen is being displayed, the number of overall SWITCHed packets is updated and incremented on the top left of the LCD screen and individual port activity is highlighted by an asterisk above the numbers 1 2 or 3 (bottom right). 13

14 3.9 Line-IN Audio (via SPI) Amplitude Monitor The [SPI Audio Test] option menu screen allows the user to ENTER the Line-IN audio amplitude analyzer. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT button. Amplitude bars will appear from the bottom row center outwards. As there are two channels of stereo audio (left and right) the bars spread out from the center each way left and right independently. 14

15 3.10 Real-Time Clock The [RTC Settings] option menu screen allows the user to ENTER the Real-Time clock set and read screen. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT EXT button. Press the LEFT button W to write/set the RTC date/time and press the MIDDLE R to read the clock and display on the LCD real-time. If the read facility is used, the date and time will be displayed continuously until the RIGHT button is pressed and the system will revert back to this screen (shown above). However, if (on the above screen), you press the LEFT button, then you get the following screen. This screen allows the user to set the time and date fields. Follow the on screen instructions. Each entry is un-abortable so once you are in process you must complete. For each field entry, you must press the RIGHT ENT button to accept the entry. Once completed, you will revert back to the W R Date/Time screen (top of this page). In order to EXIT that screen back to the main menu hierarchy, press the RIGHT EXT button. 15

16 3.11 RS232 Serial Port (/dev/ttys1) The [RS232 Data Test] option menu screen allows the user to ENTER the observation screen for seeing all characters received from the second serial port [/dev/ttys1]. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT button. Received characters at N1 BAUD from the RX of the second serial port /dev/ttys1 will be shown and scrolled across the bottom row of the LCD screen. 16

17 3.12 RS485 Serial Port (coreuart) The [RS485 Data Test] option menu screen allows the user to ENTER the observation screen for seeing all characters received from the IP coreuart RS485. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT button. Received characters at N1 BAUD from the RX of the coreuart RS485 will be shown and scrolled across the bottom row of the LCD screen. 17

18 3.13 General Purpose Expansion I/O Values The [GPIOs 8-14 Conf] option menu screen allows the user to ENTER the screen to check on the logical input status of the unused I/Os on the GPIO expander header. It configures all signals for input and observes them. The LEFT button scrolls backwards through the menu hierarchy, the MIDDLE scrolls forwards through the options and the RIGHT button ENT allows you to enter this particular menu category. In order to EXIT this screen back to the main menu hierarchy, press the RIGHT button. Use the LEFT and MIDDLE buttons to scroll through forwards and backwards between PT8 and PT14. These are the GPIO input pins on the expansion header on the PCB baseboard. For each input, you will see on the top right of the screen ie ASSERTED or DE-ASSERTED. Leaving the inputs floating keeps them ASSERTED and if you pull them to GND (0V), they will change state. 18

19 4 Contact Nine Ways Research & Development Ltd pbates@nineways.co.uk Internet : UK Unit A.3, idcentre, Lathkill House, rtc Business Park London Road, Derby. DE24 8UP United Kingdom Tel : +44 (0) FAX : +44 (0)

20 5 Document History Document Change Notices (DCO) Version Description Created/Changed By Date Version 1.0 Initial Release according to Version 1.0 Paul Bates: Nine Ways 30th January 2015 Copyright Nine Ways R&D Ltd All Rights Reserved 20

Nine Ways uclinux tinypy (Python-Lite) User Guide

Nine Ways uclinux tinypy (Python-Lite) User Guide Introduction This user guide pertaining to Python Lite (tinypy) application note assumes that you have prior knowledge of the uclinux from Emcraft for the NetFusion product. You will also have read the

More information

DMA Test App iperf User Guide

DMA Test App iperf User Guide DMA Test App iperf User Guide DMA Controller 32-Bit/64-bit AXI modes 1 CONTENTS AMBA DMA Controller (with AXI memory interface) 1 INTRODUCTION... 5 1.1 SMARTFUSION2 SOM... 5 2 DMA SPEED & THROUGH-PUT CAPABILITY...

More information

NetFusion SFP Development-Kit

NetFusion SFP Development-Kit NetFusion SFP Development-Kit Reference Guide 1 Table of Contents 1 INTRODUCTION... 8 1.1 3-PORT SWITCH WITH AMBA DMA... 8 1.1.1 Architectural FPGA Fabric Design... 9 1.1.2 Supporting Documentation...

More information

NetFusion-EXP Development-Kit

NetFusion-EXP Development-Kit NetFusion-EXP Development-Kit Reference Guide 1 Table of Contents 1 INTRODUCTION... 8 2 ESTABLISHED DOCUMENTATION... 9 2.1 BASIC NETFUSION CONCEPT, BENEFITS AND BRIEF... 9 2.2 LIBERO SMARTFUSION2 FPGA

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

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

Matrix 500 Quick Installation Guide

Matrix 500 Quick Installation Guide Overview Matrix 500 features four serial ports, 10/100 Mbps Ethernet, USB port and SD socket for flash disk expansion. The preinstall Linux OS and GNU tool chain make Matrix 500 ready for your application

More information

NetFusion CAT5 Hardware

NetFusion CAT5 Hardware NetFusion CAT5 Hardware Reference Guide 1 Table of Contents NetFusion-CAT5 Hardware Reference Guide 1 INTRODUCTION... 8 1.1 NINE WAYS RESEARCH & DEVELOPMENT LTD... 8 1.2 MICROSEMI INC... 8 1.3 EMCRAFT

More information

M-508 Quick Installation Guide. Screw: Φ 3 mm

M-508 Quick Installation Guide. Screw: Φ 3 mm Overview M-08 is a Linux ready Single Board Computer featuring four serial ports, 0/00 Mbps Ethernet, USB port and SD socket for flash disk expansion. The pre-install Linux OS and GNU tool chain make M-08

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

Spartan -3A / Spartan -3AN Out of the box, now what? Eric Crabill Xilinx, Incorporated 04/01/2007

Spartan -3A / Spartan -3AN Out of the box, now what? Eric Crabill Xilinx, Incorporated 04/01/2007 Spartan -3A / Spartan -3AN Out of the box, now what? Eric Crabill Xilinx, Incorporated 04/01/2007 Agenda Introduction to the Starter Kit Features, Capabilities, and Uses Pre-Loaded Demo Kit Contents Summary

More information

This 4-port RS-422/485 Adapter is provided with an external switching power adapter in the package.

This 4-port RS-422/485 Adapter is provided with an external switching power adapter in the package. USB-4COMi-M USB to Quad RS-422/485 to Serial Adapter Manual The USB to Industrial Quad RS-422/485 Adapter is designed to make industrial communication port expansion quick and simple. Connecting to a USB

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

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information

TQ2440 Development Platform Manual

TQ2440 Development Platform Manual TQ2440 Development Platform Manual 0 Directory Directory... 1 Chapter 1 Introduction... 7 11Appearance of TQ2440 development platform... 7 12Hardware resource of TQ2440... 7 13Software introduction of

More information

Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform.

Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform. Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform www.sierraradio.net www.hamstack.com Topics Introduction Hardware options Software development HamStack project

More information

NetFusion-EXP Hardware

NetFusion-EXP Hardware NetFusion-EXP Hardware Reference Guide NetFusion-EXP Hardware Reference Guide 1 Table of Contents NetFusion-EXP Hardware Reference Guide 1 INTRODUCTION... 8 1.1 NINE WAYS RESEARCH & DEVELOPMENT LTD...

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

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN 46268 (317) 471-1577 (317) 471-1580 FAX http://www.prllc.com GENERAL The Mega128-Development board is designed for

More information

Lab 1. OMAP5912 Starter Kit (OSK5912)

Lab 1. OMAP5912 Starter Kit (OSK5912) Lab 1. OMAP5912 Starter Kit (OSK5912) Developing DSP Applications 1. Overview In addition to having an ARM926EJ-S core, the OMAP5912 processor has a C55x DSP core. The DSP core can be used by the ARM to

More information

Grayhill 3Dxx Display Products. Setup and Usage with CoDeSys Development Software

Grayhill 3Dxx Display Products. Setup and Usage with CoDeSys Development Software Grayhill 3Dxx Display Products Setup and Usage with CoDeSys Development Software Revision History Revision Date Description A 09/14/2016 Original Release B 05/02/2017 Added support for Model 3D70 (Seven

More information

Wireless Modem Evaluation Board User s Guide

Wireless Modem Evaluation Board User s Guide Features Supports all CCI Modems and Radios Two independent transceivers and interfaces RS-232 Host Serial and USB Serial Communications RS-232,TTL Digital Serial and USB Host Interfaces Wireless modem

More information

This guide is used as an entry point into the Petalinux tool. This demo shows the following:

This guide is used as an entry point into the Petalinux tool. This demo shows the following: Petalinux Design Entry Guide. This guide is used as an entry point into the Petalinux tool. This demo shows the following: How to create a Linux Image for a Zc702 in Petalinux and boot from the SD card

More information

eurösec CPX Control Panel User Instructions

eurösec CPX Control Panel User Instructions eurösec CPX Control Panel User Instructions eurösec CPX User Manual Contents User Information... 2 Introduction... 3 User Code Types... 3 Setting The System... 4 Setting & Unsetting via Keyswitch... 4

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

LPC2468 Industrial Reference Design Platform System Development Kit Version 1.2. August 2008

LPC2468 Industrial Reference Design Platform System Development Kit Version 1.2. August 2008 QuickStart Guide LPC2468 Industrial Reference Design Platform System Development Kit Version 1.2 August 2008 1.0 System Overview The LPC2468 Industrial Reference Design (IRD) is a platform targeted at

More information

USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual. Specifications and Features

USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual. Specifications and Features USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual The USB-COMi-TB USB-to-Industrial Single RS-422/485 Adapter is designed to make industrial communication port expansion quick and simple.

More information

SY-MUHD-44 and SY-MUHD-88

SY-MUHD-44 and SY-MUHD-88 User Manual SY-MUHD-44 and SY-MUHD-88 4x4 HDMI 4K Matrix 8x8 HDMI 4K Matrix SY Electronics Ltd, Unit 7, Worrall Street, Salford, Greater Manchester, M5 4TH, United Kingdom Tel: +44 (0) 161 868 3450 Fax:

More information

Mega128-Net Mega128-Net Mega128 AVR Boot Loader Mega128-Net

Mega128-Net Mega128-Net Mega128 AVR Boot Loader Mega128-Net Mega128-Net Development Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN 46268 (317) 471-1577 (317) 471-1580 FAX http://www.prllc.com GENERAL The Mega128-Net development board is designed

More information

Rev Single-Channel Pulse Modulating Anti-Sweat Control (SC-PMAC) Installation and Operation Manual

Rev Single-Channel Pulse Modulating Anti-Sweat Control (SC-PMAC) Installation and Operation Manual 026-1502 Rev 2 11-20-07 Single-Channel Pulse Modulating Anti-Sweat Control (SC-PMAC) Installation and Operation Manual 1640 Airport Road, Suite 104 Kennesaw, GA 30144 Phone: (770) 425-2724 Fax: (770)

More information

MegaAVR-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX

MegaAVR-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX MegaAVR-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN 46268 (317) 471-1577 (317) 471-1580 FAX http://www.prllc.com GENERAL The MegaAVR-Development board is designed for

More information

Embest SOC8200 Single Board Computer

Embest SOC8200 Single Board Computer Embest SOC8200 Single Board Computer TI's AM3517 ARM Cortex A8 Microprocessors 600MHz ARM Cortex-A8 Core NEON SIMD Coprocessor POWERVR SGX Graphics Accelerator (AM3517 only) 16KB I-Cache, 16KB D-Cache,

More information

HSMC Ethernet 2-Port 1588 Precision Timing

HSMC Ethernet 2-Port 1588 Precision Timing Ethernet 2-Port 1588 Precision Timing PHY Daughter Board 1 Table of Contents 1 INTRODUCTION... 4 2 FEATURES... 5 3 BOARD DESCRIPTION... 6 3.1 BLOCK DIAGRAM... 6 3.2 BOARD COMPONENTS... 7 3.2.1 LEDs...

More information

EasySYNC Ltd. USB to Serial Converters Manual

EasySYNC Ltd. USB to Serial Converters Manual EasySYNC Ltd Document Reference No.: ES_000061 Issue Date: 2011-08-23 The ES-U-xxxx-x adapters are a series of USB Serial Converters from EasySYNC Ltd. They provide a simple method of adapting legacy RS-232

More information

MYD-C7Z010/20 Development Board

MYD-C7Z010/20 Development Board MYD-C7Z010/20 Development Board MYC-C7Z010/20 CPU Module as Controller Board Two 0.8mm pitch 140-pin Connectors for Board-to-Board Connections 667MHz Xilinx XC7Z010/20 Dual-core ARM Cortex-A9 Processor

More information

MYD-SAM9X5 Development Board

MYD-SAM9X5 Development Board MYD-SAM9X5 Development Board MYC-SAM9X5 CPU Module as Controller Board and Fully Compatible with Atmel s Official Board 400MHz Atmel AT91SAM9X5 Series ARM926EJ-S Processors 128MB DDR2 SDRAM, 256MB Nand

More information

INDEX. Network Power Monitor NPM-R10-SNMP. Innovative Electronics for a Changing World. NPM-R10-SNMP Remote Network Power Monitor

INDEX. Network Power Monitor NPM-R10-SNMP. Innovative Electronics for a Changing World. NPM-R10-SNMP Remote Network Power Monitor Innovative Electronics for a Changing World NPM-R10-SNMP Remote Network Power Monitor Optional relay board and GSM module INDEX 1. SYSTEM DESCRIPTION 2. SYSTEM BATTERY CONNECTIONS 3. SERIES CONNECTED BATTERIES

More information

User Guide Linux for AT91CAP9-STK Version 1.1. User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11

User Guide Linux for AT91CAP9-STK Version 1.1. User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11 User Guide LINUX FOR AT91CAP9-STK VERSION: 1.1 1/11 History of Changes Revision Issue Date Descripion Author Ver 1.0 2009-04-24 First version of the document Olivier Arnal Ver 1.1 2009-04-27 Minor modification

More information

PAC-5010 Programmable Automation Controller User Guide

PAC-5010 Programmable Automation Controller User Guide PAC-5010 Programmable Automation Controller User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List...

More information

MYD-JA5D2X Development Board

MYD-JA5D2X Development Board MYD-JA5D2X Development Board MYC-JA5D2X CPU Module as Controller Board 500MHz Atmel SAMA5D26/27 ARM Cortex-A5 Processor 256MB DDR3 SDRAM, 256MB Nand Flash, 4MB Data FLASH, 64KB EEPROM Serial ports, USB,

More information

NetFusion SFP Hardware

NetFusion SFP Hardware NetFusion SFP Hardware Reference Guide 1 Table of Contents NetFusion-SFP Hardware Reference Guide 1 INTRODUCTION... 8 1.1 NINE WAYS RESEARCH & DEVELOPMENT LTD... 8 1.2 MICROSEMI INC... 8 1.3 EMCRAFT INC...

More information

ResTest v1 User Instruction Manual

ResTest v1 User Instruction Manual ResTest v1 User Instruction Manual Contents Introduction... 3 Electrical Specification... 3 Unpacking... 3 Connections/Interface... 4 Setup Instructions... 5 Settings... 6 Measurement Setup... 7 Measuring

More information

SICOM3171 Series Managed Traffic Ethernet Serial Server. Software Operation Manual

SICOM3171 Series Managed Traffic Ethernet Serial Server. Software Operation Manual SICOM3171 Software Operation Manual 201009 SICOM3171 Series Managed Traffic Ethernet Serial Server Software Operation Manual KYLAND Technology Co., Ltd. 1 SICOM3171 Software Operation Manual 201009 SICOM3171

More information

OMAP-L138 experimenter Kit. QuickStart Guide O

OMAP-L138 experimenter Kit. QuickStart Guide   O OMAP-L138 :: :: O M QuickStart Guide www.logicpd.comz O QuickStart Guide We fast forward the evolution of new products. Table of Contents 1 Introduction 4 1.1 Scope of Document 4 1.2 Zoom OMAP-L138 Contents

More information

W90N745 BSP Quick Start Guide

W90N745 BSP Quick Start Guide W90N745 BSP Quick Start Guide 1 Table of Contents- 1. INTRODUCTION OF THIS DOCUMENT...3 2. SYSTEM REQUIREMENT...3 3. HARDWARE CONNECTION...3 4. UCLINUX BSP INSTALLATION PROCEDURE...4 5. NON-OS BSP INSTALLATION

More information

Metaphase DDC-3. Technologies USER MANUAL. Version 7.X August metaphase-tech.com. pg. 1

Metaphase DDC-3. Technologies USER MANUAL. Version 7.X August metaphase-tech.com. pg. 1 USER MANUAL Version 7.X August 2014 pg. 1 Overview Digital Dimming Controller () provides 0-10V voltage dimming control of three independent LED loads in increments of 0.1V. The may be remotely controlled

More information

Prime Capsule Portable Data Logger

Prime Capsule Portable Data Logger Prime Capsule Portable Data Logger Note : Picture of products for reference only, holder not included. Features : - LCD Display for easy usage / Data Review - Data log can start without PC software setup

More information

H0420 Programmable MP3 Audio Player for Exhibitions and Kiosk Applications. Firmware Update: Version 1.2 Build 3508

H0420 Programmable MP3 Audio Player for Exhibitions and Kiosk Applications. Firmware Update: Version 1.2 Build 3508 H0420 Programmable MP3 Audio Player for Exhibitions and Kiosk Applications Firmware Update: Version 1.2 Build 3508 For upgrading to the new firmware, please see page 4 for the procedure. This document

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

Quick Start Guide for the Turbo upsd DK3300-ELCD Development Kit- RIDE

Quick Start Guide for the Turbo upsd DK3300-ELCD Development Kit- RIDE Contents: Circuit Board upsd DK3300-ELCD Development Board with a upsd3334d-40u6 MCU with Enhanced Graphic LCD RLINK-ST, a USB-based JTAG adapter from Raisonance for debugging with Raisonance Integrate

More information

PCB-STM32-F3U. Development baseboard for the STMicro Discovery-F3 module (STMicro part# STM32F3DISCOVERY)

PCB-STM32-F3U. Development baseboard for the STMicro Discovery-F3 module (STMicro part# STM32F3DISCOVERY) PCB-STM32-F3U Development baseboard for the STMicro Discovery-F3 module (STMicro part# STM32F3DISCOVERY) Part Number: PCB-STM32-F3U (unpopulated PCB with Discovery module sockets, no other parts) STM32-F3U

More information

Synergy Controller Application Note 1 September 2014, Revision F Tidal Engineering Corporation 2014

Synergy Controller Application Note 1 September 2014, Revision F Tidal Engineering Corporation 2014 Upgrading a VersaTenn III controller with the Synergy Micro 2 Controller Introduction Synergy Controller is Tidal Engineering s line of Environmental l Test Chamber Controllers which and are designed to

More information

DEV-1 HamStack Development Board

DEV-1 HamStack Development Board Sierra Radio Systems DEV-1 HamStack Development Board Reference Manual Version 1.0 Contents Introduction Hardware Compiler overview Program structure Code examples Sample projects For more information,

More information

INTRODUCTION: DOWNLOADING & INSTALLATION:

INTRODUCTION: DOWNLOADING & INSTALLATION: INTRODUCTION: PowerArchitect TM is Exar s intuitive and easy-to-use software for developing power supplies with the XRP7724, XRP7720, XRP7725, XRP9711, and XRP9710 family programmable power management

More information

type : Title : 1 / Page : Version : Date : User s guide MNTload TECHNICAL DEPARTMENT User s guide MNTload

type : Title : 1 / Page : Version : Date : User s guide MNTload TECHNICAL DEPARTMENT User s guide MNTload 1 / 22 GA v.doc 2 / 22 Updates table ISSUE DATE REVISION DETAILS PREPARED BY 1.0 2005.June.06 Creation L.Hurand/I.lemblin 1.1 2005.June.22 Adding i6280 loading state L.Hurand/I.lemblin 1.2 2007.April.06

More information

SQI FLASH click. PID: MIKROE-2828 Weight: 22 g

SQI FLASH click. PID: MIKROE-2828 Weight: 22 g SQI FLASH click PID: MIKROE-2828 Weight: 22 g SQI FLASH click is based on the SST26VF064B, a 64 Mbit Serial Quad I/O flash device from Microchip. The chip utilizes 4-bit multiplexed I/O serial interface

More information

GEM80 & ewon Setup Quick Guide

GEM80 & ewon Setup Quick Guide Introduction to the ewon The ewon is an intelligent, programmable Ethernet Gateway, which can be used to bridge GEM 80 PLCs onto an Ethernet network, via the PLC serial port (Port3). This provides network-based

More information

ACTpro Single Door IP Controller. Operating & Installation Instructions

ACTpro Single Door IP Controller. Operating & Installation Instructions ACTpro 1500 Single Door IP Controller Operating & Installation Instructions 18-00079 Issue 1 This manual refers to the ACTpro 1500 a TCP/IP based control unit supporting up to 32 doors. Access Control

More information

MYD-SAMA5D3X Development Board

MYD-SAMA5D3X Development Board MYD-SAMA5D3X Development Board MYC-SAMA5D3X CPU Module as Controller Board DDR2 SO-DIMM 200-pin Signals Consistent with Atmel's Official Board 536MHz Atmel SAMA5D3 Series ARM Cortex-A5 Processors 512MB

More information

MYC-C7Z010/20 CPU Module

MYC-C7Z010/20 CPU Module MYC-C7Z010/20 CPU Module - 667MHz Xilinx XC7Z010/20 Dual-core ARM Cortex-A9 Processor with Xilinx 7-series FPGA logic - 1GB DDR3 SDRAM (2 x 512MB, 32-bit), 4GB emmc, 32MB QSPI Flash - On-board Gigabit

More information

Group 10 Programmable Sensor Output Simulator Progress Report #2

Group 10 Programmable Sensor Output Simulator Progress Report #2 Department of Electrical Engineering University of Victoria ELEC 499 Design Project Group 10 Programmable Sensor Output Simulator Progress Report #2 March 5, 2005 Submitted by: Group No.: 10 Team: Exfour

More information

ANYtronics smartdim. 12 Channel Dimming System

ANYtronics smartdim. 12 Channel Dimming System ANYtronics smartdim 12 Channel Dimming System Installation notes 1.0 Introduction 2.0 Installation 2.1 Mains supply connection 2.2 Output connection 2.3 Input connections Operating instructions 3.0 Menu

More information

USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual. Features and Specifications. Power Supply

USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual. Features and Specifications. Power Supply USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual The USB to industrial 16-Port RS-422/485 Adapter is designed to make serial port expansion quick and simple. Connecting to a USB port on your

More information

LTC Data Converter Board For The Arrow SoCKit Linux Application User s Guide

LTC Data Converter Board For The Arrow SoCKit Linux Application User s Guide LTC Data Converter Board For The Arrow SoCKit Linux Application User s Guide Revision 7.0 21 Aug 2013 1 of 32 Table of Contents Introduction... 4 Board Connections... 4 Board Setup... 4 Installing Linux...

More information

VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES:

VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES: DLP-VLOG *LEAD-FREE* VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES: Virtually Unlimited Data Storage Utilizing FTDI s New Vinculum USB Host IC Data Logged to USB Flash Drive Low-Power

More information

Quick Start Guide. S12VR64EVB S12 MagniV Mixed-Signal MCUs. S12 MagniV

Quick Start Guide. S12VR64EVB S12 MagniV Mixed-Signal MCUs. S12 MagniV S12VR64EVB S12 MagniV Mixed-Signal MCUs S12 MagniV Get to Know the S12VR64EVB LIN Connectors Potentiometer SW1 SW2 Analog Input Header External Power Supply Banana Connectors JM60 Integrated BDM Barrel

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

LS9200 User Guide LinkSprite Technologies, Inc.

LS9200 User Guide LinkSprite Technologies, Inc. LS9200 User Guide LinkSprite Technologies, Inc. 1 / 17 Table of Contents 1. Foreword... 3 2. Features... 3 3. Part and jumper description... 4 Part description... 4 LED and Key description... 4 Jumper

More information

ESP-WROVER-KIT Getting Started Guide

ESP-WROVER-KIT Getting Started Guide ESP-WROVER-KIT Getting Started Guide Version 1.2 Copyright 2016 About This Guide This document introduces how to use the ESP-WROVER-KIT development board. The document is structured as follows: Chapter

More information

PVK40. User's manual. Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers

PVK40. User's manual. Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers PVK40 User's manual Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers CONTENTS PVK40 3 On-board peripherals: 3 Power supply 4 Microcontroller 4 Reset circuitry 4 Oscilator

More information

Specification for HDVR8045/8085&HDVR8045/85GW(4)

Specification for HDVR8045/8085&HDVR8045/85GW(4) Easy Storage Technology Co., Ltd. Add: 5/F, Building 23, KezhiRoad, Science &Technology Industrial Park, NanShan District,Shenzhen,China Tel:0086-(0)755-2650- 3848 Fax:0086-(0)755-2661-3808 Mobile:0086(0)137-9855-8354

More information

ACCX Air Conditioning

ACCX Air Conditioning ACCX Air Conditioning CMR Electrical Ltd Bolton House Five Chimneys Lane Hadlow Down East Sussex TN22 4DX Tel: 01825 733600 Run / Stand-by changeover Controller Installation and operation Manual 1 Two

More information

Specification for HDVR004&HDVR004GW(4)

Specification for HDVR004&HDVR004GW(4) Easy Storage Technology Co., Ltd. Add: 5/F, Building 23, KezhiRoad, Science &Technology Industrial Park, NanShan District,Shenzhen,China Tel:0086-(0)755-2650- 3848 Mobile:0086(0)137-9855-8354 Website:www.szest.com

More information

QSFP-DD Test Development Kit

QSFP-DD Test Development Kit QSFP-DD Test Development Kit Summary The MultiLane QSFP-DD Development Kit provides the necessary development tools and reference modules required for the development of QSFP-DD based products. This kit

More information

TS-7350 Single Board Computer Documentation

TS-7350 Single Board Computer Documentation TS-7350 Single Board Computer Documentation Brigham Young University Idaho For Idaho National Laboratories Revised: July 18, 2009 Contents 1 Overview of Single Board Computer (SBC) 2 1.1 Technologic Systems

More information

User Guide FFFA

User Guide FFFA User Guide FFFA001508-01 www.focusrite.com Contents Introduction... 3 About this User Guide...3 System Requirements........................................................ 4 Software Installation... 4

More information

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010 GM8126 MAC DRIVER User Guide Rev.: 1.0 Issue Date: December 2010 REVISION HISTORY Date Rev. From To Dec. 2010 1.0 - Original Copyright 2010 Grain Media, Inc. All Rights Reserved. Printed in Taiwan 2010

More information

Development Environment Embedded Linux Primer Ch 1&2

Development Environment Embedded Linux Primer Ch 1&2 Development Environment Embedded Linux Primer Ch 1&2 Topics 1) Systems: Host and Target 2) Host setup 3) Host-Target communication CMPT 433 Slides #3 Dr. B. Fraser 18-05-05 2 18-05-05 1 Host & Target Host

More information

8S RS232/422/485 Combo to USB2.0 Module Box Installation Guide

8S RS232/422/485 Combo to USB2.0 Module Box Installation Guide Installation Guide Congratulation on your purchasing this high performance 8-port RS232/422/485 Combo to USB2.0 Module Box. The product includes a metal module box and a USB cable. Each box has an upstream

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

EasySYNC Ltd. USB to Serial Converters Manual

EasySYNC Ltd. USB to Serial Converters Manual EasySYNC Ltd Document Reference No.: ES_000061 Issue Date: 2011-01-26 The ES-U-xxxx-x adapters are a series of USB Serial Converters from EasySYNC Ltd. They provide a simple method of adapting legacy RS-232

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

TracBox Quick Start Guide

TracBox Quick Start Guide TracBox Quick Start Guide Prepared for: FTP Technologies Customers Wednesday, 24 January 2017 Page 2 of 15 Document name TracBox 5.5 Quick Start Guide Version 5.5 Version date Created by Approved by 5/02/2018

More information

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter C8051F38X DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The C8051F38x Development Kit contains the following items: C8051F380 Target Board C8051Fxxx Development Kit Quick-start Guide Silicon Laboratories

More information

TEL: (203) FAX: (203) WEB:

TEL: (203) FAX: (203) WEB: TEL: (203)-634-3900 FAX: (203)-238-2425 EMAIL: HIGHPOWER@HIGHPOWERSECURITY.COM WEB: WWW.HIGHPOWERSECURITY.COM MODEL 3500 ONLINE DOOR CONTROLLER WITH DOOR STATUS FOR OEM & DEVELOPER APPLICATIONS HARDWARE

More information

Advanced 486/586 PC/104 Embedded PC SBC1491

Advanced 486/586 PC/104 Embedded PC SBC1491 Advanced 486/586 PC/104 Embedded PC SBC1491 Features Ready to run 486/586 computer Small PC/104 format DiskOnChip, 64MB RAM On-board accelerated VGA COM1, COM2, KBD, mouse 10BASE-T Ethernet port PC/104

More information

Introduction to Netburner Network Development Kit (NNDK) MOD5282

Introduction to Netburner Network Development Kit (NNDK) MOD5282 Introduction to Netburner Network Development Kit (NNDK) MOD5282 Picture of Netburner Development Board: Connections Required: 1) TTY Serial Cable to connect to Host PC Port 2 (or Port 1) 2) Ethernet Cable:

More information

Suprex Fiber Optic. Reader-Extender SPX-7400 SPX Product Manual. Reader-Extender. Manual. SPX-7400 Series EXP Suprex_FiberOptic_MAN_170502

Suprex Fiber Optic. Reader-Extender SPX-7400 SPX Product Manual. Reader-Extender. Manual. SPX-7400 Series EXP Suprex_FiberOptic_MAN_170502 Suprex Fiber Optic Reader-Extender SPX-7400 SPX-7410 Product Manual Reader-Extender Manual SPX-7400 Series EXP-2000 Suprex_FiberOptic_MAN_170502 Cypress Integration Solutions 30+ Years of Access Control

More information

Open407I-C & Open207I-C User Manual

Open407I-C & Open207I-C User Manual Open407I-C & Open207I-C User Manual Open407I-C & Open207I-C User Manual Contents Preparation... 3 ADC+DMA... 3 CAN1 TO CAN2-Normal... 4 DAC... 5 DCMI_OV7670... 6 DCMI_OV9655... 7 DS18B20... 8 GPIO_Key_LED...

More information

AVR32 Studio Tutorial AVR32 UC3. EVK1100 Control Panel Tutorial

AVR32 Studio Tutorial AVR32 UC3. EVK1100 Control Panel Tutorial AVR32 Studio Tutorial AVR32 UC3 Agenda What is the Control Panel? Control Panel Interfaces Description. Control Panel Use Case - Ethernet - Shell through RS232 - USB Device - USB Host Nov 19, 2007 2 Control

More information

User Manual. DVK512 Expansion Board For Raspberry Pi

User Manual. DVK512 Expansion Board For Raspberry Pi DVK512 Expansion Board For Raspberry Pi User Manual DVK512 is an expansion board designed for Raspberry Pi Model B+, integrates various components and interfaces for connecting external accessory boards.

More information

SR3_Analog_32. User s Manual

SR3_Analog_32. User s Manual SR3_Analog_32 User s Manual by with the collaboration of March 2nd 2012 1040, avenue Belvédère, suite 215 Québec (Québec) G1S 3G3 Canada Tél.: (418) 686-0993 Fax: (418) 686-2043 1 INTRODUCTION 4 2 TECHNICAL

More information

Avnet Zynq Mini Module Plus Embedded Design

Avnet Zynq Mini Module Plus Embedded Design Avnet Zynq Mini Module Plus Embedded Design Version 1.0 May 2014 1 Introduction This document describes a Zynq standalone OS embedded design implemented and tested on the Avnet Zynq Mini Module Plus. 2

More information

M-606 Linux ARM9 Single Board Computer User Guide

M-606 Linux ARM9 Single Board Computer User Guide M-606 Linux ARM9 Single Board Computer User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List... 1

More information

SPX-7400_SPX-7410_MAN_161028

SPX-7400_SPX-7410_MAN_161028 Suprex Fiber Optic SPX-7400 & SPX-7410 Suprex Reader-Extender Data Sheet SPX-7400 Series EXP-2000 SPX-7400_SPX-7410_MAN_161028 1 Cypress Suprex SPX-7400 & SPX-7410 Overview The Suprex Fiber Optic SPX-7400

More information

STANDALONE INTERFACES USB-DMX 512 & 1024 CHANNELS V.1.1

STANDALONE INTERFACES USB-DMX 512 & 1024 CHANNELS V.1.1 STANDALONE INTERFACES USB-DMX 512 & 1024 CHANNELS V.1.1 SUMMARY Hardware technical specifications... 3 Front Face of the 512 / 1024 channels interfaces... 4 Side Faces of the 512 / 1024 channels interfaces...

More information

328 XD KORG 1212 STEREO INPUTS. 0dBFS = 18dBu. MIX dbfs RIGHT SELECT MUTE AES/EBU SOLO EXIT FUNCTION S/PDIF PARAMETER CLOCK CLOCK IN OUT IN MIDI OUT

328 XD KORG 1212 STEREO INPUTS. 0dBFS = 18dBu. MIX dbfs RIGHT SELECT MUTE AES/EBU SOLO EXIT FUNCTION S/PDIF PARAMETER CLOCK CLOCK IN OUT IN MIDI OUT 0dBFS = 18dBu 0 2 4 6 8 10 12 14 16 18 21 24 27 30 35 40 MIX dbfs RIGHT STE-1 STE-2 STEREO INPUTS SELECT MUTE EXIT FUNCTION AES/EBU OUT IN SOLO PARAMETER WORD WORD/SUPER CLOCK CLOCK IN OUT IN IN S/PDIF

More information

Symphony SoundBite Reference Manual

Symphony SoundBite Reference Manual Symphony SoundBite Reference Manual Document Number: SNDBITERM Rev. 2.0 09/2008 Contents Section 1, Introduction page 2 Section 2, Functional Blocks page 3 Section 3, Configuration and Connections page

More information

DL bus coupler / sensor extension

DL bus coupler / sensor extension Technische Alternative RT GmbH A-3872 Amaliendorf, Langestr. 124 Tel +43 (0)2862 53635 mail@ta.co.at DL bus coupler / sensor extension DL-BC2 Vers. 1.00 EN The DL bus coupler DL-BC2 is able to import measurements

More information

PremierWave 2050 Enterprise Wi-Fi IoT Module Evaluation Kit User Guide

PremierWave 2050 Enterprise Wi-Fi IoT Module Evaluation Kit User Guide PremierWave 2050 Enterprise Wi-Fi IoT Module Evaluation Kit User Guide Part Number 900-765-R Revision A February 2016 Intellectual Property 2016 Lantronix, Inc. All rights reserved. No part of the contents

More information