Rocket Kit #1. Illuminated Display Model. Zifnu Electronics LLC.

Size: px
Start display at page:

Download "Rocket Kit #1. Illuminated Display Model. Zifnu Electronics LLC."

Transcription

1 Rocket Kit #1 Illuminated Display Model Congratulations on your purchase of the Zifnu Rocket Kit #1, an open-source RGB LED illuminated static display model that is intended to provide some insight into wooden model building, electronics, and coding. Zifnu Rocket Kit #1 Features: Open-source model and electronics. Hackable, upgradeable, expandable. Laser-cut & etched Bamboo model. Computer controlled RGB light module. Microchip PIC16F bit microcontroller. Unused microcontroller I/O & USB broken out. ICSP header for updating firmware. 12x prototyping area. 2Mhz 5V DC-DC Boost regulator. Four WS2812B addressable RGB LEDs 38Khz Infrared receiver module. Selectable power source (Battery / USB). 21-key Infrared remote control. Zifnu Electronics LLC Note: This is only a draft of the Zifnu Rocket Kit #1 assembly guide. It is intended that the final version of the guide that ships with the kit will have more detail and information. 1

2 Tools Required for Kit Assembly (not included) Gorilla Gel Super Glue, or other type of glue that works with wood. Avoid non-gel super glues. Optional Items (not included) 220 Grit Sandpaper Wipe-On Poly Painter s or Masking Tape Philips Screwdriver Hobby Knife 2

3 Zifnu Rocket Kit #1 Package Contents LED LENS (x4) 107mm Light Module (x1) 12mm M3 Screw (x4) 5mm M3 Screw (x6) 20mm M3 Hex Standoff (x4) M3 Nut (x6) IR Remote (x1) Rocket Kit #1 Part Sheet 1 (x1) Rocket Kit #1 Part Sheet 2 (x1) 3

4 Zifnu 107mm RGB Light Module Overview The Zifnu 107mm RGB Light Module is a computer controlled light module that is capable of reproducing over 16 million unique colors. The included firmware limits this to a bit over 3000 colors just to simplify the color selection a bit. While the module ships with pre-loaded firmware that allows the module to be used as an accent light, the intent is that you will expand the hardware and software capabilities of the module to suit your own needs and interests. To this end, the module features a 12x spaced prototyping area and additional microcontroller I/O pins, and power supply pins have been broken out via.100 headers. Power and color selection is controlled via the included Infrared remote control. The light module also features an automatic 15 minute shutoff timer to preserve battery life. The module is designed to be powered from Alkaline 4 AA batteries (battery holder included in kit). Alternately, you can add your own power source (e.g. Lithium Polymer pack and charging circuit). The module features an integrated 5 Volt DC-DC Boost Regulator that ensures the LEDs receive the proper voltage even if the source voltage is insufficient, as long as it is at least 2.5 Volts DC and has a sufficient current ratting (>100mAh). Although a USB stack has not been implemented in the current firmware, the USB connections to the microcontroller have been provided via a header, so you can implement your own USB stack for your project if you so wish. The power source selection switch allows you to choose between USB and Battery power sources. Since battery power is the primary power source for the kit, you can also use the power source selection switch as a battery disconnect switch. 4

5 Microcontroller Overview The Zifnu 107mm RGB Light Module has an onboard Microchip PIC16F bit microcontroller that controls the other devices on the PCB. You can consider the microcontroller to be the brains of the operation, anything you instruct the module to do (by pressing a key on the Infrared remote control) is carried out and completed by the microcontroller. A microcontroller is similar to processors like the one in laptops and desktops, the main difference is that the microcontroller has integrated Input/Output peripherals, program memory, random access memory (RAM), and other items that are traditionally external to laptop and desktop processors. Almost every electronic device has a microcontroller in it now days. Coffee makers, watches, cars, and washing machines, just to name a few. The PIC16F1455 microcontroller chosen for the Zifnu 107mm RGB Light Module is capable of running at 48Mhz and executing program instructions at a rate of up to 12 million per second. It also features two 8-bit timer modules, a 16-bit timer module, 10-bit analog-to-digital converter, 5-bit digital-toanalog converter, I2C module, SPI module, USB module, PWM module, complementary waveform generator, integrated temperature module, and more. The unused microcontroller pins and power connections are available for module expansion: The headers located around the microcontroller (pic above and to the right) allow access to the microcontroller pins that are not utilized for functions/features on the Zifnu 107mm RGB Light Module. These can be used to integrate new functions/features of your on design. RA4 Std I/O (input/output), IOC (interrupt on change), AN3 (analog input). RC0 Std I/O (input/output), SCK/SCL (serial clock for SPI/I2C), AN4 (analog input). RC1 Std I/O (input/output), SDA/SDI (serial data for I2C, serial data in for SPI),AN5 (analog input). RC2 Std I/O (input/output), SDO (serial data out for SPI), DAC out 1, AN6 (analog input). RC3 Std I/O (input/output), SS (slave select for SPI), DAC out 2, PWM2 out, AN7 (analog input). USB 2.0 connection header for the integrated USB controller in the PIC16F1455. ICSP In Circuit Serial Programming interface (used to upload new code to the microcontroller*). VCC & GND provides access to power provided by the batteries or USB connector. VREG & GND provided access to output of the DC-DC Boost Regulator circuit. * Note Uploading new code (firmware) to the microcontroller requires a programmer and associated programming software. The Microchip MPLAB-X IDE (integrated development environment) can be downloaded from free of charge. The recommended ICSP programmer is the Microchip PICkit-3 that is available from the same website and through many retailers. 5

6 Infrared Communication Overview The Zifnu 107mm RGB Light Module utilizes an Infrared-based communication system to allow control of the module remotely via the provided 21-key remote control. This is the same familiar technology used for remote controls for TVs, DVD players, Stereos, and other consumer electronic devices. The magic begins when you press a button on a remote control a unique address and command code is transmitted serially to the receiving device using infrared light, which is just above the visual spectrum. The code itself is really just a string of ones and zeros (binary) that the receiving device decodes and then executes a predetermined action associated with the transmitted code. This type of Infrared communication is achieved by the modulation of a carrier wave. The frequency of the carrier wave for the Zifnu 107mm RGB Light Module, and the majority of consumer electronic equipment, is 38Khz. The carrier wave is modulated by simply turning the carrier wave on for a period of time, and then off for a period of time. The timing of the on and off periods are what determines whether a logical one of zero is being transmitted. These timings vary based on what Infrared transmission protocol is being used (NEC, RC5, RC6, Sony, Etc.). The protocols are really just a specification that standardizes the modulation timing and formatting of the data frame that need to be transmitted. The Zifnu 107mm RGB Light Module utilizes the NEC protocol for Infrared communication. In the image to the left you can see an example of the modulation of the 38Khz carrier wave and the timing details for transmitting a logical one or zero to the receiver. In addition to the timing details for the modulation of the carrier wave, Infrared communication protocols also specify the data frame formatting for the data being transmitted. The NEC protocol data frame is preceded by a 9ms-on & 4.5ms-off preamble. The data frame itself contains the 8-bit device address, the inverse of the address, an 8-bit command code, and the inverse of the command code. The transmission of the inverse device code and command code are for redundancy and error checking. One key item worth making note of is the fact that the data is transmitted/received LSB (least significant bit) first. 6

7 DC-DC Boost Converter Overview The Zifnu 107mm RGB Light Module employs a DC-DC Boost Converter circuit to ensure that the WS2812B LEDs and Microcontroller have an optimal, stable supply voltage to operate from. Without the DC-DC Boost Converter circuit, the voltage available to the LEDs and Microcontroller would be limited to the battery voltage level over the life of the battery, which can range from a nominal 3.2VDC 6.0VDC when using four Alkaline AA batteries. If a lithium cell is used the voltage range can drop to a nominal 2.7VDC 4.2VDC range. It is worth noting that the Light Module has a Schottky diode in series with the battery and USB power inputs and provides reverse-polarity protection, but also reduces the input voltage by another VDC. When you consider that the WS2812B LEDs prefer a constant voltage of about 5VDC, you can see the advantages of having a DC-DC Boost Converter that converts anything below 5VDC to a constant 5VDC output. A DC-DC Boost Converter (also called a step-up converter) is a type of switched-mode power supply that takes and input voltage and converts it to a higher, preset output voltage. At the heart of the Zifnu RGB Light Module s DC-DC Boost Converter is the Microchip/MIcrel MIC2876 Boost regulator IC. The MIC2876 is a compact 2Mhz synchronous boost regulator that features bi-directional load disconnect, automatic bypass mode, soft-start circuitry, and is up to 95% efficient. The bi-directional load disconnect ensures that the load (the WS2812B LEDs) are disconnected from the circuit when the boost regulator is not enabled. This is an important feature considering the control IC in the WS2812B LEDs is running even if the LEDs are off. This power draw would quickly deplete the batteries if the load was not disconnected when the module was in standby (off). The automatic bypass feature of the MIC2876 also saves power by shutting down its internal Boost Converter circuitry when the input voltage is greater than the desired, preset output voltage. 7

8 WS2812b RGB LED Overview The Zifnu 107mm RGB Light Module utilizes four Worldsemi WS2812B individually addressable RGB LEDs. Each WS2812B LED contains a red, green, and blue LED pixel and a control IC that allows each pixel s brightness to be set at 256 distinct levels. By varying the level of each pixel, the WS2812B LED is capable of reproducing unique colors. A custom one-wire serial communication protocol is used to send commands to the integrated control IC, and therefore control the brightness level of the individual elements. The WS2812B LEDs are packaged in a standard 5050 case and have four leads, VDD (+5 VDC), VSS (ground), DIN (data in), and DOUT (data out). Multiple LEDS can be daisy-chained by connecting DOUT from the first LED to DIN on the next LED, and so forth. When transmitting serial data to the daisy-chained LEDs, the first 24 bits of data (red, green, blue levels) are accepted by the first LED in the chain, additional data is retransmitted to the next LED in the chain which accepts the first 24 bits of the data and retransmits the next 24 bits to the next LED, and so forth. Serial communication with the WS2812B LEDs is accomplished by varying the time that the data line is high (5V) versus a low state (0v). A logical zero is transmitted via a 0.4us high and 0.85us low pulse. A logical one is transmitted via a 0.8us high and 0.45us low pulse. Using this format, 24 bits are transmitted to the LED (8 bits for the red level, 8 bits for the green level, and 8 bits for the blue level). Then next 24 bits of data are retransmitted to the next LED in the chain. Once data has been transmitted to all LEDs in the chain a Reset command is sent to all LEDS in the chain by holding the data line low for 50us or longer. The Reset command instructs the LEDs to display the color that was just communicated to them just prior to the Reset. 8

9 Model Assembly Instructions Page 1 Step 1A Lightly sand the part sheets (Optional) Lightly sand the part sheets with 220 grit sandpaper to remove any loose strands of Bamboo. For best results, always sand in the direction of the wood grain and use very light pressure. It should only take 2-3 passes to remove the loose Bamboo strands. Note: Bamboo is a natural material that, like any other wood, is subject to slight variances in thickness, minor warping, and loose strands. Sanding the material will remove the majority of loose strands that could result in slivers while you are assembling the kit. Applying a finish further reduces these loose strands (See Step 1B below). Step 1B Apply a finish to the part sheets (Optional) Apply a finish to the Bamboo to reduce splintering, protect the wood surface, and provide a richer-look to the material. We recommend using a wipe-on poly finish like the one offered by Minwax. For best results,, lightly sand the part sheets prior to applying a finish, and in-between each coat of the rub-on poly finish. Apply a minimum of three thin coats of the wipe-on-poly finish. 9

10 Model Assembly Instructions Page 2 Step 2 Remove the parts from the part sheets The parts are attached to the part sheets by small break-away connection points that are roughly 1mm in thickness. While you can easily twist the parts to remove them from the sheets, it is recommended that you use a sharp hobby knife to cut the connection points. To do this, simply cut half way through the connection point on one side of the part sheet, and then flip the part sheet over and repeat on the opposite side. While cutting the connection point on the revers side you should hear a small snap, this is the part breaking loose from the part sheet. Once all connection points for a part are cut, the part should be easily removable from the part sheet. Note 1: The Launchpad features four small wooden circles that have a laser-etched lens look to them, if you are building this kit as the table lamp or CCFL lamp you should leave these in place. You can add a bit of glue to the underside to ensure these stay in place. Note 2: The following specifies the rings to use for the standard and optional kit builds. Option ring 1B & 10B reduces the center hole to properly fit a 3/8 IPS lamp tube to help keep the rocket centered. Option ring 3B combines the ring with the Launchpad gantry that locks the rocket to the Launchpad when assembled (to add stability and structural integrity). Standard LED Module Build: Rings 1,2,3,4,5,6,7,8,9,10 Table Lamp Build: Rings 1B,2,3B,4,5,6,7,8,9,10B CCFL Lamp Build: 1B,2,3 OR 3B,4,5,6,7,8,9,10B (Use 3B if you want to secure rocket to Launchpad) Note 3: After removing the parts from the part sheets you may notice that on the parts where the connection points were the wood does not have the classic laser-cut look to the edges (burnt edges where the laser removed the material during cutting). If desired, you can make the appearance more uniform by using a soldering iron on high temp to lightly burn the edge where the connection point was. 10

11 Model Assembly Instructions Page 3 Step 3: Assemble the Launchpad Base You ll need the five Launchpad base parts, glue, and some tape (optional). To ensure that the Launchpad is square when you glue it together it is best to assemble 3 sides of the Launchpad to the top with tape. Once taped together, install the remaining piece with glue and either hold in place until the glue sets, or tape into place. For best results, apply a small amount of glue to the notches. Note 1: Be sure that when you assemble the launchpad the piece with the Zifnu logo and IR receiver hole is in the front, and the piece with the cord cutout and Zifnu Rocket Kit #1 text is in the back. The top plate of the base has three additional holes along the backside edge. Once the first piece is glued into place, remove one of the taped pieces and then glue it into place, once again holding in place until the glue sets or tape into place. Repeat the above step for the remaining pieces. Note 2: Depending on the size of the applicator tip for your glue bottle, you may need to use an alternate applicator (brush, toothpick, etc.). Note 3: For extra strength, after all pieces are glued into place, apply a bead of glue to all inside edges of the Launchpad base. 11

12 Model Assembly Instructions Page 4 Step 4 Assemble the Rocket Step 4A. Sort the rings by number (1-10) and lay them out next to one of the uprights with the fin. Step 4B. Glue in each of the rings in order using a small amount of glue applied to the mating notch on the upright. It is a good idea to use the notch on the ring that is just to the left of the number so you can still view the numbers (in case you need to verify you have them in the right order). Ensure that each ring is square and level. Use the optional rings (1B, 3B, 10B) where applicable. Step 4C. Glue in two of the uprights without fins, one on each side of the upright with fin that you glued in place in step4b. Step 4D. Glue in the remaining fins using the same method in the above steps. Alternate between the uprights with fins and the uprights without fins. When you glue in the uprights with fins it is a good idea to use two edges of the Launchpad base we assembled in Step 3 as a 90 degree square to ensure that the fins are at 90 degrees to each other. Step 4E. Assemble the Nosecone and Engine and insert tem into the top and bottom of the rocket, respectively. These can be glued, or just inserted into place. 12

13 Model Assembly Instructions Page 5 Step 5 Assemble Launchpad Tower Support and Gantry Step 5A. Glue the support brace to the Launchpad Tower with a small amount of glue in each of the notches of the support brace. Hold or tape until the glue is set. Note: if the main tower upright is bowed, install the support brace on the concave side. This will help to straighten the main tower upright. Step 5B. Glue the Gantry to the Launchpad Tower assembly from Step 5A. Use a square or the Launchpad base as a reference to ensure that the Gantry is 90 degrees to the Tower (as shown in image below). 13

14 Model Assembly Instructions Page 6 Step 6 Attach Launchpad Tower Assembly to Launchpad Base Step 6A. Place the Launchpad base on a flat, level surface. Step 6B. Center the rocket model on the Launchpad (you can use the screw holes as reference points). Step 6C. Apply glue to the notches on the bottom of the Launchpad Tower assembly and insert into the mating holes on the Launchpad base. Align the tower so that the Gantry is about 1-2mm away from touching ring 3 of the rocket model. Allow glue to set before moving on to the next step. 14

15 Model Assembly Instructions Page 8 Step 8 Install 107mm RGB Light Module PCB into Launchpad Step 8A. Install 4 AA batteries into the 107mm RGB Light Module and ensure the power switch is set to BAT and then test the unit using the remote. If the module works as anticipated, move on to Step 8B. If you experience any issues, see the troubleshooting section of this manual for help. Step 8B. Install the four 12mm M3 screws and four M3 nuts. Push the screws through the holes on the top side of the Launchpad base and install the nuts on the bottom side. Finger tighten the nuts and then tighten an additional 1/4 turn using a Philips screwdriver. Be careful to not over tighten the screws. Step 8C. Install LED lenses. Hold the PCB with the top side facing up (the side with the LEDs is the top side). Place each of the LED lenses on the PCB so that they cover the LEDs and the alignment pegs on the bottom of the lenses fit into the alignment holes on the PCB. Step 8D. Install PCB into Launchpad base. Hold the Launchpad in one hand and the PCB with lenses in the other. Keep the PCB level and raise it into the Launchpad carefully and ensure the four mounting holes of the PCB align with the four screws that were installed as part of Step 8A. Once the PCB is in place, turn the Launchpad over while holding the PCB firmly in place. Install the four 20mm M# hex standoffs (one at each corner just finger tighten) to secure the PCB in place. Then install the four 5mm M3 screws into the bottom of the four hex standoffs. These 5mm screws should be just finger tight. They serve as a way to level the Launchpad if it is uneven or is placed on an uneven surface. Once the PCB is installed in the Launchpad base, adjust the position of the Infrared sensor so that the dome on the front of the sensor is aligned with the hole in the front of the Launchpad. 15

16 Zifnu 107mm RGB Light Module Troubleshooting If you experience any issues with the light module, try the steps below to correct the issue. 1. If the light module does not turn on: I. Check that the power switch is set to BAT. II. Check that the batteries in the module and the remote are good (use new batteries if in doubt) and that they are installed in the correct orientation. III. The battery holder on the light module grips the batteries tightly, in some cases this can cause the battery terminals to not make contact with the battery holder terminals. Ensure that the batteries are making contact with the terminals. 2. If the light output is inconsistent (flickering or incorrect colors): I. Check that the batteries in the light module are good (use new batteries if in doubt). Low battery voltage can cause the module to flicker, and does not provide an adequate supply voltage to power the individual LED elements as required to reproduce some colors. Note: In some instances the module will work correctly for a while and then the light will flicker or the light color will be incorrect, this is an indicator that the batteries are getting weak and should be replaced. 16

17 Schematic: 17

18 Notes: - Page intentionally left blank for you to use for notes - 18

19 19

SXGA096 DESIGN REFERENCE BOARD

SXGA096 DESIGN REFERENCE BOARD SXGA096 DESIGN REFERENCE BOARD For Use with all emagin SXGA096 OLED Microdisplays USER S MANUAL VERSION 1.0 TABLE OF CONTENTS D01-501152-01 SXGA096 Design Reference Board User s Manual i 1. INTRODUCTION...

More information

DDS VFO CONSTRUCTION MANUAL. DDS VFO Construction Manual Issue 1.1 Page 1

DDS VFO CONSTRUCTION MANUAL. DDS VFO Construction Manual Issue 1.1 Page 1 DDS VFO CONSTRUCTION MANUAL DDS VFO Construction Manual Issue 1.1 Page 1 Important Please read before starting assembly STATIC PRECAUTION The DDS VFO kit contains the following components which can be

More information

Documentation VFD clock 8 a clock

Documentation VFD clock 8 a clock Documentation VFD clock 8 a clock This documentation is protected by our copyright. It must not be used for commercial purposes. Congratulations on your purchase of your VFD clock. To guarantee success

More information

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0.

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0. SM06 Advanced Composite Video Interface: HD-SDI to acvi converter module User Manual Revision 0.4 1 st May 2017 Page 1 of 26 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1 28-08-2016

More information

ELECTRONIC GAME KIT TEACHING RESOURCES. Version 2.0 BUILD YOUR OWN MEMORY & REACTIONS

ELECTRONIC GAME KIT TEACHING RESOURCES. Version 2.0 BUILD YOUR OWN MEMORY & REACTIONS TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE BUILD YOUR OWN MEMORY & REACTIONS ELECTRONIC GAME KIT Version 2.0 Index of Sheets TEACHING RESOURCES

More information

8 PIN PIC PROGRAMMABLE BOARD (DEVELOPMENT BOARD & PROJECT BOARD)

8 PIN PIC PROGRAMMABLE BOARD (DEVELOPMENT BOARD & PROJECT BOARD) ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS LEARN ABOUT PROGRAMMING WITH THIS 8 PIN PIC PROGRAMMABLE BOARD (DEVELOPMENT BOARD & PROJECT

More information

Building the BX24-AHT

Building the BX24-AHT Building the BX24-AHT file:///f /LASER/build-it.htm (1 of 8) [03/04/2002 5:21:52 PM] file:///f /LASER/build-it.htm (2 of 8) [03/04/2002 5:21:52 PM] Tips & Tricks Use a 25W or smaller soldering iron with

More information

Fixed Audio Output for the K2 Don Wilhelm (W3FPR) & Tom Hammond (NØSS) v August 2009

Fixed Audio Output for the K2 Don Wilhelm (W3FPR) & Tom Hammond (NØSS) v August 2009 Fixed Audio Output for the K2 Don Wilhelm (W3FPR) & Tom Hammond (NØSS) v. 2.1 06 August 2009 I have had several requests to provide a fixed audio output from the K2. After looking at the circuits that

More information

MAKE AN RGB CONTROL KNOB.

MAKE AN RGB CONTROL KNOB. MAKE AN RGB CONTROL KNOB. This is a knob based colour changing controller that uses a custom programmed microcontroller to pack a lot of features into a small affordable kit. The module can drive up to

More information

DEM 9ULNACK 3.4 GHz. PHEMT LNA amplifier complete kit assembly guide

DEM 9ULNACK 3.4 GHz. PHEMT LNA amplifier complete kit assembly guide DEM 9ULNACK 3.4 GHz. PHEMT LNA amplifier complete kit assembly guide SPECIFICATIONS Noise Figure: < 0.8 db Gain: > 15 db Frequency Range: 3400-3500 MHz Input Voltage: 7-16 VDC Description: The 9ULNACK

More information

Spring 2011 Microprocessors B Course Project (30% of your course Grade)

Spring 2011 Microprocessors B Course Project (30% of your course Grade) Course Project guidelines Spring 2011 Microprocessors B 17.384 Course Project (30% of your course Grade) Overall Guidelines Design a fairly complex system that contains at least one microcontroller (the

More information

MSP430-HG2231 development board Users Manual

MSP430-HG2231 development board Users Manual MSP0-HG development board Users Manual All boards produced by Olimex are ROHS compliant Revision Initial, June 0 Copyright(c) 0, OLIMEX Ltd, All rights reserved Page INTRODUCTION: MSP0-HG is header board

More information

Christmas LED Snowflake Project

Christmas LED Snowflake Project Christmas LED Snowflake Project Version 1.1 (01/12/2008) The snowflake is a follow-on from my Christmas star project from a few years ago. This year I decided to make a display using only white LEDs, shaped

More information

DLM471S-5.1 MULTICHANNEL AUDIO LEVEL MASTER OPERATION MANUAL IB B. (Mounted in RMS400 Rack Mount & Power Supply) (One of 4 Typical Cards)

DLM471S-5.1 MULTICHANNEL AUDIO LEVEL MASTER OPERATION MANUAL IB B. (Mounted in RMS400 Rack Mount & Power Supply) (One of 4 Typical Cards) DLM471S-5.1 (Mounted in RMS400 Rack Mount & Power Supply) MULTICHANNEL AUDIO LEVEL MASTER (One of 4 Typical Cards) OPERATION MANUAL IB6432-02B TABLE OF CONTENTS PAGE 1.0 GENERAL DESCRIPTION 2 2.0 INSTALLATION

More information

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016 SM06 Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module User Manual Revision 0.3 30 th December 2016 Page 1 of 23 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1

More information

Nixie Tube Clock Type Marsden

Nixie Tube Clock Type Marsden Assembly Instructions And User Guide Nixie Tube Clock Type Marsden Software version: RTC-1.3 PCB Revision: 16 Aug 10-1 - 1. INTRODUCTION 1.1 About the clock Nixie clock type Marsden is a compact design

More information

ELECTRONIC GAME KIT ESSENTIAL INFORMATION. Version 2.0 BUILD YOUR OWN MEMORY & REACTIONS

ELECTRONIC GAME KIT ESSENTIAL INFORMATION. Version 2.0 BUILD YOUR OWN MEMORY & REACTIONS ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS BUILD YOUR OWN MEMORY & REACTIONS ELECTRONIC GAME KIT Version 2.0 Build Instructions Before

More information

NewScope-7A Operating Manual

NewScope-7A Operating Manual 2016 SIMMCONN Labs, LLC All rights reserved NewScope-7A Operating Manual Preliminary May 13, 2017 NewScope-7A Operating Manual 1 Introduction... 3 1.1 Kit compatibility... 3 2 Initial Inspection... 3 3

More information

Etherwave Plus Field Upgrade Instructions

Etherwave Plus Field Upgrade Instructions Etherwave Plus Field Upgrade Instructions The Etherwave Plus Field Upgrade is an advanced project for upgrading a standard Moog Music Etherwave theremin to the Etherwave Plus. The new features of the Etherwave

More information

WaterVue TV Installation & User Manual

WaterVue TV Installation & User Manual WaterVue TV Installation & User Manual 19 Waterproof TV Dimensions of TV Front screen 486mm x 340mm x 3mm Mounting Plate 467mm x 324mm x 48mm 24 Waterproof TV Dimensions of TV Front screen 576mm x 395mm

More information

Data Conversion and Lab (17.368) Fall Lecture Outline

Data Conversion and Lab (17.368) Fall Lecture Outline Data Conversion and Lab (17.368) Fall 2013 Lecture Outline Class # 11 November 14, 2013 Dohn Bowden 1 Today s Lecture Outline Administrative Detailed Technical Discussions Lab Microcontroller and Sensors

More information

DRAFT Microprocessors B Lab 3 Spring PIC24 Inter-Integrated Circuit (I 2 C)

DRAFT Microprocessors B Lab 3 Spring PIC24 Inter-Integrated Circuit (I 2 C) PIC24 Inter-Integrated Circuit (I 2 C) Lab Report Objectives Materials See separate report form located on the course webpage. This form should be completed during the performance of this lab. 1) To utilize

More information

1.5mm amplitude at 10 to 55Hz frequency in each X, Y, Z direction for 2 hours 500m/s² (approx. 50G) in each X, Y, Z direction for 3 times

1.5mm amplitude at 10 to 55Hz frequency in each X, Y, Z direction for 2 hours 500m/s² (approx. 50G) in each X, Y, Z direction for 3 times Color Mark Color Mark Feature Outstanding color matching accuracy - RGB light emitting diodes and 12-bit resolution - 2 detection modes (color only / color + intensity) - -step sensitivity adjustment for

More information

VU-1 VU Meter Kit Volume Unit Meter

VU-1 VU Meter Kit Volume Unit Meter VU-1 VU Meter Kit Volume Unit Meter Simplicity Counts, Detail Matters. No part of this document may be reproduced, either mechanically or electronically, posted online on the Internet, in whole or in part,

More information

Keyboard Controlled Scoreboard

Keyboard Controlled Scoreboard Universities Research Journal 2011, Vol. 4, No. 4 Keyboard Controlled Scoreboard Kyaw Hlaing 1 and Win Swe 2 Abstract The objective of this research work is to design a keyboard controlled scoreboard that

More information

Nixie Clock Type Frank 3

Nixie Clock Type Frank 3 Assembly Instructions And User Guide Nixie Clock Type Frank 3 Software version: 7R PCB Version: 11 April 09-1 - 1. INTRODUCTION 1.1 About the clock Nixie clock type Frank 3 is a compact design with all

More information

7 SEGMENT LED DISPLAY KIT

7 SEGMENT LED DISPLAY KIT ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN SCORE BOARD WITH THIS 7 SEGMENT LED DISPLAY KIT Version 2.0 Which pages of

More information

WORLDSEMI CO., LIMITED WS2813. Intelligent control integrated LED light source. Dual-signal wires version Signal break-point continuous transmission

WORLDSEMI CO., LIMITED WS2813. Intelligent control integrated LED light source. Dual-signal wires version Signal break-point continuous transmission WORLDSEMI CO., LIMITED WS2813 Intelligent control integrated LED light source Dual-signal wires version Signal break-point continuous transmission April-2016 1 / 11 Features and Benefits The control circuit

More information

VGA, Audio & RS-232 Serial with IR Pass-Thru over Single CAT5 /RJ45 Extender Kit

VGA, Audio & RS-232 Serial with IR Pass-Thru over Single CAT5 /RJ45 Extender Kit VGA, Audio & RS-232 Serial with IR Pass-Thru over Single CAT5 /RJ45 Extender Kit User Manual (VAS-E) [Must be used with Solid CAT5e or CAT6 Cable] All information is subject to change without notice. All

More information

Nixie Clock Type Frank 2 Z570M

Nixie Clock Type Frank 2 Z570M Assembly Instructions And User Guide Nixie Clock Type Frank 2 Z570M Software version: 7R PCB Revision: 11 April 09-1 - 1. INTRODUCTION 1.1 About the clock Nixie clock type Frank 2 is a compact design with

More information

LED DRIVERS. LQC4D-V1 4 channels. User Manual FEATURES

LED DRIVERS. LQC4D-V1 4 channels. User Manual FEATURES pag. 1/13 FEATURES Outputs: 4 x channels BUS+SEQUENCER+FADER+DIMMER+DRIVER Input: DC 12/24/48 Vdc BUS Command: DALI LOCAL Command: 4x N.O. push button (with or without memory), 0-10V, 1-10V Controls: dimmer,

More information

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of applications such as home appliances, medical, automotive,

More information

Repair procedures Copyright DGT Projects 2005

Repair procedures Copyright DGT Projects 2005 DGT Projects BV Repair procedures Copyright DGT Projects 2005 DGT 2000 Overview of versions The DGT 2000 has been produced since 1994. About 4 versions are in market. Main differences between the versions

More information

A MISSILE INSTRUMENTATION ENCODER

A MISSILE INSTRUMENTATION ENCODER A MISSILE INSTRUMENTATION ENCODER Item Type text; Proceedings Authors CONN, RAYMOND; BREEDLOVE, PHILLIP Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

Ten-Tec (865) Service Department:(865)

Ten-Tec (865) Service Department:(865) Ten-Tec (865) 453-7172 Service Department:(865) 428-0364 Installation Instructions for Ten-Tec Jupiter AT538K Tuner Kit The installation of the AT538K is divided into two steps. The first step is to reprogram

More information

Lab 7: Soldering - Traffic Light Controller ReadMeFirst

Lab 7: Soldering - Traffic Light Controller ReadMeFirst Lab 7: Soldering - Traffic Light Controller ReadMeFirst Lab Summary The two-way traffic light controller provides you with a quick project to learn basic soldering skills. Grading for the project has been

More information

Data Sheet. Electronic displays

Data Sheet. Electronic displays Data Pack F Issued November 0 029629 Data Sheet Electronic displays Three types of display are available; each has differences as far as the display appearance, operation and electrical characteristics

More information

Group 1. C.J. Silver Geoff Jean Will Petty Cody Baxley

Group 1. C.J. Silver Geoff Jean Will Petty Cody Baxley Group 1 C.J. Silver Geoff Jean Will Petty Cody Baxley Vision Enhancement System 3 cameras Visible, IR, UV Image change functions Shift, Drunken Vision, Photo-negative, Spectrum Shift Function control via

More information

PC BOARD MOUNT DISPLAYS

PC BOARD MOUNT DISPLAYS PC BOARD MOUNT DISPLAYS The Trusted Source for Innovative Control Solutions 1-717-767-6511 891 QUICK Specs Counters LCD DISPLAY SUB-CUB 1 & 2 SUB-CUB 2-8A SUB-CUB D SUB-CUB T Description Count Indication

More information

Section 24. Programming and Diagnostics

Section 24. Programming and Diagnostics Section. Programming and Diagnostics HIGHLIGHTS This section of the manual contains the following topics:.1 Introduction... -2.2 In-Circuit Serial Programming... -3.3 Enhanced In-Circuit Serial Programming...

More information

AD9884A Evaluation Kit Documentation

AD9884A Evaluation Kit Documentation a (centimeters) AD9884A Evaluation Kit Documentation Includes Documentation for: - AD9884A Evaluation Board - SXGA Panel Driver Board Rev 0 1/4/2000 Evaluation Board Documentation For the AD9884A Purpose

More information

VGA & RS-232 & Audio CAT5 Extender with RGB Delay Control Quick Installation Guide

VGA & RS-232 & Audio CAT5 Extender with RGB Delay Control Quick Installation Guide VGA & RS-232 & Audio CAT5 Extender with RGB Delay Control Quick Installation Guide Introducing the VGA & RS-232 & Audio CAT5 Extender with RGB Delay Control The VGA & RS-232 & Audio CAT5e Extender with

More information

INSTALLATION INSTRUCTIONS FOR

INSTALLATION INSTRUCTIONS FOR INSTALLATION INSTRUCTIONS FOR MODEL 2240LED www.sportablescoreboards.com 1 Table of Contents 8 X 7 INDOOR SCOREBOARD... 3 THE SCOREBOARD SYSTEM SHOULD INCLUDE THE FOLLOWING PARTS:... 3 INSTRUCTIONS FOR

More information

2000 Series Weather Stations Analog Temperature / RH Sensor Upgrade Kit PRODUCT MANUAL KIT # 3613WDU

2000 Series Weather Stations Analog Temperature / RH Sensor Upgrade Kit PRODUCT MANUAL KIT # 3613WDU 2000 Series Weather Stations Analog Temperature / RH Sensor Upgrade Kit PRODUCT MANUAL KIT # 3613WDU 1 The 3613WDU Analog Temperature / RH Sensor Upgrade Kit is used to upgrade Watchdog 2000 Series Weather

More information

WDP02 Wireless FHD Kit User Manual

WDP02 Wireless FHD Kit User Manual WDP02 Wireless FHD Kit User Manual Copyright Copyright 2015 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

Field Service Procedure Replacement GACP Control Panel Kit, ST24

Field Service Procedure Replacement GACP Control Panel Kit, ST24 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the Graphic Antenna Control Panel (GACP) for the ST24 antenna. 2. Checklist: Verify Power to the GACP Verify Communications

More information

DM1624, DM1612, DM812

DM1624, DM1612, DM812 Installation Guide Hardware and Software DM Series Digital Processors models DM1624, DM1612, DM812 LECTROSONICS, INC. 1 Installation Specific Information Only This guide covers only installation related

More information

DOGM GRAPHIC SERIES 132x32 DOTS

DOGM GRAPHIC SERIES 132x32 DOTS DOGM GRAPHIC SERIES 132x32 DOTS 6.2009 flexible display content! EA DOGM132B-5 + EA LED55x31-W TECHNICAL DATA EA DOGM132W-5 + EA LED55x31-A EA DOGM132W-6 + EA LED55x31-W * HIGH-CONTRAST LCD SUPERTWIST

More information

Check our knowledge base at

Check our knowledge base at USER MANUAL Check our knowledge base at www.paralinx.net/support Copyright 2015 Paralinx LLC All Rights Reserved TABLE OF CONTENTS 1 Important Notice 10 LCD Screen 2 Safety Instructions 11 Indicators 3

More information

LED Array Board.

LED Array Board. LED Array Board www.matrixtsl.com EB087 Contents About This Document 2 General Information 3 Board Layout 4 Testing This Product 5 Circuit Description 6 Circuit Diagram 7 About This Document This document

More information

SHOWLINE SL NITRO 510 LED STROBE LUMINAIRE SPECIFICATIONS.

SHOWLINE SL NITRO 510 LED STROBE LUMINAIRE SPECIFICATIONS. GENERAL. A.) Overview. SHOWLINE SL NITRO 510 LED STROBE LUMINAIRE SPECIFICATIONS. 1.) The luminaire shall be an LED strobe luminaire employing one-thousand, three-hundred and fifty (1350) white LED engines.

More information

Alice EduPad Board. User s Guide Version /11/2017

Alice EduPad Board. User s Guide Version /11/2017 Alice EduPad Board User s Guide Version 1.02 08/11/2017 1 Table OF Contents Chapter 1. Overview... 3 1.1 Welcome... 3 1.2 Launchpad features... 4 1.3 Alice EduPad hardware features... 4 Chapter 2. Software

More information

TeamWork Kits Installation Guide

TeamWork Kits Installation Guide TX 0 RX COM +5V APARATUS US TeamWork Kits Installation Guide TeamWork 400 and TeamWork 600 Kits The TeamWork 400 and TeamWork 600 kits consist of an HDMI switcher, system controller, Cable Cubby, and cables

More information

WS2815 Intelligent control LED integrated light source

WS2815 Intelligent control LED integrated light source Features and Benefits The control circuit and RGB chip are integrated in a 5050 components, to form an external control pixel. 12V DC power supply, can effectively reduce the operating current of the pixel

More information

Nixie Clock Kit IN-12B color LED backlit Operation Manual Nixie Clock Kit IN-12B V6.0 ( All Right Reserved 2015 )

Nixie Clock Kit IN-12B color LED backlit Operation Manual Nixie Clock Kit IN-12B V6.0 ( All Right Reserved 2015 ) Nixie Clock Kit IN-B color LED backlit Operation Manual Nixie Clock Kit IN-B V. ( All Right Reserved ) - - Operation Manual IN-B Nixie Clock Power for your Nixie Clock The clock does not include a wall

More information

1 Unpack. Taking the TV Out of the Box. Included in this Box. Stand Parts and Cables. Remote Control. Also included

1 Unpack. Taking the TV Out of the Box. Included in this Box. Stand Parts and Cables. Remote Control. Also included MIC TV SEARCH KEYPAD SOURCE VOL VOICE CH RETURN GUIDE EXIT CH.LIST SMART HUB 3D MTS CC P.SIZE MENU INFO 1 Unpack Taking the TV Out of the Box Warning: Do not touch the TV s screen when you take it out

More information

Cable System Installation Guide

Cable System Installation Guide Overview Cable System Installation Guide 5/19/2008 Our recommended approach for the installation of your Circle Graphics Cable Systems on the panels in your market is to install the fixed hardware (namely

More information

Pixie Construction Notes

Pixie Construction Notes Pixie Construction Notes PCB V2a February 4 th 2015 Please note that this document is still currently under revision and we apologise for any errors or omissions. Readers should feel free to e-mail any

More information

W0EB/W2CTX DSP Audio Filter Operating Manual V1.12

W0EB/W2CTX DSP Audio Filter Operating Manual V1.12 W0EB/W2CTX DSP Audio Filter Operating Manual V1.12 Manual and photographs Copyright W0EB/W2CTX, March 13, 2019. This document may be freely copied and distributed so long as no changes are made and the

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity (-121 dbm), +20

More information

SAL Series Wireless Clock (V1)

SAL Series Wireless Clock (V1) SAL Series Wireless Clock (V1) HIGHLIGHTS Microprocessor based movement Each clock acts as a repeater and transmitter 915 928MHz frequency hopping technology Receiving and transmission rate every four

More information

High Resolution Multicolor Contrast Scanner. Dimensioned drawing

High Resolution Multicolor Contrast Scanner. Dimensioned drawing Specifications and description KRTM 20 High Resolution Multicolor Contrast Scanner Dimensioned drawing en 01-2011/06 50116669 12mm 20mm 50mm 12-30 V DC 50 / 25 khz We reserve the right to make changes

More information

USER MANUAL. Blackburst, Sync, Audio Tone Generator. For Models BSG-50, RM-50/BSG, SR-50/BSG. Doc Rev. F (C) Copyright 2014

USER MANUAL. Blackburst, Sync, Audio Tone Generator. For Models BSG-50, RM-50/BSG, SR-50/BSG. Doc Rev. F (C) Copyright 2014 HORITA BSG-50 Blackburst, Sync, Audio Tone Generator USER MANUAL For Models BSG-50, RM-50/BSG, SR-50/BSG Doc. 070450 Rev. F (C) Copyright 2014 P.O. Box 3993, Mission Viejo, CA 92690 (949) 489-0240 www.horita.com

More information

Section 24. Programming and Diagnostics

Section 24. Programming and Diagnostics Section. and Diagnostics HIGHLIGHTS This section of the manual contains the following topics:.1 Introduction... -2.2 In-Circuit Serial... -2.3 Enhanced In-Circuit Serial... -5.4 JTAG Boundary Scan... -6.5

More information

SHOWLINE SL NITRO 510C LED STROBE LUMINAIRE SPECIFICATIONS.

SHOWLINE SL NITRO 510C LED STROBE LUMINAIRE SPECIFICATIONS. GENERAL. A.) Overview. SHOWLINE SL NITRO 510C LED STROBE LUMINAIRE SPECIFICATIONS. The luminaire shall be an LED strobe luminaire employing five hundred and twenty eight (528) red, green, blue and white

More information

SWITCH: Microcontroller Touch-switch Design & Test (Part 2)

SWITCH: Microcontroller Touch-switch Design & Test (Part 2) SWITCH: Microcontroller Touch-switch Design & Test (Part 2) 2 nd Year Electronics Lab IMPERIAL COLLEGE LONDON v2.09 Table of Contents Equipment... 2 Aims... 2 Objectives... 2 Recommended Timetable... 2

More information

1. Overview. SSI-1016G interfaces with 24, 25 and 26 bit Temposonics SSI sensor. Block diagram. as PNP open collector output

1. Overview. SSI-1016G interfaces with 24, 25 and 26 bit Temposonics SSI sensor. Block diagram. as PNP open collector output SSI-1016G Manual Caution: Specifications and outline may be changed without notice MTS Sensors Technology Corporation www.mtssensor.co.jp 2010.02.04 Rev. 1 1 Revision information 2007.03.12: Data-ready

More information

The Haply Development Kit

The Haply Development Kit The Haply Development Kit Introduction The Haply development kit is a robust and adaptable open-source hardware development platform for haptic applications. Designed to be accessible to novices and experts

More information

Telesto Private Wire Modem Manual

Telesto Private Wire Modem Manual Telesto Private Wire Modem Manual Telesto Private Wire Modem Manual Revision History Filenames are: G:\Company\Manuals &graphics\manuals \ReferenceManual\Components\Telesto_modem\Private Wire\Remote\RevA\CompleteManual\TelestoPwModemCover.lwp

More information

ADD AN AUDIO MESSAGE TO YOUR PRODUCT WITH THIS RECORD & PLAYBACK KIT

ADD AN AUDIO MESSAGE TO YOUR PRODUCT WITH THIS RECORD & PLAYBACK KIT ADD AN AUDIO MESSAGE TO YOUR PRODUCT WITH THIS RECORD & PLAYBACK KIT BUILD INSTRUCTIONS Before you start take a look at the Printed Circuit Board (PCB). The components go in the side with the writing on

More information

GOODMAN BENTLEY STEREOPHONIC STETHOSCOPE OPERATING INSTRUCTIONS

GOODMAN BENTLEY STEREOPHONIC STETHOSCOPE OPERATING INSTRUCTIONS GOODMAN BENTLEY STEREOPHONIC STETHOSCOPE OPERATING INSTRUCTIONS Individually handcrafted to the highest specifications by Goodman Bentley (Spec/Ops) Design & Security Company. Providers of covert Technical

More information

Mal-2 assembly guide v1.0

Mal-2 assembly guide v1.0 Mal-2 assembly guide v.0 SONIC POTIONS Schematic and BOM The BOM can be found on Google Docs Prepare the PCB Separate the PCBs using some pliers. PCB We start with the lower PCB and assemble it beginning

More information

Lab 7: Soldering - Traffic Light Controller ReadMeFirst

Lab 7: Soldering - Traffic Light Controller ReadMeFirst Lab 7: Soldering - Traffic Light Controller ReadMeFirst Lab Summary The two way traffic light controller provides you with a quick project to learn basic soldering skills. Grading for the project has been

More information

Video Wall Installation Guide User Guide

Video Wall Installation Guide User Guide Video Wall Installation Guide User Guide IMPORTANT: Please read this User Guide to obtain important information on installing and using your product in a safe manner, as well as registering your product

More information

Laboratory 10. Required Components: Objectives. Introduction. Digital Circuits - Logic and Latching (modified from lab text by Alciatore)

Laboratory 10. Required Components: Objectives. Introduction. Digital Circuits - Logic and Latching (modified from lab text by Alciatore) Laboratory 10 Digital Circuits - Logic and Latching (modified from lab text by Alciatore) Required Components: 1x 330 resistor 4x 1k resistor 2x 0.F capacitor 1x 2N3904 small signal transistor 1x LED 1x

More information

MACH3 LaserAce Installation Manual Revision 1. MACH3 LaserAce Installation Manual

MACH3 LaserAce Installation Manual Revision 1. MACH3 LaserAce Installation Manual WWW.LASERARCADE.COM MACH3 LaserAce Installation Manual Revision 1 MACH3 LaserAce Installation Manual Table of Contents Introduction...1 Parts supplied with MACH3 FNI...1 Why the MACH3 FNI is required...2

More information

Total solder points: 123 Difficulty level: beginner 1. advanced AUDIO ANALYZER K8098. audio gea Give your. . high-tech ILLUSTRATED ASSEMBLY MANUAL

Total solder points: 123 Difficulty level: beginner 1. advanced AUDIO ANALYZER K8098. audio gea Give your. . high-tech ILLUSTRATED ASSEMBLY MANUAL Total solder points: 123 Difficulty level: beginner 1 2 3 4 5 advanced AUDIO ANALYZER K8098 ra audio gea Give your. look high-tech ILLUSTRATED ASSEMBLY MANUAL H8098IP-1 Features & Specifications Features

More information

Data Acquisition Networks. Installing and Configuring the DM01 Hardware

Data Acquisition Networks. Installing and Configuring the DM01 Hardware Data Acquisition Networks Installing and Configuring the DM Hardware What is the DM? D.A.N developed the DM-2 to capture 6 analogue measurements and pulse count in the field. The Average, Maximum and Minimum

More information

Assembly Instructions And User Guide. Nixie FunKlock. FunKlock Issue 4 (1 February 2017)

Assembly Instructions And User Guide. Nixie FunKlock. FunKlock Issue 4 (1 February 2017) Assembly Instructions And User Guide Nixie FunKlock - 1 - Issue Number Date REVISION HISTORY 4 1 February 2017 New diode for D2 3 27 December 2013 C7 / C8 error page 15 2 7 November 2013 Errors corrected

More information

Commissioning Guide. firepickdelta. Commissioning Guide. Written By: Neil Jansen firepickdelta.dozuki.com Page 1 of 22

Commissioning Guide. firepickdelta. Commissioning Guide. Written By: Neil Jansen firepickdelta.dozuki.com Page 1 of 22 firepickdelta Commissioning Guide Written By: Neil Jansen 2017 firepickdelta.dozuki.com Page 1 of 22 Step 1 Pre-Requisites Before commissioning, please make sure ALL of the following steps have been completed,

More information

Multi-Zone Programmable RGB ColorPlus LED Touch Controller (Remote Control) and RGB ColorPlus LED Touch Controller (Receiver)

Multi-Zone Programmable RGB ColorPlus LED Touch Controller (Remote Control) and RGB ColorPlus LED Touch Controller (Receiver) 11235 West Bernardo Court, Suite 102 San Diego, CA 92127 888-880-1880 Fax: 707-281-0567 EnvironmentalLights.com Multi-Zone Programmable RGB ColorPlus LED Touch Controller (Remote Control) and RGB ColorPlus

More information

User Manual. May 2005 AIN LIGHT

User Manual. May 2005 AIN LIGHT May 2005 AIN LIGHT This user manual is designed to help the operators and owners of Soft-LED products use, troubleshoot, and utilize all of the product s potential. Customers seeking additional help not

More information

SmartSwitch TM. Wide View Compact LCD 64 x 32 Pushbutton DISTINCTIVE CHARACTERISTICS PART NUMBER & DESCRIPTION

SmartSwitch TM. Wide View Compact LCD 64 x 32 Pushbutton DISTINCTIVE CHARACTERISTICS PART NUMBER & DESCRIPTION Wide View Compact LCD x Pushbutton SmartSwitch TM DISTINCTIVE CHARACTERISTICS Compact Size Combined with High Resolution High resolution of x pixels colors of backlighting can be controlled dynamically

More information

Reference Manual. Notes 9/16 Series H

Reference Manual. Notes 9/16 Series H Reference Manual Notes 9/16 Series 173.01H Copyright notice The information in this document is subject to change without prior notice and does not represent a commitment on the part of Q-MATIC AB. All

More information

LeRIBSS MTC MANUAL. Issue #1. March, MTC Control Unit Definitions, Information and Specifications. MTC Control Unit Electronic Schematics

LeRIBSS MTC MANUAL. Issue #1. March, MTC Control Unit Definitions, Information and Specifications. MTC Control Unit Electronic Schematics LeRIBSS MTC MANUAL Issue #1 March, 2008 Contents: MTC Control Unit MTC Control Unit Definitions, Information and Specifications Programming the MTC Control Unit Program Parameters Initial Setup Measuring

More information

Multi-Key v2.4 Multi-Function Amplifier Keying Interface

Multi-Key v2.4 Multi-Function Amplifier Keying Interface Multi-Key v2.4 Multi-Function Amplifier Keying Interface ASSEMBLY & OPERATION INSTRUCTIONS INTRODUCTION The Harbach Electronics, LLC Multi-Key is a multi-function external device designed for the safe

More information

DEM A SBH-CW-N

DEM A SBH-CW-N Display Elektronik GmbH LCD MODULE DEM 320240A SBH-CW-N Product specification Version : 0 05/03/2007 SPECIFICATION FOR LCM MODULE DEM 320240A SBH-CW-N Customer Approval: SIGNATURE DATE PREPARED BY (RD

More information

INPUT OUTPUT GAIN DELAY. Hue Candela Strobe Controller. Hue Candela s STROBE CONTROLLER. Front Panel Actual Size 7 ¼ By 4 ¾ POWER. msec SEC 10 1.

INPUT OUTPUT GAIN DELAY. Hue Candela Strobe Controller. Hue Candela s STROBE CONTROLLER. Front Panel Actual Size 7 ¼ By 4 ¾ POWER. msec SEC 10 1. Hue Candela s STROBE CONTROLLER INPUT OUTPUT ON TIME POWER NO B C A GAIN X LOCK Y OUT Z Hue Candela Strobe Controller 4 5 6 7..... 8. 3. 9. 2 10.. 1 11. STEP m.. 0 10 1. 10 10 1.0 10 zero DELAY. 03. 02.

More information

General Specifications

General Specifications General Specifications WG41F11C Compact O Frame GS 14M04B10-20E-Z1 [Style: S1] Overview The WG41F11C Compact O frame is a space-saving frame designed for coating lines of battery electrode sheets. This

More information

SHENZHEN H&Y TECHNOLOGY CO., LTD

SHENZHEN H&Y TECHNOLOGY CO., LTD Chapter I Model801, Model802 Functions and Features 1. Completely Compatible with the Seventh Generation Control System The eighth generation is developed based on the seventh. Compared with the seventh,

More information

16 Stage Bi-Directional LED Sequencer

16 Stage Bi-Directional LED Sequencer 16 Stage Bi-Directional LED Sequencer The bi-directional sequencer uses a 4 bit binary up/down counter (CD4516) and two "1 of 8 line decoders" (74HC138 or 74HCT138) to generate the popular "Night Rider"

More information

User Manual. Model 1372A and 1374A HDMI Switchers. 1T-SX-632 Model 1372A 2X1 Switcher. v1.3 2x1 SWITCHER. v1.3 INPUT ENHANCE POWER

User Manual. Model 1372A and 1374A HDMI Switchers. 1T-SX-632 Model 1372A 2X1 Switcher. v1.3 2x1 SWITCHER. v1.3 INPUT ENHANCE POWER User Manual 1T-SX-632 Model 1372A 2X1 Switcher v1.3 v1.3 2x1 SWITCHER 1 2 INPUT ENHANCE POWER 1 2 INPUT ENHANCE POWER Model 1372A and 1374A HDMI Switchers Table Of Contents 1.0 Introduction.......................

More information

EECS 140 Laboratory Exercise 7 PLD Programming

EECS 140 Laboratory Exercise 7 PLD Programming 1. Objectives EECS 140 Laboratory Exercise 7 PLD Programming A. Become familiar with the capabilities of Programmable Logic Devices (PLDs) B. Implement a simple combinational logic circuit using a PLD.

More information

Dimensions. Model Number. Electrical connection. Features. Pinout Product information. Indicators/operating means. LGS25 Serie.

Dimensions. Model Number. Electrical connection. Features. Pinout Product information. Indicators/operating means. LGS25 Serie. Q Dimensions Transmitter Detection field + 9. Detection field 7.8 n Beam. Beam Receiver III 0. 0 Fix H H H Fn Model Number Light grid with fixed cable with -pin, M x connector, and fixed cable with 8-pin,

More information

Scale Track System. 21 Century y Signal System 2-Rail Manual

Scale Track System. 21 Century y Signal System 2-Rail Manual Scale Track System st 21 Century y Signal System 2-Rail Manual TABLE OF CONTENTS Introduction...2-3 Road Signal Board Diagram and Definitions...4-6 Tips for Handling the Circuit Board...6 2-Rail Detector

More information

Light-It Decoder p/n Lighting decoder w/built-in white LED

Light-It Decoder p/n Lighting decoder w/built-in white LED Description of configuration variables (CVs) The factory default value is in parenthesis after the description Decoder Reset CV CV128 Setting this CV to a value of 170 will reset the decoder to factory

More information

QTI Line Follower AppKit for the Boe-Bot (#28108)

QTI Line Follower AppKit for the Boe-Bot (#28108) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

COLOUR CHANGING USB LAMP KIT

COLOUR CHANGING USB LAMP KIT TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE SEE AMAZING LIGHTING EFFECTS WITH THIS COLOUR CHANGING USB LAMP KIT Version 2.1 Index of Sheets TEACHING

More information

Materials: Programming Objectives:

Materials: Programming Objectives: Lessons Lesson 1: Basic Chassis Overview TETRIX Getting Started Guide In this lesson, users will learn how to use the elements of the TETRIX system that will be involved in building the basic chassis of

More information

Be a part of the circuit. Brick'R'knowledge. Set overview.

Be a part of the circuit. Brick'R'knowledge. Set overview. Be a part of the circuit. Brick'R'knowledge Set overview www.brickrknowledge.com (Rx) SDA SCL 5V GND (10:1) I2C, max 20V (Tx) GPIO0 RESET int, max 10V GND 1 5V GND 1 2 5V 5V GND 1 2 3 Brick R knowledge

More information