OPENCOCKPITS IOCard USBRELAYS INSTALLATION AND USER S MANUAL

Size: px
Start display at page:

Download "OPENCOCKPITS IOCard USBRELAYS INSTALLATION AND USER S MANUAL"

Transcription

1 OPENCOCKPITS IOCard USBRELAYS INSTALLATION AND USER S MANUAL

2 INTRODUCTION The USBRelays card is designed to manage up to 7 power relays. We also have in it 5 analogic inputs, to connect up to 5 potentiometers. The connection to the PC is through the USB port and when is connected will auto install as HID device and is controlled by the IOCP protocol. As interesting option, the card can be connected directly to the Master card and run through the outputs of this card. There is also a variant with the option to connect directly to the Master card and not through the USB port, that is disconnected in this version. COMPONENTS LIST - C1 = CAPACITOR 220nf - C2, C3 = CAPACITORS 22Pf - C4, C5 = CAPACITORS 0.1Mf - D1 D8 = LED DIODES - IC1 = MICROCHIP 16C745 - IC2 = INTEGRATED CIRCUIT ULN2003A - J0 = CONNECTOR +5V - J1 = CONNECTOR USB - J2 = JUMPER TO SELECT EXTERNAL/INTERNAL POWER SOURCE - J3, J4, J5, J6, J7 = CONNECTORS 3 PINS - P2 = CONNECTOR DB9 - Q1 = QUARTZ CRYSTAL 6MHZ - REL1 REL7 = RELAYS OMRON G5LE 1 - R1 = RESISTOR 1K5 - R2 = RESISTOR 10K - R3 = RESISTOR 100R - R4 = NOT USED (FUTURE OPTIONS) - R5 R12 = RESISTORS 470R - T1, T2, T3, T4 = SCREW CONNECTORS INSTALLATION AND USER S MANUAL 2

3 PRINCIPAL MEASURES: CONNECTORS DESCRIPTION: J0 = Power connector +5V. J1 = Allows to connect to the PC directly though the USB port. At this moment the PC recognizes the card and automatically install the driver for HID devices. J2 = This jumper allows us to select the power source, if the jumper is closed the feed goes from internal source, and i fis open goes from an external source. J3 a J7 = Analogic inputs connectors. P2 = Type DB9 connector, to connect the card thorugh the Master outputs directly, without use the USB port (never will be connected the two port at the same time) WIRING DIAGRAM The wiring is very simple, having each relay 3 correlative outputs on the fast screw connectors T1 to T4, corresponding in this order to the common pin (1), normally closed (2) and normally open (3). When the relay is deactivated the circuit from pin 2 is always closed, and the 3 is open, so, when the relay is activated, then the circuit 2 is open and the 3 is closed. INSTALLATION AND USER S MANUAL 3

4 Use example: We want to turn on the maps lamp, that is a 220V lamp and also want that automatically turns off the ambient light lamp that also is a 220V lamp, which is ALWAYS on, then we can use the card USBRelays, we must connect a side of the ambient light lamp to the pin COM and the other side to the pin2 (NC normally closed) and in other way a side of the map lamp to the COM pin, and the other side to the pin3 (NO normally open), without forgetting to feed the lamp from the electric net (see picture below) and, by connecting the card the ambient light goes on automatically and the maps light will remain off, but when we active the relay, the ambient lamp turns off and the maps turn on, also, when we deactive the relay the effect is opposite. INSTALLATION AND USER S MANUAL 4

5 USING SIOC Make sure you have installed version 3.46 or higher, if not you can download the latest version here: Once you have the correct version, the first thing to do is set the parameters on the sioc.ini file to make sure that the card is correctly identified with the Device number as corresponds. We will edit the entry in the sioc.ini file, so we assign an index of device to each card that we will install, create an entry in the file per connected card, and would be in following format: USBRelays=XX,YY Where XX indicates the index number, within our system and YY is the number of device from the USB port where is connected. For example, if we connect two USBRelays cards with the device numbers 35 and 42 (these numbers can be easily find in the SIOC.exe program itself, since it will provide us information on the card) then would declare the sioc.ini as folows: USBRelays=1,35 USBRelays=2,42 Isn t a problem to have more IOCards connected in this computer, while they are correctly defined, nor to have Opencockpits modules also connected. RELAYS: To refer to the number of relay accurately, we must consider the index number we have assigned to each card USBRelays. Now in SIOC, we must define the output in standard form: Var VVVV, name NNNNNNNNNNNNNN, Link USB_RELAYS, device DD, Output S VVVV= offset number NNNNNNNNNNNNNN = offest name (optional) DD = Index number as defined in ini (optional, if we have defined the card as number 0 no matter refer to the number of device) S = relay number 1 7 Definition example: Var 0001, name rele_maps, Link USB_RELAYS, Device 1, Output 5 ANALOGIC INPUTS: To read the analogic inputs we should use the following format: Var VVVV, name NNNNNNNNNNNN, Link USB_ANALOGIC, Device DD, Input# EE, posl LLL, posc CCC, posr RRR INSTALLATION AND USER S MANUAL 5

6 EE = analogic input number 1 5 LLL = maximum position to the left. CCC = center position of device RRR = maximum position to the right. The rest of parameters will use as on relays definition. Analogic definition example: Var 1506, name pot_flaps, Link USB_ANALOGIC, Device 1, Input# 2, posl 1, posc 128, posr 255 EJEMPLO SCRIPT DE SIOC Connect to the USBRelays two lamps on the number 4 relay, as we can see on the above image, we also have connected to the Master card input a toggle switch. Run SIOC (in this case doesn t need the FS running, because the lighting of these lamps have no real interaction with the simulator, and mostly in all purposes of this card) with the script loaded we can see that the ambient light is on and the map one is off, if we toggle the switch to the ON position, then the map lamp will turn on and the ambient one will turn off. Var 0001, name rele, Link USB_RELAYS, Device 1, Output 4 Var 0002, name map_switch, Link IOCARD_SW, Input 11 { IF &map_switch = 1 { &rele = 1 } ELSE { &rele = 0 } } Note: Software programs, circuits and content published in this paper and on our website are copyrighted by their developers, who doesn't consent to their use for commercial gain, unless authorized in writing. The software and content published and any code developed can be distributed as often as necessary and through desired media without written authorization, provided that the publication is acknowledged to the author and the source from which comes INSTALLATION AND USER S MANUAL 6

OPENCOCKPITS IOCard USBOUTPUTS INSTALLATION AND USER S MANUAL

OPENCOCKPITS IOCard USBOUTPUTS INSTALLATION AND USER S MANUAL OPENCOCKPITS IOCard USBOUTPUTS INSTALLATION AND USER S MANUAL INTRODUCTION This card allows us to manage easily up to 64 outputs up to 40V and 500mA on each output, with a total amount of 2,5A. Also, the

More information

Iocard USB DcMotors Manual. Date:15/02/12 Rev.:2.0

Iocard USB DcMotors Manual. Date:15/02/12 Rev.:2.0 Iocard USB DcMotors Manual Date:15/02/12 Rev.:2.0 Index: IOCARD USB DCMOTORS MANUAL... 1 INDEX:... 2 INTRODUCTION:... 3 USB DCMOTORS:... 3 Outline and components:... 3 Connectors description:... 4 CONECTIONS:...

More information

IocardUSB DCMotors Plus Manual. Date:02/08/12 Rev.:1.0

IocardUSB DCMotors Plus Manual. Date:02/08/12 Rev.:1.0 IocardUSB DCMotors Plus Manual Date:02/08/12 Rev.:1.0 Index: IOCARDUSB DCMOTORS PLUS MANUAL... 1 INDEX:... 2 INTRODUCTION:... 3 USB DCMOTORS PLUS:... 3 SPECIFICATIONS:... 3 SCHEME AND MEASURES:... 4 NOTAS

More information

IOCards USB Axes Manual. Date:12/23/14 Rev.:2.2

IOCards USB Axes Manual. Date:12/23/14 Rev.:2.2 Date:12/23/14 Rev.:2.2 Index: IOCARDS USB AXES MANUAL... 1 INDEX:... 2 INTRODUCTION:... 3 USBAXES:... 3 Outline and components:... 3 Description of connectors:... 3 CONNECTION OF THE PUSHBUTTONS:... 4

More information

OPENCOCKPITS IOCards USBKeys INSTALLATION AND USER S MANUAL

OPENCOCKPITS IOCards USBKeys INSTALLATION AND USER S MANUAL OPENCOCKPITS INSTALLATION AND USER S MANUAL INTRODUCTION The USBKeys manages automatically matrix keyboards. This card allows manage and control a keyboard via connecting pushbutton in a matrix of 11x8

More information

Manual IOCard USB DimControl. Date:08/18/15 Rev.:1.1

Manual IOCard USB DimControl. Date:08/18/15 Rev.:1.1 Manual IOCard USB DimControl. Date:08/18/15 Rev.:1.1 Index: MANUAL IOCARD USB DIMCONTROL... 1 INDEX:... 2 INTRODUCTION:... 3 USB DIMCONTROL:... 3 ESCHEMA:... 3 CONNECTOR DESCRIPTION:... 4 Connector J7

More information

IOCards USB Axes Manual. Date:15/03/12 Rev.:2.0

IOCards USB Axes Manual. Date:15/03/12 Rev.:2.0 Date:15/03/12 Rev.:2.0 Index: IOCARDS USB AXES MANUAL... 1 INDEX:... 2 INTRODUCTION:... 3 USBAXES:... 3 Outline and components:... 3 Description of connectors:... 3 CONNECTION OF THE PUSHBUTTONS:... 3

More information

Connecting Opencockpits modules in ProSim737

Connecting Opencockpits modules in ProSim737 Connecting Opencockpits modules in ProSim737 Introduction page 2 SIOC script file page 3 SIOC.INI file page 4 Connecting your MCP page 5 Connecting your first EFIS page 11 Connecting your second EFIS page

More information

Date:15/11/13 Rev.:2.1. IOCards USB Expansion & Master Manual

Date:15/11/13 Rev.:2.1. IOCards USB Expansion & Master Manual Date:15/11/13 Rev.:2.1 IOCards USB Expansion & Master Manual Index: IOCARDS USB EXPANSION & MASTER MANUAL... 1 INDEX:... 2 INTRODUCTION:... 3 USBEXPANSION:... 3 Outline and component:... 3 Description

More information

Connecting Opencockpits modules in ProSim737

Connecting Opencockpits modules in ProSim737 Connecting Opencockpits modules in ProSim737 Introduction page 2 SIOC script file page 3 SIOC.INI file page 4 Connecting your MCP page 5 Connecting your first EFIS page 11 Connecting your second EFIS page

More information

B737 V3. CDU s Manual. Fecha:19/07/12 Rev.:1.0

B737 V3. CDU s Manual. Fecha:19/07/12 Rev.:1.0 Fecha:19/07/12 Rev.:1.0 Index: B737 V3. CDU S MANUAL... 1 INDEX:... 2 INTRODUCTION:... 3 FMC B737 V3:... 3 SPECIFICATIONS:... 3 APPEARANCE AND MEASURES:... 3 DESCRIPTION OF THE CONNECTORS:... 4 STARTUP

More information

B737 IDC Audio Panel Manual. Date:05/23/14 Rev.:1.0

B737 IDC Audio Panel Manual. Date:05/23/14 Rev.:1.0 B737 IDC Audio Panel Manual. Date:05/23/14 Rev.:1.0 Index: B737 IDC AUDIO PANEL MANUAL... 1 INDEX:... 2 INTRODUCTION:... 3 BKI TECHNOLOGY:... 3 WIRING PLAN:... 3 DESCRIPTION OF CONNECTORS:... 3 CONNECTIONS

More information

AUTOTHROTTLE AND AUTOPILOT AUTOMATIC DISENGAGE.

AUTOTHROTTLE AND AUTOPILOT AUTOMATIC DISENGAGE. AUTOTHROTTLE AND AUTOPILOT AUTOMATIC DISENGAGE http://www.md80project.dk http://sites.google.com/site/danskemd80cockpitprojekt/ The parts needed for this build is: Input Output Optocoupler LTV 817 (Or

More information

CHRONO B737 & B737 LI Manual. Date:08/08/13 Rev.:1.0

CHRONO B737 & B737 LI Manual. Date:08/08/13 Rev.:1.0 CHRONO B737 & B737 LI Manual Date:08/08/13 Rev.:1.0 Index: CHRONO B737 & B737 LI MANUAL... 1 INDEX:... 2 INTRODUCTION:... 3 CHRONO B737 :... 3 CHRONO B737 LI:... 3 SPECIFICATIONS:... 3 APPEARANCE AND MEASURES:...

More information

SRI-02 Speech Recognition Interface

SRI-02 Speech Recognition Interface SRI-02 Speech Recognition Interface Data & Construction Booklet The Speech Recognition Interface SRI-02 allows one to use the SR-07 Speech Recognition Circuit to create speech controlled electrical devices.

More information

1/Build a Mintronics: MintDuino

1/Build a Mintronics: MintDuino 1/Build a Mintronics: The is perfect for anyone interested in learning (or teaching) the fundamentals of how micro controllers work. It will have you building your own micro controller from scratch on

More information

Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article

Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article Images Company Robotic Arm PC Interface allows real time computer control and an interactive script writer/player for programming and

More information

B737 NG MOTORIZED THROTTLE SETUP MANUAL PROJECT MAGENTA. Revolution- Simproducts. All Rights Reserved

B737 NG MOTORIZED THROTTLE SETUP MANUAL PROJECT MAGENTA. Revolution- Simproducts. All Rights Reserved B737 NG MOTORIZED THROTTLE SETUP MANUAL PROJECT MAGENTA Revolution- Simproducts All Rights Reserved January 9, 2010 1 CONTENT INTRODUCTION...3 REVISION LIST...4 Installation for PM without any previous

More information

Electronic Lock CodeLock AVR 1 DIY electronic door lock

Electronic Lock CodeLock AVR 1 DIY electronic door lock Electronic Lock CodeLock AVR 1 DIY electronic door lock CodeLock AVR LCD CodeLock AVR electronic lock is realised with Atmel AVR micro-controller AT90S2313, ATtiny2313 or ATtiny45. 1 user code in the program

More information

EE 354 August 1, 2017 Assembly of the AT89C51CC03 board

EE 354 August 1, 2017 Assembly of the AT89C51CC03 board EE 354 August 1, 2017 Assembly of the AT89C51CC03 board The AT89C51CC03 board comes as a kit which you must put together. The kit has the following parts: No. ID Description 1 1.5" x 3.25" printed circuit

More information

PIC 28 Pin Board Documentation. Update Version 5.0

PIC 28 Pin Board Documentation. Update Version 5.0 PIC 28 Pin Board Documentation Update 2009.10 Version 5.0 Table of Contents PIC 28 Pin Board Documentation... 1 Table of Contents... 2 Introduction... 3 Circuit Schematic... 4 The following is the Circuit

More information

AKKON USB CONTROLLER BOARD

AKKON USB CONTROLLER BOARD TN002 AKKON USB CONTROLLER BOARD USB Microcontroller board with the PIC18F4550 * Datasheet Authors: Gerhard Burger Version: 1.0 Last update: 20.01.2006 File: Attachments: no attachments Table of versions

More information

Bolt 18F2550 System Hardware Manual

Bolt 18F2550 System Hardware Manual 1 Bolt 18F2550 System Hardware Manual Index : 1. Overview 2. Technical specifications 3. Definition of pins in 18F2550 4. Block diagram 5. FLASH memory Bootloader programmer 6. Digital ports 6.1 Leds and

More information

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 8051 Intermidiate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

Product Manual. Relay Plug

Product Manual. Relay Plug Product Manual Relay Plug Updated on 24 June 2017 Index Index 1 Introduction 2 Specification 3 Operating voltage: 5V 3 Variants 4 Supported cables: 4 Details 4 How to interface? 5 Example Codes 9 Arduino

More information

DinBox M36 Hardware Description Guide

DinBox M36 Hardware Description Guide DinBox M36 Hardware Description Guide This manual covers the different hardware settings when using the DinBox M36 equipment. Next to this you will find all the relevant technical information needed when

More information

Power Entry. Version 1.0 June 2, 2017

Power Entry. Version 1.0 June 2, 2017 Power Entry Version 1.0 June 2, 2017 1 Overview The Power Entry board is used for distributing AC power and 4 different DC voltages, generally 5v, 12v, 15v, and high voltage (typically 48v or 70v). A 12v

More information

Transcendent Frequency Counter

Transcendent Frequency Counter Transcendent Frequency Counter with blue 2 x 16 LCD display This manual will guide you how to assemble, test and operate this frequency counter KIT. Features: The transcendent counter has two input channels

More information

4.0 Blue LED DCF77 Clock documentation

4.0 Blue LED DCF77 Clock documentation 4.0 Blue LED DCF77 Clock documentation 1. LED Clock Main Board PCB mounting: Mount and solder the eight wire bridges. Mount and solder resistors R16, R18, R20, R22. Mount and solder capacitors C1 C3 (pitch

More information

There is often confusion about how to use SIOC. Therefore I will try to explain the basics.

There is often confusion about how to use SIOC. Therefore I will try to explain the basics. What is SIOC? Nico W. Kaan, Delft, The Netherlands, 2017 SIOC is a programming language/system that has been specifically developed to program a Flightdeck based on Opencockpits IOCards. Basically this

More information

USB-LT02_B. User s Manual

USB-LT02_B. User s Manual USB-LT02_B User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

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

AVR Intermediate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

AVR Intermediate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help AVR Intermediate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

Post Tenebras Lab. Written By: Post Tenebras Lab

Post Tenebras Lab. Written By: Post Tenebras Lab Post Tenebras Lab PTL-ino is an Arduino comptaible board, made entirely out of through-hole components. It is a perfect project to learn how to solder and start getting into the world of micro controllers.

More information

High Power (15W + 15W) Stereo Amplifier

High Power (15W + 15W) Stereo Amplifier High Power (15W + 15W) Stereo Amplifier Build Instructions Issue 1.0 Build Instructions Before you put any components in the board or pick up the soldering iron, just take a look at the Printed Circuit

More information

RASPBERRY PI MEGA-IO EXPANSION CARD USER'S GUIDE VERSION 2.3

RASPBERRY PI MEGA-IO EXPANSION CARD  USER'S GUIDE VERSION 2.3 RASPBERRY PI MEGA-IO EXPANSION CARD www.sequentmicrosystems.com USER'S GUIDE VERSION 2.3 GENERAL DESCRIPTION... 2 BOARD LAYOUT... 3 BLOCK DIAGRAM... 4 COMPONENT DESCRIPTION... 5 CONFIGURATION JUMPERS...

More information

RLS-1000B Remote Link Switch

RLS-1000B Remote Link Switch RLS-000B Remote Link Switch Instruction Manual Computer Automation Technology Inc. 8 W. Atlantic Blvd. #9 Margate, Florida 06 Phone: 9 98-6 Internet: www.catauto.com The RLS-000B provides a method to connect

More information

Exclusive 2.5 GHz Frequency Counter

Exclusive 2.5 GHz Frequency Counter Exclusive 2.5 GHz Frequency Counter with blue 2 x 16 LCD display This manual will guide you how to assemble, test and tune this frequency counter KIT. Features: Frequency range from 5 MHz to 2.5GHz Factory

More information

Sprinkler Controller Assembly Manual

Sprinkler Controller Assembly Manual Sprinkler Controller Assembly Manual V1.0 Doug Jackson VK1ZDJ September 2010 Licence The Sprinkler Controller Design, PCB layout, Manual, and Firmware is Copyright 2010, by Douglas Jackson, VK1ZDJ. This

More information

Installation/assembly manual for DCC/Power shield

Installation/assembly manual for DCC/Power shield Installation/assembly manual for DCC/Power shield The DCC circuit consists of the following components: R1/R6 R2/R3 R4/R5 D1 C2 2 kω resistor ½ Watt (colour code Red/Black/Black/Brown/Brown) 10 kω resistor

More information

Shack Clock kit. U3S Rev 2 PCB 1. Introduction

Shack Clock kit. U3S Rev 2 PCB 1. Introduction Shack Clock kit U3S Rev 2 PCB 1. Introduction Thank you for purchasing the QRP Labs Shack Clock kit. This clock uses the Ultimate3S QRSS/WSPR kit hardware, but a different firmware version. It can be used

More information

Reverse DDS Kit Construction

Reverse DDS Kit Construction Reverse DDS Kit Construction This kit is only recommended for home constructors experienced with Surface Mount construction so these notes are for guidance only. Mark out and drill the holes for the SMA

More information

PP-BOB2-V1.0 PARALLEL PORT BREAKOUT BOARD

PP-BOB2-V1.0 PARALLEL PORT BREAKOUT BOARD PP-BOB2-v1 PARALLEL PORT BREAKOUT BOARD Document: Operation Manual Document #: T17 Document Rev: 2.0 Product: PP-BOB2-v1.0 Product Rev: 1.0 Created: March, 2013 Updated: Dec, 2014 THIS MANUAL CONTAINS

More information

TIME WIZARD MULTI CLOCK DIVIDER BUILDING GUIDE

TIME WIZARD MULTI CLOCK DIVIDER BUILDING GUIDE TIME WIZARD MULTI CLOCK DIVIDER BUILDING GUIDE Table of Contents 0. Components List + Tools 0. PCB Sides 03. PCB Assembly 04_. Diode N448 04_. Laying Resistors 04_3. Capacitors 04_4. Quartz 04_5. 78L05

More information

Dwarf Boards. DB021 : L298 dual motor driver

Dwarf Boards. DB021 : L298 dual motor driver Dwarf Boards DB021 : L298 dual motor driver (c) Van Ooijen Technische Informatica version 1.0 PICmicro, In-Circuit Serial Programming and ICSP are registerd trademarks of Microchip Technology Inc. Introduction

More information

A Micropower, 2-channel, ksps, Serial-Output 12-bit SAR ADC

A Micropower, 2-channel, ksps, Serial-Output 12-bit SAR ADC A Micropower, 2-channel, 187.5-ksps, Serial-Output 12-bit SAR ADC FEATURES Quick and easy Interface to computer for evaluation via Touchstone Viperboard and USB cable Input BNC connection On-board +3.3V

More information

Construction Construction Instructions

Construction Construction Instructions Semi-Virtual Diskette SVD Construction Construction Instructions PCB version 2.0 September 2004 Eric J. Rothfus Table of Contents Table of Contents... i Parts List...1 Construction Overview...5 PCB Construction...

More information

KNIGHT S GALLOP ALGO-RHYTHMIC GENERATOR BUILDING GUIDE

KNIGHT S GALLOP ALGO-RHYTHMIC GENERATOR BUILDING GUIDE KNIGHT S GLLOP LGO-RHYTHMIC GENERTOR UILDING GUIDE Table of Contents 01. Components List + Tools 02. PC Sides 03. Important Note 04. Top PC ssembly 04_1. Diode 1N4148 04_2. Laying Resistors 04_3. Zenner

More information

ON4AKH Antenna Rotator controller Version 1.0

ON4AKH Antenna Rotator controller Version 1.0 ON4AKH Antenna Rotator controller Version 1.0 1. Some construction tips The project consists out of 3 boards. The 1 st board is the main board containing the PIC micro controller and the H-bridge components

More information

EasyAVR6 Development System

EasyAVR6 Development System EasyAVR6 Development System Part No.: MPMICRO-AVR-Devel-EasyAVR6 Overview EasyAVR6 is a development system that supports a wide range of 8-, 14-, 20-, 28- and 40-pin AVR MCUs. EasyAVR6 allows AVR microcontrollers

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

Soartronic IOIO UART interface v2e assembly manual.

Soartronic IOIO UART interface v2e assembly manual. Soartronic IOIO UART interface v2e assembly manual www.soartronic.com 1 This manual is for both IOIO v1 and IOIO-OTG Components assembled should look like this: components marked with RED arrows have polarity,

More information

MP3 audio amplifier. Build Instructions. Issue 2.0

MP3 audio amplifier. Build Instructions. Issue 2.0 MP3 audio amplifier Build Instructions Issue 2.0 Build Instructions Before you put any components in the board or pick up the soldering iron, just take a look at the Printed Circuit Board (PCB). The components

More information

Freescale Semiconductor, I

Freescale Semiconductor, I M68HC705X4PGMR/D1 August 1991 M68HC705X4 PROGRAMMER BOARD (REVision A PWBs only) INTRODUCTION This application note describes the programming technique used to program and verify the XC68HC705X4 microcontroller

More information

USER S MANUAL VER.1. C11G- MULTIFUNTCION CNC BOARD Rev. 9

USER S MANUAL VER.1. C11G- MULTIFUNTCION CNC BOARD Rev. 9 USER S MANUAL VER.1 C11G- MULTIFUNTCION CNC BOARD Rev. 9 MARCH, 2017 User s Manual Page i USER'S MANUAL TABLE OF CONTENTS Contents Page # 1.0 OVERVIEW... 1 2.0 FEATURES... 1 3.0 SPECIFICATIONS... 2 4.0

More information

RKP08 Component List and Instructions

RKP08 Component List and Instructions RKP08 Component List and Instructions PCB layout Constructed PCB RKP08 Scematic RKP08 Project PCB Page 1 Description The RKP08 project PCB has been designed to use PIC microcontrollers such as the Genie

More information

Micro USB Lamp Kit ESSENTIAL INFORMATION. Version 2.0 DESIGN A STYLISH LAMP WITH THIS

Micro USB Lamp Kit ESSENTIAL INFORMATION. Version 2.0 DESIGN A STYLISH LAMP WITH THIS ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS DESIGN A STYLISH LAMP WITH THIS Micro USB Lamp Kit Version 2.0 Build Instructions Before

More information

EasyPIC5 Development System

EasyPIC5 Development System EasyPIC5 Development System Part No.: MPMICRO-PIC-Devel- EasyPIC5 Overview EasyPIC5 is a development system that supports over 120 8-, 14-, 18-, 20-, 28- and 40-pin PIC MCUs. EasyPIC5 allows PIC microcontrollers

More information

USB RELAY MODULE WITH ANALOG AND GPIO INTERFACE

USB RELAY MODULE WITH ANALOG AND GPIO INTERFACE USB RELAY MODULE WITH ANALOG AND GPIO INTERFACE WWW.NUMATO.COM 1 Numato Labs WWW.NUMATO.COM Table of Contents 1. Introduction 2. Electrical Specification 3. Wiring Details 4. Using the Module 5. Command

More information

M68HC705L4 PROGRAMMER BOARD APPLICATION NOTE

M68HC705L4 PROGRAMMER BOARD APPLICATION NOTE M68HC705L4PGMR JUNE 1992 M68HC705L4 PROGRAMMER BOARD (REVision A PWBs only) APPLICATION NOTE INTRODUCTION This application note describes the programming technique used to program and verify the XC68HC705L4

More information

C10S- PARALLEL PORT INTERFACE CARD Rev. 1.4

C10S- PARALLEL PORT INTERFACE CARD Rev. 1.4 USER S MANUAL VER.1 C10S- PARALLEL PORT INTERFACE CARD Rev. 1.4 SEPTEMBER, 2016 User s Manual Ver.1 Page i USER'S MANUAL TABLE OF CONTENTS Page # 1. OVERVIEW... 1 2. FEATURES... 1 3. SPECIFICATIONS...

More information

Opencockpits Modules (OCM) Manual

Opencockpits Modules (OCM) Manual Opencockpits Modules (OCM) Manual for the Level-D 767 Version 10.6.2, February 25, 2015 for Windows Vista, or higher Copyright 2007-2015, Nico W. Kaan, Delft, Netherlands, All Rights reserved. No part

More information

C50- PARALLEL PORT INTERFACE CARD Rev. 1

C50- PARALLEL PORT INTERFACE CARD Rev. 1 C50- PARALLEL PORT INTERFACE CARD Rev. 1 User manual 1. Overview This card provides an easy way of interfacing your inputs and outputs from you parallel port. It provides terminals for the connections

More information

AVR-M Rev 5 ASSEMBLY

AVR-M Rev 5 ASSEMBLY AVR-M Rev 5 ASSEMBLY The AVR_M is a very compact self contained Atmel AVR mcu controller board. It includes an onboard serial programmer (via PC com port), an I2C eeprom and can use a Mega163, Mega16 or

More information

M1000 INTELLIGENT ZONE CONTROL SYSTEM

M1000 INTELLIGENT ZONE CONTROL SYSTEM HARDWARE GUIDE DIMENSIONS & SPECIFICATIONS REV. 5.2 M1000 INTELLIGENT ZONE CONTROL SYSTEM ROOFTOP CONTROLLER 2 Table of Contents GENERAL INFORMATION... 3 PL-M1000 Rooftop Controller...3 Description...3

More information

AN4373 Application note

AN4373 Application note Application note Galvanically-isolated 8 channel high-side driver based on the ISO8200B and ISO8200BQ Introduction The STEVAL-IFP015V2 and STEVAL-IFP033V1 evaluation boards work in combination with the

More information

Assembly Instructions for the KA Electronics Elliptic Equalizer

Assembly Instructions for the KA Electronics Elliptic Equalizer Assembly Instructions for the KA Electronics Elliptic Equalizer Install IC sockets Elliptic Equalizer PC Board Stuffing Guide Place the PC Board on the work bench silkscreen side face up. Place twelve

More information

Sierra Radio Systems. HamStack. Project Board Reference Manual V1.0

Sierra Radio Systems. HamStack. Project Board Reference Manual V1.0 Sierra Radio Systems HamStack Project Board Reference Manual V1.0 Welcome HamStack Project Board Reference Manual Revision 1.0.3 2011 George Zafiropoulos, KJ6VU and John Best, KJ6K This guide provides

More information

ELEMENTZ ENGINEERS GUILD PVT LTD. Embedded Module Manufacturers and Distributors

ELEMENTZ ENGINEERS GUILD PVT LTD. Embedded Module Manufacturers and Distributors ELEMENTZ ENGINEERS GUILD PVT LTD Embedded Module Manufacturers and Distributors USBPICPROG USER GUIDE Contents Overview 1 Features and Applications 2 Module SnapShot 3 Connection Details 4 Hardware Description........................

More information

Mini-TNC Rev 0711 is designed exclusively to work as an APRS TNC.

Mini-TNC Rev 0711 is designed exclusively to work as an APRS TNC. Fox Delta Amateur Radio Projects & Kits Mini-TNC Technical Details and Schematic: Mini-TNC - A 1200-Baud Packet TNC Rev. 0711 Completed Mini-TNC: Mini-TNC Rev 0711 is designed exclusively to work as an

More information

CORTEX Microcontroller and Joystick User Guide

CORTEX Microcontroller and Joystick User Guide This is a User Guide for using the VEX CORTEX Microcontroller and VEX Joystick. Refer to the VEX Wiki (http://www.vexforum.com/wiki/index.php/vex_cortex_microcontroller) for updates to this document. 1.

More information

USB board Mk2 INSTRUCTION MANUAL

USB board Mk2 INSTRUCTION MANUAL USB board Mk2 INSTRUCTION MANUAL Revision 0, December 2017 This manual comprises introducing information on use and performance of this device. For more information please refer to the Audial web site,

More information

Ocean Controls KT-5190 Serial Stepper Motor Controller

Ocean Controls KT-5190 Serial Stepper Motor Controller Ocean Controls KT-5190 Serial Stepper Motor Controller Controls 4 Stepper Motors Simultaneously RS-232 9600, 8N1 ASCII Serial Controlled Add more units to control up to 16 Motors Up to 6.3KHz Max Stepping

More information

Dwarf Boards. DB057 : 40-pin controller board

Dwarf Boards. DB057 : 40-pin controller board Dwarf Boards DB057 : 40-pin controller board PICmicro, In-Circuit Serial Programming and ICSP are registered trademarks of Microchip Technology Inc. DB057 for USB PIC DB057 for non-usb PIC Introduction

More information

DMX CONTROLLED RELAY K8072

DMX CONTROLLED RELAY K8072 Total solder points: 167 Difficulty level: beginner 1 2 3 4 5 advanced DMX CONTROLLED RELAY K8072 f the means o ol. y b y la a re 2 protoc Control DMX51 wn well-kno ILLUSTRATED ASSEMBLY MANUAL Total solder

More information

USER S MANUAL C10- PARALLEL PORT INTERFACE CARD

USER S MANUAL C10- PARALLEL PORT INTERFACE CARD USER S MANUAL C10- PARALLEL PORT INTERFACE CARD Rev. 10 June, 2012 USER'S MANUAL TABLE OF CONTENTS Page # 1. OVERVIEW... 1 2. FEATURES... 1 3. SPECIFICATIONS... 2 4. BOARD DESCRIPTION... 3 Using configuration

More information

AP3156 Evaluation Module

AP3156 Evaluation Module Features V IN Range: 2.7V to 5.5V Fully Programmable Current with Single Wire - 32-Step Logarithmic Scale - 20/25mA Max Current per Channel - Four Low Current Settings Down to 50μA - Low IQ (50μA) for

More information

Tech. Information Document: PIC18F4550 Dual Channel HF/VHF SWR Meter with USB. This project is developed for Amateur Radio Community by:

Tech. Information Document: PIC18F4550 Dual Channel HF/VHF SWR Meter with USB. This project is developed for Amateur Radio Community by: Fox Delta Amateur Radio Projects & Kits FD- SWM3-0915 Tech. Information Document: PIC18F4550 Dual Channel HF/VHF SWR Meter with USB This project is developed for Amateur Radio Community by: Antonio Alfinito

More information

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd.

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd. PR8-B RFID: Read and Display V2010 Version 1.1 Sept 2010 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

Ocean Controls KTA-224 Modbus IO Module

Ocean Controls KTA-224 Modbus IO Module Ocean Controls Ocean Controls 8 Relay outputs (5A, 250VAC contacts) 4 Opto-Isolated Inputs with counters 3 Analog Inputs (10 bit) jumperselectable for 0-5V or 0-20mA 4 Input Counters RS485 or USB (virtual

More information

Operating Hardware Manual

Operating Hardware Manual USB--IC Conversion Kit for HDJD-JD Operating Hardware Manual Introduction The USB--IC kit is a simple conversion board, which allows USB connectivity for existing Illumination & Color Management (ICM)

More information

Evaluation Board for CS8130

Evaluation Board for CS8130 Features Evaluation Board for CS8130 ldesigned to conform to IrDA Physical Layer Specification linterfaces to PC Serial Port loperates from +2.7 V to 5.5 V Power Supply lincludes Evaluation Software Description

More information

CEIBO FE-51RD2 Development System

CEIBO FE-51RD2 Development System CEIBO FE-51RD2 Development System Development System for Atmel AT89C51RD2 Microcontrollers FEATURES Emulates Atmel AT89C51RD2 60K Code Memory Real-Time Emulation Frequency up to 40MHz / 3V, 5V ISP and

More information

MK5 5-Axis Controller

MK5 5-Axis Controller MK5 5-Axis Controller Technical Reference Manual PCB Rev 1.0 2010 SOC Robotics, Inc. 1 Manual Rev 0.91 Introduction The MK5 is a 5-Axis breakout board that accepts the MM120, MM130, MM133 or MM220 stepper

More information

Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3

Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3 1. Introduction Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3 Thank you for purchasing this QRP Labs Shack Clock kit. The kit uses the same PCB and bag of components as some other QRP Labs kits.

More information

Opencockpits Modules (OCM) Manual

Opencockpits Modules (OCM) Manual Opencockpits Modules (OCM) Manual for PSX Version 1.1, March 27, 2018 for Windows Vista, or higher Powered by PSXseecon Copyright 2015-2018, Nico W. Kaan, Delft, Netherlands, All Rights reserved. No part

More information

Instructions manual / DPC Touch Firmware Upgrade 1. DPC Touch Firmware Upgrade SERVICE MANUAL

Instructions manual / DPC Touch Firmware Upgrade 1. DPC Touch Firmware Upgrade SERVICE MANUAL Instructions manual / DPC Touch Firmware Upgrade 1 DPC Touch Firmware Upgrade SERVICE MANUAL Instructions manual / DPC Touch Firmware Upgrade 2 IMPORTANT The tool delivered with this manual may have been

More information

Cumbria Designs T-1. C-1 Controller. User Manual

Cumbria Designs T-1. C-1 Controller. User Manual Cumbria Designs T-1 C-1 Controller User Manual CONTENTS 1 INTRODUCTION 2 2 CIRCUIT DESCRIPTION 2 3 ASSEMBLY 3 4 CONNECTIONS AND CONFIGURATION 4 5 TESTING 6 Appendix A C-1 Circuit Diagram and PCB Component

More information

ES-362U PRESETTABLE MASTER TIMER

ES-362U PRESETTABLE MASTER TIMER 142 SIERRA ST., EL SEGUNDO, CA 90245 USA (310)322-2136 FAX (310)322-8127 www.ese-web.com ES-362U PRESETTABLE MASTER TIMER OPERATION AND MAINTENANCE MANUAL The ES-362U is a four digit, presettable 100 minute

More information

DELUXE STEREO AMPLIFIER KIT

DELUXE STEREO AMPLIFIER KIT ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN SPEAKER DOCK WITH THIS DELUXE STEREO AMPLIFIER KIT Version 2.0 Build Instructions

More information

Evaluate: MAX14589E/MAX14594E/ MAX MAX14589E/MAX14594E/ MAX14689 Evaluation Kits. Features and Benefits. General Description.

Evaluate: MAX14589E/MAX14594E/ MAX MAX14589E/MAX14594E/ MAX14689 Evaluation Kits. Features and Benefits. General Description. Evaluation Kits General Description The MAX14589E/MAX14594E/ evaluation kits (EV kits) are fully assembled and tested circuit boards that demonstrate the functionality of the MAX14589E, MAX14594E, and

More information

ic-ht EVAL HT1D EVALUATION BOARD DESCRIPTION

ic-ht EVAL HT1D EVALUATION BOARD DESCRIPTION Rev A2, Page 1/12 ORDERING INFORMATION Type Order Designation Description Options Evaluation Board ic-ht EVAL HT1D ic-ht Evaluation Board ready to operate, accessible through GUI via USB including USB

More information

SM010, Assembly Manual PCB Version 1.0

SM010, Assembly Manual PCB Version 1.0 180 SM010, Assembly Manual MATRIXARCHATE 16 8 IO SEQUENTIAL MATRIX SIGNAL ROUTER SM010 1 2 1 2 3 4 5 3 4 5 6 7 8 9 10 11 12 6 7 8 9 10 11 12 13 14 15 16 PROGRAM A B C D E F G H f1 f2 20.000 180 SSSR Labs

More information

ST SPC58 B Line Emulation Adapter System

ST SPC58 B Line Emulation Adapter System _ V1.1 Hardware Reference ST SPC58 B Line Emulation Adapter ST SPC58 B Line Emulation Adapter System ST SPC58 B line emulation adapter primary use case is providing Nexus trace functionality for the SPC58

More information

C11G- MULTIFUNTCION CNC BOARD Rev. 8.2

C11G- MULTIFUNTCION CNC BOARD Rev. 8.2 C11G- MULTIFUNTCION CNC BOARD Rev. 8.2 User manual Rev. 2 1. Overview This card has been designed to provide a flexible interface and functions to your computer projects, by using the parallel port control

More information

Evaluates: EV Kits Requiring SPI/ Parallel to USB Interface. INTF3000 Interface Board. General Description. Quick Start. Benefits and Features

Evaluates: EV Kits Requiring SPI/ Parallel to USB Interface. INTF3000 Interface Board. General Description. Quick Start. Benefits and Features INTF3000 Interface Board Evaluates: EV Kits Requiring SPI/ Parallel to USB Interface General Description The INTF3000 interface board is designed to facilitate the interfacing of Maxim s evaluation kit

More information

8 CHANNEL USB RELAY CARD

8 CHANNEL USB RELAY CARD 8 CHANNEL USB RELAY CARD Use your computer USB port to connect to the outside world. Total solder points: 363 Difficulty level: beginner 1 2 3 4 5 advanced K8090 ILLUSTRATED ASSEMBLY MANUAL H8090IP-1 Features

More information

Insert the male, 90 angled, 2x10 connectors into the corresponding 2x10 sockets and put them in place, flat under the PCB. Solder.

Insert the male, 90 angled, 2x10 connectors into the corresponding 2x10 sockets and put them in place, flat under the PCB. Solder. MC624 Assembly guide Safety warning The kits are main powered and use potentially lethal voltages. Under no circumstance should someone undertake the realisation of a kit unless he has full knowledge about

More information

HomeVision-Pro Overview for HomeVision Users

HomeVision-Pro Overview for HomeVision Users HomeVision-Pro Overview for HomeVision Users This document has two main purposes: 1. To describe the main differences between HomeVision and HomeVision-Pro. 2. To assist HomeVision users in converting

More information

Assembly Guide. LEDs. With these assembly instructions, you can easily build your own SWT16. All required components are included in this kit.

Assembly Guide. LEDs. With these assembly instructions, you can easily build your own SWT16. All required components are included in this kit. Assembly Guide With these assembly instructions, you can easily build your own SWT16. All required components are included in this kit. You need the following tools: soldering iron, wire cutter and solder.

More information