LED light control using DMX512 control method
|
|
|
- Merilyn Lindsey
- 9 years ago
- Views:
Transcription
1 LED light control using DMX512 control method June 2011
2 Why intelligent control? Different needs for control Energy saving Dimming according to natural light, on-off according to room occupancy, for example Comfort Color changing (cool/warm) based on location and time of the day improved productivity at work, more relaxing at home Architectural/fashion Creating different effects using same lights in scene setting for lounges, hotels, restaurants, shops, as well as building illumination Light control For specific applications such as theater stage lighting
3 What is DMX? (1/2) DMX Digital MultipleX For remote control of advanced lighting systems, including motorized lamps to set light intensity, light color, lamp rotation For wired communication systems (twisted pairs + RS-485 such as PHY) in theatre stage lighting and exhibition lighting, for example
4 What is DMX? (2/2) DMX512 uses asynchronous data transmission up to 250 Kbaud/s (to dimmers, scanners, motorized decoders) Unidirectional, serial transmission and daisy-chain configuration up to 512 nodes (so called DMX universe) with max time 22 ms (roughly 44 Hz, no visible delay) The multiple receivers are connected to the DMX host in a daisy-chain topology and every packet goes through each receiver Very simple protocol only 8-bit data one after another DMX in-connector Lamp example DMX out-connector 7 DMX channels 0: lamp intensity 1: rotation X axis (course) 2: rotation X axis (fine) 3: tilt Y axis (course) 4: tilt Y axis (fine) 5: color selection 6: gobo selection
5 STEVAL-ILL030V1 description Reference design and DMX512 communications protocol algorithm based on STM32 Follows DMX standard as well as timing constraints Configuration of a single board mode as transmitter, receiver or standalone LED intensity control using a 120 Hz PWM from 0% to 100% Connection to multiple receivers, up to 512, to a single host controller False-packet rejection, reset sequence timing check Two on-board 3 W LEDs and jumper option to drive external LEDs Documentation UM1004: (user manual) DMX512 based LED lighting solution UM0792: Demonstration firmware for the DMX512 communication protocol transmitter based on the STM32F103Zx UM0791: Demonstration firmware for the DMX512 communication protocol receiver based on the STM32F103Zx SW code (.hex): available with the board the application source (IDE IAR Embedded Workbench) is available only on request and is covered by license agreement Key products STM32F103 LDS3985M33R (voltage regulator) STCS1APUR ESDAULC6-3B6 (USB protection) STBP120AVDK6F (voltage protection) ST485ABDR Typical applications Stage lighting Theaters Choreographic lighting Automatic light systems Board purpose Make the DMX512 communication available also on STM32 MCUs and have a simple demonstrator Targeting medium/small size customers for lighting control
6 STM32F103C6T6 STM32 Performance line (low density series) 32-Kbyte Flash 48-pin LQFP package 2 to 3.6 V supply Low-power modes with wake-up Internal RC -40/+105 C Peripherals required for DMX Timer2 and Timer3 16-bit general-purpose timers USART IO pins STM32 bringing universality USB connection, LED dimming, receiver/transmitter modes
7 STCS1A 1.5 A max constant-current LED driver 4.5 to 40 V input voltage range 1.5 A output current capability PWM dimming and shutdown pin Available in DFN8 (3 x 3 mm) and PowerSO-8 packages 0.5 A used on the demo Up to 3 LEDs in parallel
8 Other devices ESDAULC6-3BP6 ESD protection for USB port LDS3985M33 Ultra-low drop voltage regulator for 3.3 V ST485AB RS-485 transceiver STBP120 Overvoltage protection STPS340U Power Schottky diode, 40 V
9 Software overview Code size Total code size: ~10 Kbytes Total RAM usage: ~2.1 Kbytes Receiver code size: < 1 Kbyte Transmitter code size: ~1.2 Kbytes Detailed description: UM0792 transceiver Detailed description: UM0791 receiver Reference design: UM10004 Note: the application source (IDE IAR Embedded Workbench) is available only on request and is covered by license agreement.
10 DMX details DMX protocol is a never ending stream of data at 250 Kbit/s. Fire-and-forget communication no responses Note: Bidirectional RDM protocol (packets are in between DMX data packets) One start bit, eight data bits, two stop bits and no parity Each device has a start address selected by DIP switches or in an electronic menu, for example Due to no error checking, cannot be used in safety or hazardous applications (such as pyrotechnics control) Mark before break Break Mark after break Protocol (start) code Channel 0 data Channel 1 data Channel 2 data... Channel 511 data...
11 Interface Transmitter Receiver
12 Receiver (1/2) The receiver extracts a particular slot from the packet and modifies the duty cycle of the PWM output as per the data received Timer3 is used to generate a 120 Hz LED dimming signal according received data
13 Receiver (2/2) J1 driver enable, 2-3 connected J2 receiver enable, 2-3 connected J3 mode select, 2-3 connected J6 terminator selector End of the line: 1-2 connected Middle of the line: 2-3 connected J4 J3 J1 J2 J6
14 Transmitter (1/2) Timer3 controls time between slots (sent bytes) up to 512 Timer2 controls break timing
15 Transmitter (2/2) J1 driver enable, 1-2 connected J2 receiver enable, 1-2 connected J3 mode select, 2-3 connected J4 J3 J1 J2 J6
16 Standalone mode LED on board is controlled directly by potentiometer J1 driver enable, 2-3 connected J2 receiver enable, 1-2 connected J3 mode select, 1-2 connected J4 J3 J1 J2 J6
17 STEVAL-ILL030V1 description Reference design and DMX512 communications protocol algorithm based on STM32 Follows DMX standard as well as timing constraints Configuration of a single board mode as transmitter, receiver or standalone LED intensity control using a 120 Hz PWM from 0% to 100% Connection to multiple receivers, up to 512, to a single host controller False-packet rejection, reset sequence timing checking Two on-board 3 W LEDs and jumper option to drive external LEDs Documentation UM1004: (user manual) DMX512 based LED lighting solution UM0792: Demonstration firmware for the DMX-512 communication protocol transmitter based on the STM32F103Zx UM0791: Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx SW code (.hex): available with the board the application source (IDE IAR Embedded Workbench) is available only on request and is covered by license agreement Key products STM32F103 LDS3985M33R (voltage regulator) STCS1APUR ESDAULC6-3B6 (USB protection) STBP120AVDK6F (voltage protection) ST485ABDR Typical applications Stage lighting Theaters Choreographic lighting Automatic light systems Board purpose Make the DMX512 communication available also on STM32 MCUs and have a simple demonstrator Targeting medium/small size customers for lighting control
18 Thank you for your attention
FUTURELIGHT RDM PC DIRECTOR
FUTURELIGHT RDM PC DIRECTOR User manual rev. 1.3 Contents INTRODUCTION... 3 ABOUT LIGHTING NORMS... 3 INSTALLATION... 3 Connections... 5 Software upgrade... 5 THE PC SOFTWARE... 5 MENU - ABOUT... 6 MENU
Lab Experiment 1: The LPC 2148 Education Board
Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,
M68EVB908QL4 Development Board for Motorola MC68HC908QL4
M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: [email protected] Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3
Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide
Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control
Part Number Description Packages available
Features 3 digital I/O Serial Data output Connects directly to RF Modules Easy Enc / Dec Pairing Function Minimal External Components Required Performs all encoding/decoding of data for Reliable Operation.
DMX 101: A DMX 512 HANDBOOK
DMX 101: A DMX 512 HANDBOOK DMX 101: A DMX 512 Handbook Handbook Revision: May 2008 2 Elation Professional Table of Contents 1. Introduction to DMX... 4 2. Industry Standards... 5 2.1 USITT...5 2.2 ESTA...
Tutorial for MPLAB Starter Kit for PIC18F
Tutorial for MPLAB Starter Kit for PIC18F 2006 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to the tutorial for the MPLAB Starter Kit for PIC18F. My name is
T O K I S T A R L I G H T I N G I N S T R U C T I O N M A N U A L LC-1CH-MULTI Dimmer Module
T O K I S T A R L I G H T I N G I N S T R U C T I O N M A N U A L Dimmer Module General The Dimmer Pack can be used with any of Tokistar s LED Lighting Systems operating from our 6, 8 or VDC LED Drivers.
Eliminate Risk of Contention and Data Corruption in RS-485 Communications
I. Background and Objective Eliminate Risk of Contention and Data Corruption in RS-485 Communications Earle Foster, Jeff Hunter Sealevel Systems The RS-485 communications standard was introduced in 1983
Wireless DMX Connector
Introduction Wireless DMX Connector (Model No. M-122) Traditionally, the DMX512 signal transmission depends on the way to the twisted pair 485 in some occasions (such as large-scale outdoor performance
RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available
RDF1 RF Receiver Decoder Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data
Using Xbee 802.15.4 in Serial Communication
Using Xbee 802.15.4 in Serial Communication Jason Grimes April 2, 2010 Abstract Instances where wireless serial communication is required to connect devices, Xbee RF modules are effective in linking Universal
LED LIGHTING CATALOG 2014 vol.1. Dimmer Power Supplies
LIGHTING CATALOG 2014 vol.1 Dimmer Dimmer DMX EUCHIPS DMX Driver 5A 3ch For RGB Meets DMX512/1990 3 channels output, MAX5A per 1channel. To sert DMX adress by DIP switch. DMX signal In/Out is Output channel
EDI Distributor Control Interface Wiring and Setup Instructions
Universal I/O EDI Distributor Control Interface Wiring and Setup Instructions EDI UNIVERSAL I/O INTERFACE MODULE The only interface needed for EDI-V5 controls Network compatible with all older EDI controls
Serial Communications
April 2014 7 Serial Communications Objectives - To be familiar with the USART (RS-232) protocol. - To be able to transfer data from PIC-PC, PC-PIC and PIC-PIC. - To test serial communications with virtual
Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS
SERIAL I/O COMMON PROTOCOLS RS-232 Fundamentals What is RS-232 RS-232 is a popular communications interface for connecting modems and data acquisition devices (i.e. GPS receivers, electronic balances,
DeviceNet Bus Software Help for Programming an Allen Bradley Control System
FBP FieldBusPlug V7 DeviceNet Bus Software Help for Programming an Allen Bradley Control System DeviceNet Software Help for Programming an Allen Bradley Control System Contents Page General Purpose...
Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface
Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Application te Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Abstract This
USER GUIDE EDBG. Description
USER GUIDE EDBG Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging support through Atmel
Single channel data transceiver module WIZ2-434
Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules
UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation
UPS PIco Uninterruptible Power Supply with Peripherals and I 2 C control Interface to be used with Raspberry Pi B+, A+, B, and A HAT Compliant Raspberry Pi is a trademark of the Raspberry Pi Foundation
1-Port R422/485 Serial PCIe Card
1-Port R422/485 Serial PCIe Card Installation Guide 1. Introduction Thank you for purchasing this 1-Port RS422/485 Serial PCI Express (PCIe) Card. It is a universal add in card that connects to a PC or
User Manual. AS-Interface Programmer
AS-Interface Programmer Notice: RESTRICTIONS THE ZMD AS-INTERFACE PROGRAMMER HARDWARE AND ZMD AS-INTERFACE PROGRAMMER SOFTWARE IS DESIGNED FOR IC EVALUATION, LABORATORY SETUP AND MODULE DEVELOPMENT ONLY.
Hello, and welcome to this presentation of the STM32L4 reset and clock controller.
Hello, and welcome to this presentation of the STM32L4 reset and clock controller. 1 The STM32L4 reset and clock controller manages system and peripheral clocks. STM32L4 devices embed three internal oscillators,
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm) 1 Prof. Sheetal Nirve, 2 Mr.Abhilash Patil, 3 Mr.Shailesh Patil, 4 Mr.Vishal Raut Abstract: Haptics is the science of applying touch sensation and control
UPiS - Uninterruptible Power intelligent Supply
UPiS - Uninterruptible Power intelligent Supply www.pimodules.com Introduction The UPiS is an Advanced Powering add-on Module for the RaspberryPi that adds a wealth of additional features to the powering
8051 MICROCONTROLLER COURSE
8051 MICROCONTROLLER COURSE Objective: 1. Familiarization with different types of Microcontroller 2. To know 8051 microcontroller in detail 3. Programming and Interfacing 8051 microcontroller Prerequisites:
RS-485 Protocol Manual
RS-485 Protocol Manual Revision: 1.0 January 11, 2000 RS-485 Protocol Guidelines and Description Page i Table of Contents 1.0 COMMUNICATIONS BUS OVERVIEW... 1 2.0 DESIGN GUIDELINES... 1 2.1 Hardware Design
Inwall 4 Input / 4 Output Module
Inwall 4 Input / 4 Output Module IO44C02KNX Product Handbook Product: Inwall 4 Input / 4 Output Module Order Code: IO44C02KNX 1/27 INDEX 1. General Introduction... 3 2. Technical data... 3 2.1 Wiring Diagram...
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,
SYSTEM 45. C R H Electronics Design
SYSTEM 45 C R H Electronics Design SYSTEM 45 All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, & A outputs. Independent 25
Industrial Bar Code Scanners
DS2100N & DS2400N Industrial Bar Code Scanners Enhanced Connectivity Ease of use Configuration SW Tool ACR-Lite APPLICATIONS Small conveyor sorting Picking systems Items and parts tracking Process control
RPLIDAR. Low Cost 360 degree 2D Laser Scanner (LIDAR) System Development Kit User Manual. 2014-2 Rev.1
RPLIDAR Low Cost 360 degree 2D Laser Scanner (LIDAR) Development Kit User Manual 2014-2 Rev.1 Team Contents: 1. OVERVIEW... 2 ITEMS IN DEVELOPMENT KIT... 2 RPLIDAR... 2 USB ADAPTER... 3 2. CONNECTION AND
Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205]
Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Users Manual Robokits India [email protected] http://www.robokitsworld.com Page 1 Bluetooth + USB 16 Servo Controller is used to control up to
NC-12 Modbus Application
NC-12 Modbus Application NC-12 1 Table of Contents 1 Table of Contents... 2 2 Glossary... 3 SCADA...3 3 NC-12 Modbus in general... 3 4 Entire system... 4 4.1 PFC to PC connection alternatives...4 4.1.1
WEA-Base. User manual for load cell transmitters. UK WEA-Base User manual for load cell transmitters Version 3.2 UK
WEA-Base User manual for load cell transmitters 1 Contents 1. Technical data... 3 2. Assembly... 4 2.1 Power supply... 4 2.2 Load cells... 4 2.3 RS-485... 4 2.4 Relays... 5 2.5 Digital input... 5 2.6 Analogue
CMC-DN01 DeviceNet Slave Communication Card Operation Manual
CMC-DN01 DeviceNet Slave Communication Card Operation Manual 2011-12-26-A Warning This operation manual provides introduction on the functions, specifications, installation, basic operation and settings
Software User Guide UG-461
Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment
SYSTEM 4C. C R H Electronics Design
SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25
Fingerprint Based Biometric Attendance System
Fingerprint Based Biometric Attendance System Team Members Vaibhav Shukla Ali Kazmi Amit Waghmare Ravi Ranka Email Id [email protected] [email protected] Contact Numbers 8097031667 9167689265
DMX2PWM 9 Channel Dimmer Setup Manual
DMX2PWM 9 Channel Dimmer Setup Manual www.ecue.de DMX2PWM 9ch Dimmer - Setup Manual e:cue control GmbH An OSRAM Company Rev. 1.3_01/2010 DMX2PWM 9ch Dimmer - Setup Manual Table of Contents 1. Device Overview....................................4
Tebis application software
Tebis application software Input products / ON / OFF output / RF dimmer Electrical / Mechanical characteristics: see product user manual Product reference Product designation TP device RF devices WYC81xQ
STM32 F-2 series High-performance Cortex-M3 MCUs
STM32 F-2 series High-performance Cortex-M3 MCUs STMicroelectronics 32-bit microcontrollers, 120 MHz/150 DMIPS with ART Accelerator TM and advanced peripherals www.st.com/mcu STM32 F-2 series The STM32
TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL
TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL w w w. c d v g r o u p. c o m CA-ETHR-A: TCP/IP Module Installation Manual Page Table of Contents Introduction...5 Hardware Components... 6 Technical Specifications...
GE Power Controls FIELDBUS APPENDIX PROFIBUS DP. Doc. No.: ASTAT Plus PB_Appendix-v0
GE Power Controls = FIELDBUS APPENDIX PROFIBUS DP = Doc. No.: ASTAT Plus PB_Appendix-v0 Fieldbus Appendix: PROFIBUS DP 1 Fieldbus Introduction...... 2 1.1 Introduction to Profibus-DP... 2 1.2 Network Overview...
BSE Geluid en Licht Pagina 1 van 5. Description
Description The MiniMAC Profile is an automated moving-head spotlight that provides 12 dichroic color filters, 7 interchangeable rotating gobos, high-speed mechanical shutter, 540 of pan by 270 of tilt,
SPI I2C LIN Ethernet. u Today: Wired embedded networks. u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network
u Today: Wired embedded networks Ø Characteristics and requirements Ø Some embedded LANs SPI I2C LIN Ethernet u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network Network from a High End
STEPPER MOTOR SPEED AND POSITION CONTROL
STEPPER MOTOR SPEED AND POSITION CONTROL Group 8: Subash Anigandla Hemanth Rachakonda Bala Subramanyam Yannam Sri Divya Krovvidi Instructor: Dr. Jens - Peter Kaps ECE 511 Microprocessors Fall Semester
Quick Start Guide. TWR-MECH Mechatronics Board TOWER SYSTEM
TWR-MECH Mechatronics Board TOWER SYSTEM Get to Know the Tower Mechatronics Board Primary Connector / Switch MCF52259 Connectors for Up to Eight Servos SW4 (Reset) USB OTG 5V Supply Touch Panel Socket
ZME_RC2 Z-Wave Remote Control
ZME_RC2 Z-Wave Remote Control Firmware Version : 1.1 Quick Start S This device is a Z-Wave Remote Control with the logical function of a sensor. Push the "Include" button behind the slider on the back
Flight Controller. Mini Fun Fly
Flight Controller Mini Fun Fly Create by AbuseMarK 0 Mini FunFly Flight Controller Naze ( Introduction 6x6mm. 6 grams (no headers, 8 grams with). 000 degrees/second -axis MEMS gyro. auto-level capable
CB-OLP425 DEVELOPMENT KIT GETTING STARTED
CB-OLP425 DEVELOPMENT KIT GETTING STARTED Document Revision Document number: 9142285 Release: Jan 29, 2014 09:42 Document version: 12 Copyright 2014 u-blox AG. The contents of this document can be changed
ZME_05459 Wall Blind Control Set for Busch-Jaeger DURO 2000 Firmware Version : 1.8
ZME_05459 Wall Blind Control Set for Busch-Jaeger DURO 2000 Firmware Version : 1.8 Quick Start A This device is a Z-Wave Actuator. Triple click one of the buttons on the device will include the device.
Atmel Norway 2005. XMEGA Introduction
Atmel Norway 005 XMEGA Introduction XMEGA XMEGA targets Leadership on Peripheral Performance Leadership in Low Power Consumption Extending AVR market reach XMEGA AVR family 44-100 pin packages 16K 51K
STIM202 Evaluation Kit
Table of contents: 1 FEATURES... 2 2 GENERAL DESCRIPTIONS AND SYSTEM CONTENTS... 2 3 SYSTEM REQUIREMENTS... 2 4 GETTING STARTED... 3 4.1 INSTALLATION OF NI-SERIAL CABLE ASSEMBLY DRIVER... 3 4.2 INSTALLATION
EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit
EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 User Manual Important Notes This information describes the type of component and shall not be considered as assured characteristics. No
SMS based remote control system
EE 318 Electronics Design Project Report, EE Department, IIT Bombay, April 2006 SMS based remote control system Ashish Deswal ( 03007020 ) Shaleen Harlalka ( 03007015 ) Arjun Arikeri ( 03007032 ) Ashish
CENTRONICS interface and Parallel Printer Port LPT
Course on BASCOM 8051 - (37) Theoretic/Practical course on BASCOM 8051 Programming. Author: DAMINO Salvatore. CENTRONICS interface and Parallel Printer Port LPT The Parallel Port, well known as LPT from
3.2 inch QVGA TFT Color LCD User s Guide Version 1 & 2
3.2 inch QVGA TFT Color LCD - User s Guide 3.2 inch QVGA TFT Color LCD User s Guide Version 1 & 2 Give graphics and to your application! EA2-USG-0701 v2.1 Rev A 3.2 inch QVGA TFT Color LCD - User s Guide
D4 HP Dimmer User s Manual Rev 1.01. 2014 City Theatrical, Inc.
D4 HP Dimmer User s Manual Rev 1.01 2014 City Theatrical, Inc. 2 System Compliance Information (pending)... 3 Safety Notices, Ratings and Power Requirements... 3 Introduction... 3 D4 HP Front View... 4
ET-BASE AVR ATmega64/128
ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 which is a Board Microcontroller AVR family from ATMEL uses MCU No.ATmega64 and ATmega128 64PIN. Board ET-BASE AVR ATmega64/128 uses MCU s resources on
Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION
Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION The Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier is a multi-functional compact device. It
Control Interfaces. GRAFIKR Systems. 369-564a 1 10.25.11 LUT-DMX
369-564a 1 10.25.11 DMX 512 Control Interface Description Allows GRAFIK EyeR lighting controls to operate lighting and other equipment that uses the DMX 512 protocol, including: - Strobes, fiber optic
Fiber Optic Selector Guide for Analog & Digital Data Links, Contact Closures & Multiplexers
Fiber Optic Selector Guide for Analog & Digital Data Links, Contact Closures & Multiplexers Analog Data Links Multi-Channel Contact Closures Multiplexers Digital Data Links - Contact Closures Power Supply
DMX-K-DRV. Integrated Step Motor Driver + (Basic Controller) Manual
DMX-K-DRV Integrated Step Motor Driver + (Basic Controller) Manual DMX-K-DRV Manual page 1 rev 1.33 COPYRIGHT 2007 ARCUS, ALL RIGHTS RESERVED First edition, June 2007 ARCUS TECHNOLOGY copyrights this document.
Progettare per il Solid State Lighting: le sfide da superare
Progettare per il Solid State Lighting: le sfide da superare Power supply - Photometry Remote Control Dott. Ing. Stefano Scalzi [email protected] www.torand.it Company introduction Target markets
Microcomputer Protocol Implementation at Local Interconnect Network Georgi Krastev
Microcomputer Protocol Implementation at Local Interconnect Network Georgi Krastev Abstract: The paper discusses the issues of microcomputer protocol implementation at local interconnect network for automobile
Software Manual RS232 Laser Merge Module. Document # SU-256521-09 Rev A
Laser Merge Module Document # SU-256521-09 Rev A The information presented in this document is proprietary to Spectral Applied Research Inc. and cannot be used for any purpose other than that for which
CPU ARM926EJ-S, 200MHz. Fast Ethernet 10/100 Mbps port. 6 digital input 2 digital open-drain alarm output
NTA CPU board PROCESS INTERFACES NTA is a CPU board for STAR DualBus DCS systems. NTA provides the internal bus communication, managing all I/O boards of the STAR DualBus modular system. NTA also manages
1. Introduction... 3. 2.Fixture exterior view... 3. 3. Connecting the Robe Universal Interface... 4. 3.1 Software update of the fixture...
1 Table of contests 1. Introduction... 3 2.Fixture exterior view... 3 3. Connecting the Robe Universal Interface... 4 3.1 Software update of the fixture... 4 3.2 Connecting a DMX console to the Media Fusion...
PCAN-MicroMod Universal I/O Module with CAN Interface. User Manual. Document version 2.1.0 (2014-01-16)
PCAN-MicroMod Universal I/O Module with CAN Interface User Manual Document version 2.1.0 (2014-01-16) Products taken into account Product Name Part number Model PCAN-MicroMod IPEH-002080 with firmware
IR Communication a learn.sparkfun.com tutorial
IR Communication a learn.sparkfun.com tutorial Available online at: http://sfe.io/t33 Contents Getting Started IR Communication Basics Hardware Setup Receiving IR Example Transmitting IR Example Resources
ENTTEC Pixie Driver API Specification
ENTTEC Pixie Driver API Specification Purpose This document specifies the interface requirements for PC based application programs to use the ENTTEC Pixie Driver board to drive RGB or RGBW type LED strips.
AN3354 Application note
Application note STM32F105/107 in-application programming using a USB host 1 Introduction An important requirement for most Flash-memory-based systems is the ability to update firmware installed in the
EVAL-UFDC-1/UFDC-1M-16
Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1
CAN bus board. www.matrixmultimedia.com EB018
CAN bus board www.matrixmultimedia.com EB018 Contents About this document 3 Board layout 3 General information 4 Circuit description 5 Protective cover 6 Circuit diagram 7 2 Copyright About this document
Installation and User Guide
Installation and User Guide 458-UNI8 8-Channel Universal Dimmer Module Introduction The 458/UNI8 is an 8-channel universal, digital transistor, dimmer module. Each channel s mode can be selected for either
ontroller LSI with Built-in High- Performance Graphic Functions for Automotive Applications
C ontroller LSI with Built-in High- Performance Graphic Functions for Automotive Applications 1-chip solution for color display, video input and meter control with built-in highperformance CPU core FR81S
Getting Started Guide with WIZ550web
1/21 WIZ550web is an embedded Web server module based on WIZnet s W5500 hardwired TCP/IP chip, Users can control & monitor the 16-configurable digital I/O and 4-ADC inputs on module via web pages. WIZ550web
Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)
Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding
AND8336. Design Examples of On Board Dual Supply Voltage Logic Translators. Prepared by: Jim Lepkowski ON Semiconductor. http://onsemi.
Design Examples of On Board Dual Supply Voltage Logic Translators Prepared by: Jim Lepkowski ON Semiconductor Introduction Logic translators can be used to connect ICs together that are located on the
BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE
BLUETOOTH SERIAL PORT PROFILE iwrap APPLICATION NOTE Thursday, 19 April 2012 Version 1.2 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes no responsibility for
COMPUTER HARDWARE. Input- Output and Communication Memory Systems
COMPUTER HARDWARE Input- Output and Communication Memory Systems Computer I/O I/O devices commonly found in Computer systems Keyboards Displays Printers Magnetic Drives Compact disk read only memory (CD-ROM)
Lab 6 Introduction to Serial and Wireless Communication
University of Pennsylvania Department of Electrical and Systems Engineering ESE 111 Intro to Elec/Comp/Sys Engineering Lab 6 Introduction to Serial and Wireless Communication Introduction: Up to this point,
B0099 - Robo Claw 2 Channel 5A Motor Controller Data Sheet
B0099 - Robo Claw 2 Channel 5A Motor Controller Feature Overview: 2 Channel at 5A, Peak 7A Hobby RC Radio Compatible Serial Mode TTL Input Analog Mode 2 Channel Quadrature Decoding Thermal Protection Lithium
Allen-Bradley/Rockwell
MANUFACTURER DATA SHEET High Speed Counter Manufacturer: Allen-radley/Rockwell Model Number: 1746-HSCE See www.geomartin.com for additional PDF datasheets Martin Part Number: E-014901-03 VendorPartNumber:
x10* CP290 HOME CONTROL INTERFACE PROGRAMMING GUIDE FOR ADVANCED PROGRAMMERS
x10* CP290 HOME CONTROL INTERFACE PROGRAMMING GUIDE FOR ADVANCED PROGRAMMERS 1 TABLE OF CONTENTS 3. Introduction. 6. Programming. 7. RS-232 connections. a. Byte format. 9. Download Base Housecode. IO.
0832 Dot Matrix Green Display Information Board User s Guide
0832 Dot Matrix Green Display Information Board User s Guide DE-DP105_Ver1.0 0832 DOT MATRIX GREEN DISPLAY INFORMATI BOARD USER S GUIDE Table of contents Chapter1.Overview... 1 1.1. Welcome... 1 1.2. Quick
AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node
ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE 1. Kit Contents The RF to USB Reference Design contains the following items: Si1012 Energy Harvesting Wireless Sensor Node EZRadioPRO USB Dongle ToolStick
2.0 System Description
2.0 System Description The wireless alarm system consists of two or more alarm units within a specified range of one another. Each alarm unit employs a radio transceiver, allowing it to communicate with
BE635 User Manual. Rev. V1.0. 2013-2014 Bolymin, Inc. All Rights Reserved.
BE635 User Manual Rev. V1.0 2013-2014 Bolymin, Inc. All Rights Reserved. Copyright Copyright 2013-2014 BOLYMIN, INC. All rights reserved. No part of the materials may be reproduced, copied or translated
SolarEdge. RS485 Expansion Kit Installation Guide. Version 1.0
SolarEdge RS485 Expansion Kit Installation Guide Version 1.0 Disclaimers Disclaimers Important Notice Copyright SolarEdge Inc. All rights reserved. No part of this document may be reproduced, stored in
SDN INSTRUCTIONS 07/10, Ver 1.2. Somfy Digital Network (SDN) Installation and Programming
Somfy Digital Network (SDN) Installation and Programming SSoomffyy SSyysst teemss IInncc.. 1 Table of Contents 1 General Information and Features... 3 1.1 ILT2 Motor... 3 1.2 SDN Switches... 4 1.3 ILT2
DVPPF02-H2. PROFIBUS DP Slave Communication Module Application Manual
DVPPF02-H2 PROFIBUS DP Slave Communication Module Application Manual Warning Please read this instruction carefully before use and follow this instruction to operate the device in order to prevent damages
STM32L. Ultra-low-power Cortex -M3 devices
STM32L Ultra-low-power Cortex -M3 devices STM32L press release STM32L 32- to 128-Kbyte products are entering full production 2 nd half March 2011 Part of industry s largest ARM Cortex -M 32-bit microcontroller
Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light
Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light In this issue, we would like to present the EnOcean radio sensor module STM 110 in more detail. The module
PD 100A. Printing data system
PD 100A Printing data system Operating instructions ENGLISH IMPORTANT: Read these instructions carefully before installing and using the device; do not forget following all additional information. Keep
Z-Wave.Me Wall Controller
Z-Wave.Me Wall Controller ZME_06443: Wall Controller Firmware Version 1.1 1 General Information about Z- Wave Safe: Generally radio systems build a direct link between the transmitter and the receiver.
Industrial Bar Code Scanners
DS4800 Industrial Bar Code Scanners Enhanced Connectivity Ease of use Configuration SW Tool ACR4 technology Smart focus adjustment APPLICATIONS Automated warehousing Reading on pallets Picking systems
RC2200DK Demonstration Kit User Manual
Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7
