Manual. Specifications. Contents. Options

Size: px
Start display at page:

Download "Manual. Specifications. Contents. Options"

Transcription

1 Page 1 ATE-501: USB Input Controller - 8 Inputs The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system to your requirements. The ATE-501 is an input controller with 8 protected inputs. It can be controlled with ASCII commands via USB. Specifications 8 Inputs with 10K pull-up resistors Inputs are protected to 30Vdc max. 8 Inputs can measure analog and digital signals Connections via screw terminals Arduino software compatible Control with ASCII commands USB virtual COM with FTDI adapter or cable Powered via USB Dimensions 10 x 8 x 2 cm (approx.) Open source hardware and software Made in Holland Contents The ATE-501 includes: ATE-101 Carrier Board with Arduino Pro Mini and ATE-501 Sketch firmware ATE-202 Input Boards with 8 inputs Options The ATE-501 has the following options: USB Basic FTDI Adapter 5V (SFE09716) USB FTDI Cable 5V (SFE09718) Enclosure Hammond 1598B Enclosure Sparkfun Project Case (SFE08601 or SFE08632)

2 Page 2 Assembly The ATE-501 USB Input Controller consists of ATE-101 and ATE-202, which should be assembled as shown on the picture. Connections The ATE-202 Input Board has 8 inputs and one common connected to ground. The board can be used to measure analog and digital signals. Analog 0V until +5Vdc. In the firmware digital logical level 0 is set at +0,5Vdc or less and logical level 1 at +2Vdc or more. The inputs have a 10K pull-up resistor to +5Vdc. A switch contact can be connected directly between input and GND (dry contact input). Also an open collector output can be connected directly to the input. For USB connection the FTDI Basic USB Board can be used or the FTDI USB Cable.

3 Page 3 FTDI Basic USB Board 5V Power Gnd Input 1 Input 2 Input 3 Input 4 Input 5 Input 6 Input 7 Input 8

4 Page 4 When an FTDI Cable is used make sure the green wire is connected to the pin indicated GRN and the black wire to the pin indicated BLK. FTDI USB Cable 5V Power Gnd Input 1 Input 2 Input 3 Input 4 Input 5 Input 6 Input 7 Input 8 Power input is not connected. Power input can be used as an alternative input to supply power to the Arduino Pro Mini. In this case jumpers on both boards must be changed. See the schematics for information on jumper settings. The analog inputs use the power supply of the microcontroller as reference. If you need a more stable reference, you can use this Power input to supply only the microcontroller. Power Supply The ATE-501 is powered via USB. The input board and Arduino Pro Mini have a power on led. Jumper settings At delivery the jumpers on both boards are by default set for USB power via the input board. The jumpers settings should be as on the photos above: ATE-101: 4-35V ATE-202: 5-65V, 9-10 USB

5 Page 5 ATE-501 Tester The ATE-501 Tester is a Windows program which can be used to test the controller. This software and source code can be downloaded from When an FTDI USB Board or cable is connected for the first time, Windows will install the driver and will give it a port number. After opening the Tester, type in this port number and click on Open. If you do not know the port number, you can click on List Ports and you will see the available port(s). The Tester will read the inputs continuously and show the results. For the inputs, green indicates contact is closed and red indicates contact is open. Communicating with the Controller The Address and Baud Rate of the unit can be set and are stored in the controller s memory. By default the controller is listening for serial data at 9600 baud, and has address 00. The controller will always use 1 Stop Bit, 8 Data Bits and No Parity. The commands the controller uses are in the CC X<CR> symbol is used to define the start of a command. AA is the address of the unit from 00 to 99. CC is a two letter command used to determine the command type. X is a one or more characters which determines the parameter for the command. <CR> is the carriage return character. This is ASCII character 13, or 0x0d. Each time a valid command is received the unit will respond with #AA followed by any values that are requested from the unit.

6 Page 6 AI: Analog Input Command The analog input command will read the status of the analog input defined by the parameter and return it as a value between 0 and AI 1 will return # if the analog input is reading 50%. If the parameter is 0 then the unit will respond with the value of all analog inputs. DS: Digital Status Command This command will return the digital status of the analog inputs (ATE-202 on CON2). If the parameter is between 1 and 8 then the controller will return a 0 or 1 corresponding to that input. DS 1 will return #441 if the input is closed (<0.5V), or #440 if the input is open (>2V). If the parameter is 0 then the unit will respond with the status of all the inputs. The parameter of the status response is a decimal number which, in binary, represents the 0 and 1 status of the 8 relays. The least significant bit of this value of input 1. The most significant bit of the parameter is of input 8. E.g.: If inputs 1 and 2 for the unit are on DS 0 will return # is 0011 in binary, and each bit represents each input from 4 down to 1. IS: Input Status Command This command is the same as Digital Status Command. SA: Set Address Addresses are valid from A unit will only respond if its address in memory is the same as that of the command sent, or if the address of the command sent is 00. The address is saved to non-volatile memory inside the controller, meaning it will be preserved even after power is disconnect from the controller. SB: Set Baud Parameters from 1 to 10 are valid, corresponding to the following values. 1: 1200 baud 6: baud 2: 2400 baud 7: baud 3: 4800 baud 8: baud 4: 9600 baud (default) 9: baud 5: baud 10: baud The baud rate is saved to non-volatile memory inside the controller, meaning it will be preserved even after power is disconnect from the controller.

7 Page 7 Serial Terminal Program You can use a serial terminal program to communicate with the controller. One of the popular Windows terminal programs is Tera Term. It can be downloaded from When you have connected the controller to the PC and you start Tera Term, you will get the following screen. If you select Serial you can select the port you are using. After OK you get an empty screen. Default speed is 9600baud. When you push the reset button on the Arduino microcontroller, then after a few seconds the version of the firmware will appear.

8 Page 8 To be able to see the commands you are typing, you need to change the terminal setup. Click on Setup and Terminal Set New-Line Transmit to CR+LF and switch Local echo on. Click on OK. If you now type a command, you will see it on the screen. To read the digital status of analog input 1, you can After Enter the I/O controller will respond with #00 and the status. When the input is open the status is 0. When the input is closed to GND, the status is 1.

9 Page 9 Loading new firmware The ATE-501 uses the Arduino Pro Mini (5V) which is an Atmel ATmega328 microcontroller with Arduino bootloader. The Arduino is loaded with ATE-501 Sketch. The source code can be downloaded from You are free to modify the code. You can load the modified code or any other code via USB into the Arduino Pro Mini with the Arduino development environment, available at Before loading it is recommended to place the 10-9 Auto Reset jumper on the ATE-101 Carrier Board.

10 Page 10 Enclosures ATE-501 in Sparfun Project Case (available in black or transparent) ATE-501 in Hammond 1598B

Manual 601: : USB/RS232. Specifications. Contents. Options

Manual 601: : USB/RS232. Specifications. Contents. Options Page 1 ATE-601 601: : USB/RS232 I/O Controller - 8 Inputs, 4/8 Relays The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system

More information

Serial Basic Hookup Guide

Serial Basic Hookup Guide Page 1 of 7 Serial Basic Hookup Guide Introduction The Serial Basic is an easy to use USB to Serial adapter based on the CH340G IC from WCH. It works with 5V and 3.3V systems and should auto install on

More information

EARTH PEOPLE TECHNOLOGY. VISIPORT 2 USB To Serial Adapter User Manual

EARTH PEOPLE TECHNOLOGY. VISIPORT 2 USB To Serial Adapter User Manual EARTH PEOPLE TECHNOLOGY VISIPORT 2 USB To Serial Adapter User Manual The VisiPort 2 is a USB To Serial Adapter Module that is compact in size and programs any Arduino. It's small size allows it to fit

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

An FTDI connection: The ATtiny microcontrollers don t have a hardware UART External Crystal header pins for an optional crystal

An FTDI connection: The ATtiny microcontrollers don t have a hardware UART External Crystal header pins for an optional crystal Getting Started with the T-Board The T-Board modules were designed to speed up your AVR prototyping. This guide will show you just how quickly you can get up and running with the Hello World for microcontrollers

More information

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front Arduino Uno Arduino Uno R3 Front Arduino Uno R2 Front Arduino Uno SMD Arduino Uno R3 Back Arduino Uno Front Arduino Uno Back Overview The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet).

More information

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags S125 Multi-Purpose 125 KHz RFID Reader 44 mm USER MANUAL MULTI PURPOSE 84 mm ONLINE & OFFLINE MODE BUILT-IN RELAY 125 KHz RFID EM4100/2 Cards & Tags 9V/24V DC Operating Voltage, AC (optional) 3 Online

More information

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT I Contents Overview TA0139... 1 Getting started: Arduino 2 Wheel Drive Wireless Bluetooth Robot Kit using Arduino UNO... 1 2.1. What

More information

ARDUINO MINI 05 Code: A000087

ARDUINO MINI 05 Code: A000087 ARDUINO MINI 05 Code: A000087 The Arduino Mini is a very compact version of the Arduino Nano without an on board USB to Serial connection The Arduino Mini 05 is a small microcontroller board originally

More information

USB Type A Female Breakout Hookup Guide

USB Type A Female Breakout Hookup Guide Page 1 of 7 USB Type A Female Breakout Hookup Guide Introduction If you have a microcontroller that can act as a USB host, then you will need a way to plug in USB cables and devices. The USB Type A Female

More information

Lab 2.2 Ohm s Law and Introduction to Arduinos

Lab 2.2 Ohm s Law and Introduction to Arduinos Lab 2.2 Ohm s Law and Introduction to Arduinos Objectives: Get experience using an Arduino Learn to use a multimeter to measure Potential units of volts (V) Current units of amps (A) Resistance units of

More information

BV4505. IASI-Keypad Controller. Product specification. January 2009 V0.a. ByVac Page 1 of 13

BV4505. IASI-Keypad Controller. Product specification. January 2009 V0.a. ByVac Page 1 of 13 Product specification January 2009 V0.a ByVac Page 1 of 13 Contents 1. Introduction...3 2. Features...3 3. Electrical Specification...3 3.1. Keypad Interface...3 4. Key Values Returned...3 5. Factory Reset...3

More information

OpenBAS Arduino Query protocol

OpenBAS Arduino Query protocol OpenBAS Arduino Query protocol In version 2.70.0 this new protocol has been added on the following communication ports: USB COM1 COM2 In communication ports COM1 and COM2 it can be selected in the system

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

BV4531U. I2C or Serial 6 Way Relay

BV4531U. I2C or Serial 6 Way Relay BV4533 Date February 2018 11 Feb. 2018 Firmware Revision 1.0.4 Preliminary 1.1.0 Serial Updated I2C or Serial 6 Way Relay 3 Sep. 2018 1.1.0 I2C corrections, trigger is not used Introduction This is an

More information

MemoryKeyerV2.0.ino (AtoM.h, MtoA.h, Canned.h)

MemoryKeyerV2.0.ino (AtoM.h, MtoA.h, Canned.h) MemoryKeyerV2.0.ino (AtoM.h, MtoA.h, Canned.h) This is an Arduino sketch that acts as an iambic memory keyer for amateur radio use. It can easily be constructed in a Standard Arduino Enclosure (Altoids

More information

ARDUINO MEGA 2560 REV3 Code: A000067

ARDUINO MEGA 2560 REV3 Code: A000067 ARDUINO MEGA 2560 REV3 Code: A000067 The MEGA 2560 is designed for more complex projects. With 54 digital I/O pins, 16 analog inputs and a larger space for your sketch it is the recommended board for 3D

More information

OpenBAS Arduino Query protocol

OpenBAS Arduino Query protocol OpenBAS Arduino Query protocol In version 2.70.1 this new protocol has been added on the following communication ports: USB COM1 COM2 Ethernet (Via Telnet port 23) In communication ports COM1 and COM2

More information

REQUIRED MATERIALS Epiphany-DAQ board Wire Jumpers Switch LED Resistors Breadboard Multimeter (if needed)

REQUIRED MATERIALS Epiphany-DAQ board Wire Jumpers Switch LED Resistors Breadboard Multimeter (if needed) Page 1/6 Lab 1: Intro to Microcontroller Development, 06-Jan-16 OBJECTIVES This lab will introduce you to the concept of developing with a microcontroller while focusing on the use of General Purpose Input/Output

More information

ARDUINO UNO REV3 SMD Code: A The board everybody gets started with, based on the ATmega328 (SMD).

ARDUINO UNO REV3 SMD Code: A The board everybody gets started with, based on the ATmega328 (SMD). ARDUINO UNO REV3 SMD Code: A000073 The board everybody gets started with, based on the ATmega328 (SMD). The Arduino Uno SMD R3 is a microcontroller board based on the ATmega328. It has 14 digital input/output

More information

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

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

More information

USB-Based 14-Channel Data-Acquisition Module

USB-Based 14-Channel Data-Acquisition Module USB-Based 14-Channel Data-Acquisition Module DLP-IO14 LEAD FREE FEATURES: 14 IO s: 0-5V Analog, Digital In/Out, Temperature Two Bipolar Analog Inputs; ±5V Input Range Max All Analog Inputs: Up to 30Ksps

More information

Programming adapters for BLHeli

Programming adapters for BLHeli - 1 - v1.1 Programming adapters for BLHeli This document describes the various adapters that can be used together with the BLHeliSuite PC based software for flashing and programming parameters of BLHeli

More information

Dual Serial Shield User Manual

Dual Serial Shield User Manual Dual Serial Shield User Manual PN: 2050 Berkshire Products, Inc. Phone: 770-271-0088 http://www.bkp-store.com/ Rev: 1.00 Copyright 2013 Table of Contents 1 Introduction... 2 1.1 XB compatibility... 2 2

More information

USER S MANUAL VER.1. C10D- PARALLEL PORT INTERFACE CARD BOARD Rev. 1

USER S MANUAL VER.1. C10D- PARALLEL PORT INTERFACE CARD BOARD Rev. 1 USER S MANUAL VER.1 C10D- PARALLEL PORT INTERFACE CARD BOARD Rev. 1 MARCH 2018 User s Manual Page i USER'S MANUAL TABLE OF CONTENTS Contents Page # 1.0 OVERVIEW... iii 2.0 FEATURES... iii 3.0 SPECIFICATIONS...

More information

Analog signal to RS485 or RS232 Converter, A/D Converter

Analog signal to RS485 or RS232 Converter, A/D Converter Analog signal to RS485 or RS232 Converter, A/D Converter Features: Analog signal acquisition, isolated RS-485/232 output 12-bit AD converter, testing accuracy>0.1% Can be remotely reconfigured for modules

More information

RFID Read/Write Module, Serial (#28440) RFID Read/Write Module, USB (#28540)

RFID Read/Write Module, Serial (#28440) RFID Read/Write Module, USB (#28540) 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

CoolMaster Programmers Reference Manual (PRM)

CoolMaster Programmers Reference Manual (PRM) CoolMaster Programmers Reference Manual (PRM) CoolMaster Interface Adapter for VRV, VRF Air Conditioning Systems Cool Master 1000D Cool Master 2000S Cool Master 3000T Cool Master 4000M Version 3.0 8/12/2009

More information

DEMO XTR-8LR100 DEMO XTR-8LR10 User Manual

DEMO XTR-8LR100 DEMO XTR-8LR10 User Manual 0 Picture 1: Demo board XTR-8LR100 Picture 2: Demo board XTR-8LR10 DEMO-BOARD XTR-8LR100 (Picture 1) e DEMO-BOARD XTR-8LR10 (Picture 2) is an evaluation board of the transceiver module XTR-8LR100 and module

More information

BV4109. Serial LCD Controller. Product specification November ByVac 2006 ByVac Page 1 of 12

BV4109. Serial LCD Controller. Product specification November ByVac 2006 ByVac Page 1 of 12 Product specification November 2012 ByVac 2006 ByVac Page 1 of 12 IASI-LCD Module BV4108 Contents 1. Introduction...4 2. Features...4 3. Electrical interface...4 3.1. Serial...4 3.2. Factory...4 3.3. LCD

More information

Updating Reader Firmware

Updating Reader Firmware SWH-xxxx Readers Updating Reader Firmware Version C0 Document Part Number UM-096 July 2012 OVERVIEW This document describes how to download new firmware to Software House SWH-4xxx readers. The procedure

More information

SeriBox. antrax Datentechnik GmbH

SeriBox. antrax Datentechnik GmbH info@antrax.de SeriBox - Interface box with serial or USB interface - PC connection / Read IN and OUT signal information - 3 x INput (TTL level / floating contact) - 3 x OUTput (relay contact) Manual Firmware

More information

Freeduino USB 1.0. Arduino Compatible Development Board Starter Guide. 1. Overview

Freeduino USB 1.0. Arduino Compatible Development Board Starter Guide. 1. Overview Freeduino USB 1.0 Arduino Compatible Development Board Starter Guide 1. Overview 1 Arduino is an open source embedded development platform consisting of a simple development board based on Atmel s AVR

More information

keyestudio Keyestudio MEGA 2560 R3 Board

keyestudio Keyestudio MEGA 2560 R3 Board Keyestudio MEGA 2560 R3 Board Introduction: Keyestudio Mega 2560 R3 is a microcontroller board based on the ATMEGA2560-16AU, fully compatible with ARDUINO MEGA 2560 REV3. It has 54 digital input/output

More information

Figure 1. JTAGAVRU1 application The JTAGAVRU1 is supported by AVR Studio. Updated versions of AVR Studio is found on

Figure 1. JTAGAVRU1 application The JTAGAVRU1 is supported by AVR Studio. Updated versions of AVR Studio is found on JTAG AVR Emulator through USB Main Features AVR Studio Compatible Supports AVR Devices with JTAG Interface Emulates Digital and Analog On-Chip Functions Data and Program Memory Breakpoints Supports Assembler

More information

PS2 Controller Starter Kit SKPS

PS2 Controller Starter Kit SKPS PS2 Controller Starter Kit SKPS User s Manual V1.0 Oct 2008 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded

More information

Adafruit Metro Mini. Created by lady ada. Last updated on :12:28 PM UTC

Adafruit Metro Mini. Created by lady ada. Last updated on :12:28 PM UTC Adafruit Metro Mini Created by lady ada Last updated on 2018-01-24 08:12:28 PM UTC Guide Contents Guide Contents Overview Pinouts USB & Serial converter Microcontroller & Crystal LEDs Power Pins & Regulators

More information

Getting started with your DGH module:

Getting started with your DGH module: Getting started with your DGH module: This document contains step-by-step instructions to quickly connect and communicate with your new DGH modules. For most applications, new modules require a one-time

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

WiFi to RS-232 adapter user manual

WiFi to RS-232 adapter user manual WiFi to RS-232 adapter user manual WiFi to RS-232 adapter Package Contents: WiFi RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm) Total Package Weight: 126

More information

Product Specification for SAB-S-MODBUS

Product Specification for SAB-S-MODBUS SAB-S-MODBUS May 9, 2011 Product Specification for SAB-S-MODBUS The SAB-S-MODBUS is a two-channel module that measures single or multiple magnet transducer position and returns this information to a host

More information

ARDUINO UNO REV3 Code: A000066

ARDUINO UNO REV3 Code: A000066 ARDUINO UNO REV3 Code: A000066 The UNO is the best board to get started with electronics and coding. If this is your first experience tinkering with the platform, the UNO is the most robust board you can

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

USER S MANUAL VER.1. C10- PARALLEL PORT INTERFACE CARD BOARD Rev. 11

USER S MANUAL VER.1. C10- PARALLEL PORT INTERFACE CARD BOARD Rev. 11 USER S MANUAL VER.1 C10- PARALLEL PORT INTERFACE CARD BOARD Rev. 11 FEBRUARY, 2017 User s Manual Page i USER'S MANUAL TABLE OF CONTENTS Contents Page # 1.0 OVERVIEW... iii 2.0 FEATURES... iii 3.0 SPECIFICATIONS...

More information

The CW Machine Hardware

The CW Machine Hardware The CW Machine Hardware 2010 Ulrich H. Steinberg Contents Introduction...2 Connecting the Hardware...3 The Configuration Switches...5 Power Considerations...7 Serial Communication...8 Installing the USB-Serial

More information

BV4501 IASI Twin Relay. Product specification. December 2008 V0.a. ByVac Page 1 of 12

BV4501 IASI Twin Relay. Product specification. December 2008 V0.a. ByVac Page 1 of 12 IASI Twin Relay Product specification December 2008 V0.a ByVac Page 1 of 12 Contents 1. Introduction...4 2. Features...4 3. Electrical Specification...4 4. Factory Reset...4 5. IASI Command set...5 5.1.

More information

Kramer Electronics, Ltd. USER MANUAL. Model: PL-8. Low Voltage Relay Controller

Kramer Electronics, Ltd. USER MANUAL. Model: PL-8. Low Voltage Relay Controller Kramer Electronics, Ltd. USER MANUAL Model: PL-8 Low Voltage Relay Controller Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 2 4 Your PL-8 Low Voltage Relay Controller

More information

Laboratory 1 Introduction to the Arduino boards

Laboratory 1 Introduction to the Arduino boards Laboratory 1 Introduction to the Arduino boards The set of Arduino development tools include µc (microcontroller) boards, accessories (peripheral modules, components etc.) and open source software tools

More information

Sierra Radio Systems. Mesh Data Network. Reference Manual. Version 1.0

Sierra Radio Systems. Mesh Data Network. Reference Manual. Version 1.0 Sierra Radio Systems Mesh Data Network Reference Manual Version 1.0 Contents Hardware Xbee backpack board Xbee base station Xbee firmware configuration RS485 network power injector Protocol specification

More information

Omega MP. Multi-Programming Shield for Atmel Microcontrollers. User Manual

Omega MP. Multi-Programming Shield for Atmel Microcontrollers. User Manual Omega MP Multi-Programming Shield for Atmel Microcontrollers User Manual Ω - Omega MCU Systems Copyright 2012 Contents Introduction...2 Omega MP main features:...2 Getting Started...3 Assumptions...3 1.

More information

MP3 Trigger v2 User Guide

MP3 Trigger v2 User Guide Overview The MP3 Trigger v2 is a versatile, low-cost, low-power embedded audio unit that plays MP3 tracks directly from a FAT16-formatted microsd flash card to a stereo line-level 1/8 output jack, supporting

More information

SDM-8AO. Expansion Module 8 analog outputs. Manufactured for

SDM-8AO. Expansion Module 8 analog outputs. Manufactured for Version 1.0 16.05.2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

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

Module 003: Introduction to the Arduino/RedBoard

Module 003: Introduction to the Arduino/RedBoard Name/NetID: Points: /5 Module 003: Introduction to the Arduino/RedBoard Module Outline In this module you will be introduced to the microcontroller board included in your kit. You bought either An Arduino

More information

Thumb Joystick Retail. Tools and parts you'll need. Things you'll want to know. How does it work? Skill Level: Beginner. by MikeGrusin March 22, 2011

Thumb Joystick Retail. Tools and parts you'll need. Things you'll want to know. How does it work? Skill Level: Beginner. by MikeGrusin March 22, 2011 Thumb Joystick Retail Skill Level: Beginner by MikeGrusin March 22, 2011 Thank you for purchasing our Thumb Joystick! Whether you're blasting aliens or driving a robot, you'll find it a very useful addition

More information

DFS/Cutter. Debugging Communication Problems

DFS/Cutter. Debugging Communication Problems DFS/Cutter Technical Support Bulletin Debugging Communication Problems Abstract: This TSB is written to help users debug communication problems where the cutter appears to ignore everything the computer

More information

EHB Serial Bluetooth

EHB Serial Bluetooth Bluetooth to UART TTL 3.3V & 5V Abandoning the boring communication wire is a dream for most elec fans, this model is designed for this purpose. Using it, you can easy establish a wireless UART/RS232 communication

More information

Model 3005 Analog Board. User s Guide

Model 3005 Analog Board. User s Guide Siemens Energy, Inc. Oil & Gas Solutions 10730 Telge Road Houston, Texas 77095 USA Document No. SEI-OG-DLS-005 Page 1 of 6 Siemens AG 2011 Table of Contents 1 DESCRIPTION:... 3 2 CONFIGURATION... 3 3 OPERATION...

More information

The CW Machine Hardware

The CW Machine Hardware The CW Machine Hardware 2017 Ulrich H. Steinberg The CW Machine Hardware Version 2.3 1 Contents Introduction...3 Connecting the Hardware...4 The Configuration Switches...6 Power Considerations...8 Serial

More information

RS485 MODBUS Module 8AO

RS485 MODBUS Module 8AO Version 1.3 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

BrewTroller Phoenix. Owners Manual. Updated - March 14, 2016 BREWTROLLER PHOENIX 1

BrewTroller Phoenix. Owners Manual. Updated - March 14, 2016 BREWTROLLER PHOENIX 1 BrewTroller Phoenix Owners Manual Updated - March 14, 2016 BREWTROLLER PHOENIX 1 2016 BrewTroller All Rights Reserved. Product warranty or service will not be extended if: (1) the product is repaired,

More information

Wireless Receiver W/ USB Output BA/RCVxxx-USB Installation and Operating Instructions

Wireless Receiver W/ USB Output BA/RCVxxx-USB Installation and Operating Instructions Identification 79 [200cm] 79 [200cm] Fig. 1: BA/RCV418-USB Fig. 2: BA/RCV900-USB OperationOverview Fig. 3: BA/RCV900-USB Plug-in Power Supply Specifications Voltage: Communication: RCV418 5V from computer

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

How to Use an Arduino

How to Use an Arduino How to Use an Arduino By Vivian Law Introduction The first microcontroller, TMS-1802-NC, was built in 1971 by Texas Instruments. It owed its existence to the innovation and versatility of silicon and the

More information

USB2PPM. User s Guide. Version 2.00 dated 09/23/15. Gregor Schlechtriem

USB2PPM. User s Guide. Version 2.00 dated 09/23/15. Gregor Schlechtriem USB2PPM User s Guide Version 2.00 dated 09/23/15 Gregor Schlechtriem USB2PPM User s Guide Content Overview 3 PCC PiKoder Control Center 5 Getting started... 5 Real-time Control... 7 PPM Settings... 7 Flytron

More information

Si4703 FM Radio Receiver Hookup Guide

Si4703 FM Radio Receiver Hookup Guide Page 1 of 5 Si4703 FM Radio Receiver Hookup Guide Introduction This breakout board enables you to tune in to FM radio stations, using the Si4703 FM tuner chip from Silicon Laboratories. This IC also works

More information

GreenEye Monitor Specifications

GreenEye Monitor Specifications Number of Channels Power Monitoring Section 32 (expansion available in the future) Measurement POWER: True (or Real) Power using high speed volt and current sampling VOLTAGE: True RMS Accuracy Sampling

More information

Market Central

Market Central SwitchMaster XK5000 Series Ultra-Compact Kill Switch System OCT 2012 Part Numbers Market Central www.secureswitch.com 500 Business Center Drive Pittsburgh, PA 15205 USA 412.494.2800 CAGE 1BGJ7 COMPLETE

More information

Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option

Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option Introduction The RS-485 communications option (See Figure 1) for the Series 370 Stabil-Ion Gauge Controller permits data output to, and

More information

PiKoder/SSC RX. User s Guide. Version 1.0b dated 11/01/16. Gregor Schlechtriem

PiKoder/SSC RX. User s Guide. Version 1.0b dated 11/01/16. Gregor Schlechtriem PiKoder/SSC RX User s Guide Version 1.0b dated 11/01/16 Gregor Schlechtriem webmaster@pikoder.com www.pikoder.com PiKoder/SSC RX User s Guide Content Overview 3 Hardware setup 5 Connecting the PiKoder/SSC

More information

Section 4 - Automation Assembly

Section 4 - Automation Assembly Table of Contents 1. Process Control Unit (PCU) 1.1 Introduction 1.2 PCU Power Cable 1.3 Display and input controls 1.4 Analog Inputs 1.5 FET Outputs 1.6 Thermocouple Connectors 1.7 Table of Thermocouples

More information

How to use Arduino Uno

How to use Arduino Uno 1 How to use Arduino Uno Typical Application Xoscillo, an open-source oscilloscope Arduinome, a MIDI controller device that mimics the Monome OBDuino, a trip computer that uses the on-board diagnostics

More information

Arduino Smart Robot Car Kit User Guide

Arduino Smart Robot Car Kit User Guide User Guide V1.0 04.2017 UCTRONIC Table of Contents 1. Introduction...3 2. Assembly...4 2.1 Arduino Uno R3...4 2.2 HC-SR04 Ultrasonic Sensor Module with Bracket / Holder...5 2.3 L293D Motor Drive Expansion

More information

Intelligent Devices IDI 6005 Speed Sign Controller Technical Manual

Intelligent Devices IDI 6005 Speed Sign Controller Technical Manual Intelligent Devices IDI 6005 Speed Sign Controller 4411 Suwanee Dam Road, Suite 510 Suwanee, GA 30024 T: (770) 831-3370 support@intelligentdevicesinc.com Copyright 2011, Intelligent Devices, Inc. All Rights

More information

PCAN-Router. Universal CAN Converter. User Manual

PCAN-Router. Universal CAN Converter. User Manual PCAN-Router Universal CAN Converter User Manual Products taken into account Product Name Model Item Number Ser. no. PCAN-Router 2 D-Sub connectors, additional digital input, LPC2129, 2 kbit EEPROM IPEH-002210

More information

LPG STM 94442A User s Manual

LPG STM 94442A User s Manual 1 LPG STM 94442A User s Manual This Manual belongs to: Company: 3 Table of Contents Features....... 4 Hardware Installation...5 Monitor Mounting Dimensions.....7 Monitor Specifications...8 Sender Specifications.....9

More information

Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part 1, V1.5 UFO Doctor, July 4th, 2011

Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part 1, V1.5 UFO Doctor, July 4th, 2011 Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part, V.5 UFO Doctor, July th, 20. Introduction The Miru Mod for standard remote control of the AR Drone is great work. Congratulations to Miru and

More information

AlaMode User Manual Revision

AlaMode User Manual Revision AlaMode User Manual Revision 1.0 www.wyolum.com info@wyolum.com 1 Introduction The AlaMode is an integrated Arduino compatible board. It is designed as versatile, general purpose data acquisition and control

More information

Using Arduino Boards in Atmel Studio 7

Using Arduino Boards in Atmel Studio 7 Using Arduino Boards in Atmel Studio 7 Sepehr Naimi www.nicerland.com 12/17/2017 Contents Introduction... 3 Installing Atmel Studio and Making the First Project... 3 Downloading Avrdude... 3 Checking COM

More information

Figure 1-1 ISPAVRU1 application

Figure 1-1 ISPAVRU1 application ISP AVR Programmer through USB Main Features AVR Studio Interface (AVR Studio 4.12 or later) Supports all AVR Device with ISP interface, refer to AVR Studio Programs both Flash and EEPROM Supports Fuse

More information

ZX Distance and Gesture Sensor SMD Hookup Guide

ZX Distance and Gesture Sensor SMD Hookup Guide Page 1 of 16 ZX Distance and Gesture Sensor SMD Hookup Guide Introduction The ZX Distance and Gesture Sensor is a collaboration product with XYZ Interactive. The innovative people at XYZ Interactive have

More information

Instruction Manual for BE-SP3 Circuit. 10/21/07

Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 of 54 Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 Index: Page 2 BE-SP3 Circuit Specifications. Page 3-4 Intro to the BE-SP3. Page 5 Basics of serial to parallel. Page 6-7 ASCII Code.

More information

MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays

MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays ABB Application Note MSOC AN-64A-00 Substation Automation and Protection Division MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays Introduction There seems to be some confusion with

More information

StenBOT Robot Kit. Stensat Group LLC, Copyright 2018

StenBOT Robot Kit. Stensat Group LLC, Copyright 2018 StenBOT Robot Kit 1 Stensat Group LLC, Copyright 2018 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and documentation. There is a 90 day warranty for the

More information

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL PAGE 1 OF 9 1. GENERAL The Avanti I²C Transducer Tester and PC-Interface (AVA-03) is a standalone device for accessing pressure/temperature transducers, which are equipped with a two-wire serial I²C interface.

More information

Wiring Inside the card reader you will see a circuit board. The connections are as follows:

Wiring Inside the card reader you will see a circuit board. The connections are as follows: Power Adaptor (12VDC, Max. Current: 1A) If you purchased the Cardlock Series power supply cut the head of the adaptor and strip the insulation. If your locking mechanism, electric strike or magnetic lock

More information

UT32M0R500-EVB Development Board User Manual

UT32M0R500-EVB Development Board User Manual Microcontrollers & Microprocessors UT32M0R500-EVB Development Board User Manual March 2018 The most important thing we build is trust 1 INTRODUCTION The UT32M0R500-EVB Development Board provides a comprehensive

More information

Description Building Automation Platform ARM mbed and Arduino

Description Building Automation Platform ARM mbed and Arduino MPN MAXREFDES130 Description Building Automation Platform ARM mbed and Arduino MAXREFDES130# is an Arduino form-factor shield compatible with ARM mbed and Arduino platforms providing a complete reference

More information

FA-2448 SIX POSITION Filter Wheel

FA-2448 SIX POSITION Filter Wheel 15 Discovery Way, Acton, MA 01720 Phone: (978)263-3584, Fax: (978)263-5086 Web Site: www.acton-research.com Operating Instructions Acton Research Corporation FA-2448 SIX POSITION Filter Wheel Rev. 3.05.17

More information

Description: 4x 7 segment display module with decimals and colon

Description: 4x 7 segment display module with decimals and colon Device: DSP-7S04B This document Version: 1.0 Date: 19 October 2013 Description: 4x 7 segment display module with decimals and colon Matches module hardware version: [30 Sep 2013 v3] Table of Contents DSP-7S04B

More information

Please note that you may lose your previous settings when you upgrade your software. We advise that you write them down before starting the update.

Please note that you may lose your previous settings when you upgrade your software. We advise that you write them down before starting the update. Software Updates for the iscan VP30 The iscan VP30 software can be updated using a PC with a serial port or a USB port (with a USB-to-Serial adapter). We recommend a serial port terminal program called

More information

BARIX IO12. I/O to RS-485 Modbus converter for commercial interfacing, control and home automation applications PRO D UCT MANUAL. Version: 2.

BARIX IO12. I/O to RS-485 Modbus converter for commercial interfacing, control and home automation applications PRO D UCT MANUAL. Version: 2. BARIX IO12 I/O to RS-485 Modbus converter for commercial interfacing, control and home automation applications PRO D UCT MANUAL Version: 2.01 Date: 06/03/2014 For Firmware Version 10 Table of Contents

More information

ARDUINO MEGA ADK REV3 Code: A000069

ARDUINO MEGA ADK REV3 Code: A000069 ARDUINO MEGA ADK REV3 Code: A000069 OVERVIEW The Arduino MEGA ADK is a microcontroller board based on the ATmega2560. It has a USB host interface to connect with Android based phones, based on the MAX3421e

More information

USER S MANUAL. C35S- QUICK SETUP BREAKOUT BOARD Rev. 1.3

USER S MANUAL. C35S- QUICK SETUP BREAKOUT BOARD Rev. 1.3 USER S MANUAL C35S- QUICK SETUP BREAKOUT BOARD Rev. 1.3 FEBRUARY, 2015 USER'S MANUAL TABLE OF CONTENTS Page # Contents 1.0 OVERVIEW... 1 2.0 FEATURES... 1 3.0 SPECIFICATIONS.... 2 4.0 BOARD DESCRIPTION...

More information

CLCD1 Serial 1 wire RS232 LCD development board

CLCD1 Serial 1 wire RS232 LCD development board CLCD1 Serial 1 wire RS232 LCD development board Can be used with most 14 pin HD44780 based character LCD displays Use with 1,2,3 or 4 line displays. (Four line LCD shown above) Shown assembled with optional

More information

Arduino ADK Rev.3 Board A000069

Arduino ADK Rev.3 Board A000069 Arduino ADK Rev.3 Board A000069 Overview The Arduino ADK is a microcontroller board based on the ATmega2560 (datasheet). It has a USB host interface to connect with Android based phones, based on the MAX3421e

More information

ARDUINO MICRO WITHOUT HEADERS Code: A000093

ARDUINO MICRO WITHOUT HEADERS Code: A000093 ARDUINO MICRO WITHOUT HEADERS Code: A000093 Arduino Micro is the smallest board of the family, easy to integrate it in everyday objects to make them interactive. The Micro is based on the ATmega32U4 microcontroller

More information

ERC-Mini V1.3 Manual. Manual

ERC-Mini V1.3 Manual. Manual Manual Congratulations for buying your EASY-ROTOR-CONTROL Mini (shortly ERC-Mini). This document will guide you through the needed steps for installation, configuration and calibration of the ERC-M Mini.

More information

Multi-Function Smart Indicator User Manual

Multi-Function Smart Indicator User Manual Multi-Function Smart Indicator User Manual EC30006 Content 1 Notice... 2 2 Specification... 2 3 Main parameter... 3 4 How to fix... 3 5 Port... 4 6 On/Off... 4 7 Charging... 4 8 Display... 5 9 Screen keypad...

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information