ADC Relay Adapter USB V 8.0 for Raspberry PI

Size: px
Start display at page:

Download "ADC Relay Adapter USB V 8.0 for Raspberry PI"

Transcription

1 ADC Relay Adapter USB V 8.0 for Raspberry PI INDUSTRIAL BERRY May 203

2

3 Contents License 2 Introduction 3 3 Hardware implementation 5 4 Software implementation 4.0. An example with the ADC An example with the Relays Components list 5 Bibliography 7 i

4

5 List of Figures 2. ADC Relay Adapter V Schematic MCU USB Schematic Relay Channel of ULN2003AD Schematic ADC Analog Board Layout iii

6

7 List of Tables 5. ADC Relay Adapter USB V 8.0 for Raspberry PI v

8

9 Chapter License Open-source hardware shares much of the principles and approach of free and open-source software. In particular, we believe that people should be able to study our hardware to understand how it works, make changes to it, and share those changes. To facilitate this, we release all of the original design files (Eagle CAD) for the IndustrialBerry hardware. These files are licensed under a Creative Commons Attribution Share-Alike license, which allows for both personal and commercial derivative works, as long as they credit Industrial- Berry and release their designs under the same license. The IndustrialBerry software/firmware is also open-source.

10

11 Chapter 2 Introduction The ADC Relay Adapter V 8.0 (see Fig. 2.) is an extension board for Rasp- Berry Pi based on Open Hardware Design. It has two principal hardware features: control of 4 relays and 4 ADC channels. The board is connected to the Raspberry with an USB Bus, this feature allow the compatibility with other linux boards. 3

12 Chapter 2 Introduction Figure 2.: ADC Relay Adapter V 8.0 4

13 Chapter 3 Hardware implementation The USB interface is implemented with a classical FT232RL [] IC produced by FTDI. This IC is simple to use for the USB UART conversion. The IC3 a low cost PIC6F829 [2], this MCU controls the 4 relays and manages the 4 ADC channels. We can see the follows pins connection: RC4 sends data to the Linux Board RC5 receives data from the Linux Board RC3 controls Relay RC6 controls Relay 2 RC7 controls Relay 3 RB7 controls Relay 4 RA2 reads the ADC 0-0V RC0 reads the ADC2 0-0V RC2 reads the ADC3 4-20mA RB4 reads the ADC4 4-20mA We can see in figure 3.2 the part of the schematic with relays. Each device has a led for the status indication: Led Off -> Common Pin (C) connected with Normally Closed Pin (NC), Led On -> Common Pin (C) connected with Normally Open Pin (NO). The IC2 is the buffer ULN2003AD, this device can buffer 7 relays. Every channel contains two transistor in darlington configuration and diodes, see Fig.3.3. The first two ADC channels can read input from 0 to 0 V, therefore they have to use a voltage divider with a ratio of about 5. This circuit is implemented with two resistors of 2kΩ and 8kΩ. The last two ADC channels can read input from 4 to 20 ma, this circuit is implemented with a resistor of 00Ω. With the maximum current of 20 ma the ADC reads a voltage value of about 2 V. 5

14 Chapter 3 Hardware implementation USB to Serial VBUS 220nF C3 0uF 0R R6 0R 00nF FT232RL 0nF IC3 PIC6F829 +3V3 00k SV 0uF C7 REL G5LE CON5 2 REL3 G5LE R4 C IC VCC VCCIO RESET OSCI OSCO 3V3OUT USBDP USBDM TXD RXD 5 RTS 3 CTS DTR 2 DSR 9 DCD 0 RI 6 CBUS0 CBUS CBUS2 CBUS3 CBUS4 TEST JP 2 3 D+ D- VBUS C8 VDD RA5 AN3/RA4 MCLR/VPP RX/RC5 TX/RC4 VSS RA0/AN0/ICSPDAT RA/AN/VREF+/ICSPCLK RA2/AN2/INT RC0/AN4 R9 C9 RC/AN5/SDA AN7/RC3 RC2/AN6 RC6 RC7 RB4/AN0 RB5 RB7 RB6/SCL O REL O REL3 VBUS USB-RESET D+ D- RX_PIC TX_PIC CTS_PIC RTS_PIC MCLR VBUS ICSPDAT ICSPCLK D+ D- VBUS VBUS LED LED2 MCLR RX_PIC TX_PIC REL REL2 REL3 REL4 VBUS VBUS P ICSPDAT ICSPCLK ADC ADC2 SDA ADC3 ADC4 SCL P USB 6 A Figure 3.: Schematic MCU USB B C

15 P CON7 2 3 CON8 2 3 S O S O REL4 REL3 P USB to Serial VBUS VBUS USB ADC www R6 0R R4 0R REL3 G5LE 2 CON5 2 K3 3 REL REL G5LE P S O 2 REL3 220R LED3 R2 VBUS VBUS REL 220R LED R0 R7 0R R5 0R REL4 G5LE CON6 2 3 K4 REL2 REL2 G5LE 2 P S O 2 K IC2 REL I O 6 K REL2 2 I2 O2 5 K2 REL3 3 I3 O3 4 K3 REL4 4 I4 O4 3 K4 5 I5 O5 2 6 I6 O6 7 I7 O7 0 8 CD+ 9 VBUS ULN2003AD K2 Figure 3.2: Schematic Relay REL2 REL4 220R LED2 220R LED4 R R3 4/04/203 5:07:3 D:\Raspberry_hardware\USB-ADC\USB-ADC V 8.0\USB-ADC.sch (Sheet: /) 7

16 Chapter 3 Hardware implementation Figure 3.3: Channel of ULN2003AD A TERMINAL-2-PCB 2 TERMINAL-2-PCB 2 ADC 00pF C2 R R2 2k 8k CON ADC2 00pF C4 R5 R6 2k 8k CON2 TERMINAL-2-PCB 0R R3 2 TERMINAL-2-PCB 0R R4 2 B ADC3 00pF CON3 ADC4 00pF CON4 C5 R7 00R C6 R8 00R Figure 3.4: Schematic ADC Analog C 8

17 C 5 C3 SV R4 C7 REL CON5 IC R9 X IC3 JP R0 R R2 CON6 R5 IN IN2 IN3 IN4 C2 ADC CH 0-0 V C4 CON R5 R6 ADC CH2 0-0 V CON7 R6 CON2 R7 ADC CH ma CON3 R8 ADC CH ma CON4 ADC Relay Adapter V 8.0 USB for Raspberry PI LED LED2 LED3 LED4 R3 REL2 R IC2 C8 REL3 R3 R2 C5 R4 C6 C9 CON8 R7 REL4 NO C NC NO C NC NO C NC NO C NC Figure 3.5: Board Layout SB-ADC\USB-ADC V 8.0\USB-ADC.brd 9

18

19 Chapter 4 Software implementation The Raspberry Pi sees our board as a /dev/ttyusb0. It is possible to control the board with a serial protocol from shell or a compiled program. This is the frame protocol: SOP ( byte) Start of frame char 0x49 CMD ( byte) Command LEN ( byte) Data length DATA (n byte) Data FCS ( byte) Xor of all previous bytes Possible commands: SET R EL C MD = 0x02 GET A DC C MD = 0x03 GET R EL C MD = 0x04 ADC S T AT E = 0x05 REL S T AT E = 0x06 The ADC Board produces an ACK = 0x00 for every correct message An example with the ADC Get data from ADC: We send this frame on ttyusb0 -> SOP = 0x49 GET A DC C MD = 0x03 LEN = 0x00 F CS

20 Chapter 4 Software implementation We receive from the board -> The ACK message SOP = 0x49 ACK = 0x00 LEN = 0x00 FCS The ADC State SOP = 0x49 ADC S T AT E = 0x05 LEN = 0x08 DATA = LO U INT 6(adc) DATA = HI U INT 6(adc) DATA = LO U INT 6(adc2) DATA = HI U INT 6(adc2) DATA = LO U INT 6(adc3) DATA = HI U INT 6(adc3) DATA = LO U INT 6(adc4) DATA = HI U INT 6(adc4) FCS An example with the Relays Set the Relays: We send this frame on ttyusb0 -> SOP = 0x49 SET R EL C MD = 0x02 LEN = 0x02 REL3 4 = 0x?? REL 2 = 0x?? FCS We receive from the board -> The ACK message SOP = 0x49 ACK = 0x00 LEN = 0x00 FCS The Relays State 2

21 SOP = 0x49 REL S T AT E = 0x06 LEN = 0x04 DAT A = Status R elay DAT A = Status R elay 2 DAT A = Status R elay 3 DAT A = Status R elay 4 FCS 3

22

23 Chapter 5 Components list In the table 5. we can see the Bill of Material for the board, all the components are available on-line. For simplicity, every component has a DigiKey order code ( 5

24 Chapter 5 Components list Quantity Value Package Parts Digikey-cod Unit Price $ 4 Yellow 206 LED, LED2, LED3, LED ND Ω 0603 R3, R4, R4, R5, R6, R7 P0.0GCT-ND Ω 0603 R7, R8 RMCF0603FT00RCT-ND Ω 0603 R0, R, R2, R3 RMCF0603JT220RCT-ND kω 0603 R, R5 RMCF0603FT2K00CT-ND kω 0603 R2, R6 P8.20KABCT-ND kω 0603 R9 RMCF0603JT00KCT-ND pf 0603 C2, C4, C5, C ND 0.0 0nf 0603 C ND nf 0603 C ND nf 0603 C ND uf 206 C3, C ND G5LE G5LE REL, REL2, REL3, REL4 G5LE--36DC5-ND.45 FT232RL SSOP-28 IC ND 4.50 ULN2003AD SSOP20 IC ND 0.45 PIC6F829 SSOP20 IC3 PIC6F829-I/SS-ND.86 USBSMD USBSMD X WM76CT-ND.59 4 TERMINAL-2-PCB 2 X 5.08mm CON, CON2, CON3, CON4 ED2609-ND TERMINAL-3-PCB 3 X 5.08mm CON5, CON6, CON7, CON8 ED260-ND 0.45 PCB 4.00 Total Table 5.: ADC Relay Adapter USB V 8.0 for Raspberry PI 6

25 Bibliography [] Future Technology Devices International Ltd. FT232R USB UART IC Datasheet. [2] Microchip. PIC6F829 Datasheet. 7

Ready DIP28 PIC. with. socket

Ready DIP28 PIC. with. socket Ready for PIC with DIP28 socket Best solution for fast and simple development of applications using 28-pin PIC MCUs. Due to the special white plastic casing the Ready for PIC board can be quickly turned

More information

user's guide to Ready for PIC BOX edition Best solution for fast and simple development of applications using 28- and 40-pin PIC devices.

user's guide to Ready for PIC BOX edition Best solution for fast and simple development of applications using 28- and 40-pin PIC devices. user's guide to Ready for PIC BOX edition Best solution for fast and simple development of applications using 28- and 40-pin PIC devices. TO OUR VALUED CUSTOMERS I want to express my thanks to you for

More information

Rochester Institute of Technology

Rochester Institute of Technology Exploring the Fox-2 Maximum Power Point Tracking System Mark Spencer, WA8SME, mspencer@arrl.org ARRL Education and Technology Program Director Rochester Institute of Technology (R.I.T.) engineering students

More information

STEVAL-ISB038V1T. 1 W wearable wireless power transmitter based on STWBC-WA. Description. Features

STEVAL-ISB038V1T. 1 W wearable wireless power transmitter based on STWBC-WA. Description. Features STEVAL-ISB08VT W wearable wireless power transmitter based on STWBC-WA Data brief USB V input Foreign Object Detection (FOD) optional Graphical interface for monitoring behavior Total reference design

More information

B BasicATOM Lab Board Data Sheet

B BasicATOM Lab Board Data Sheet Feature Overview: Includes x LCD Display Solderless Prototyping Board.mm Power Connector USB Connector Using FTDI All ATOM Module Compatible Basic Stamp Compatible Power Status LED LED Indicator Lights

More information

TO OUR VALUED CUSTOMERS

TO OUR VALUED CUSTOMERS SmartGLCD 240x128 TO OUR VALUED CUSTOMERS I want to express my thanks to you for being interested in our products and for having confidence in MikroElektronika. The primary aim of our company is to design

More information

BasicATOM Lab Board Data Sheet

BasicATOM Lab Board Data Sheet Feature Overview: Includes x LCD Display Solderless Prototyping Board.mm Power Connector USB Connector Using FTDI Sockets for all BasicATOM and BasicATOM Pro Modules Power LED LED Indicator Lights Tactile

More information

SmartGLCD 240x128. user's guide to

SmartGLCD 240x128. user's guide to user's guide to SmartGLCD 240x128 Smart GLCD 240x128 represents development tool and final product specially designed for graphical applications which use PIC microcontroller PIC18F8722 TO OUR VALUED CUSTOMERS

More information

Breadboard Arduino Compatible Assembly Guide

Breadboard Arduino Compatible Assembly Guide (BBAC) breadboard arduino compatible Breadboard Arduino Compatible Assembly Guide (BBAC) A Few Words ABOUT THIS KIT The overall goal of this kit is fun. Beyond this, the aim is to get you comfortable using

More information

78M6613 Printed Circuit Board Layout Guidelines

78M6613 Printed Circuit Board Layout Guidelines A Maxim Integrated Products Brand 8M Printed Circuit Board Layout Guidelines APPLICATION NOTE AN 00 October 00 Introduction The highly integrated 8M SOC minimizes the external component count and reduces

More information

TT Series Master Development System User's Guide

TT Series Master Development System User's Guide TT Series Master Development System User's Guide Table of Contents ^ Introduction ^ Ordering Information ^ TT Series Transceiver Carrier Board ^ TT Series Transceiver Carrier Board Objects ^ TT Series

More information

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8 Application Note of OGM220, AN001 V1.8 1.0 Introduction OGM220 series is a dual channels NDIR module having a digital output directly proportional to CO2 concentration. OGM220 is designed for multi-dropped

More information

PAN1760A. Design Guide. Wireless Modules. Bluetooth Low Energy Module. Rev.1.2

PAN1760A. Design Guide. Wireless Modules. Bluetooth Low Energy Module. Rev.1.2 PAN76A Bluetooth Low Energy Module Design Guide Rev.. Wireless Modules PAN76A Design Guide By purchase of any of the products described in this document the customer accepts the document's validity and

More information

TT Series Master Development System User's Guide

TT Series Master Development System User's Guide TT Series Master Development System User's Guide ! Warning: Some customers may want Linx radio frequency ( RF ) products to control machinery or devices remotely, including machinery or devices that can

More information

HumRC TM Series Master Development System User's Guide

HumRC TM Series Master Development System User's Guide HumRC TM Series Master Development System User's Guide ! Warning: Some customers may want Linx radio frequency ( RF ) products to control machinery or devices remotely, including machinery or devices that

More information

OTi APPROVED SHEET. OTi 6858 Data Sheet USB To RS232 Bridge Controller. OTi-6858 Data Sheet

OTi APPROVED SHEET. OTi 6858 Data Sheet USB To RS232 Bridge Controller. OTi-6858 Data Sheet Last update: 09/28/2005 OTi OTi 6858 Data Sheet USB To RS232 Bridge Controller APPROVED SHEET Ours Technology Inc. No. 85, Guangming 6 th Rd.,Jhubei City Hsinchu County 302, Taiwan R.O.C. TEL: 886 3553-75

More information

I2C Demonstration Board I 2 C-bus Protocol

I2C Demonstration Board I 2 C-bus Protocol I2C 2005-1 Demonstration Board I 2 C-bus Protocol Oct, 2006 I 2 C Introduction I ² C-bus = Inter-Integrated Circuit bus Bus developed by Philips in the early 80s Simple bi-directional 2-wire bus: serial

More information

18 11 DOTS MATRIX LED DRIVER

18 11 DOTS MATRIX LED DRIVER DOTS MATRIX LED DRIVER DESCRIPTION The ISFLA is a general purpose n (n=~) LED Matrix programmed via MHz IC compatible interface. Each LED can be dimmed individually with -bit PWM data and -bit DC scaling

More information

ESP32 Utility Driver

ESP32 Utility Driver Annotated Schematics Revision. Introduction. This document This document provide info about needed to program and operate the device and is intended for developers and more advanced users.. Content Introduction....

More information

24-RGB MATRIX LED DRIVER

24-RGB MATRIX LED DRIVER -RGB MATRIX LED DRIVER DESCRIPTION The ISFLA is a general purpose n (n=~) LED Matrix programmed via MHz IC compatible interface. Each LED can be dimmed individually with -bit PWM data and -bit DC scaling

More information

Wireless LAN and Bluetooth Module Evaluation Board

Wireless LAN and Bluetooth Module Evaluation Board Aug.8.0 Ver.. Wireless LAN and Bluetooth Module Evaluation Board (For WYSBHVGXG) This evaluation board is an object for experiment of operation, and does not guarantee quality. Moreover, the conditions

More information

Features. General Description. EV Kit Contents. EV Kit Photo

Features. General Description. EV Kit Contents. EV Kit Photo MAX785 Evaluation Kit Evaluates: MAX785 General Description The MAX785 evaluation kit (EV kit) provides the hardware and software graphical user interface (GUI) necessary to evaluate the MAX785 6-channel

More information

TO OUR VALUED CUSTOMERS

TO OUR VALUED CUSTOMERS MINI-32 The whole PIC32 development board fitted in DIP26 form factor, containing powerful PIC32MX534F064H microcontroller. It s pin compatible with PIC16F887 and PIC18(L)F45K20 microcontrollers! MINI

More information

DMP Electronics Inc Robotic Division

DMP Electronics Inc Robotic Division DMP Electronics Inc Robotic Division Jul 2009 Agenda DMP SoC Family RB-100 Overview Hardware Introduction Accessory Support List Application Q & A DMP s ssoc Family Jul. 1998 Feb. 2007 386 40MHz 486 300MHz

More information

Lab 3: Embedded Systems

Lab 3: Embedded Systems THE PENNSYLVANIA STATE UNIVERSITY EE 3OOW SECTION 3 FALL 2015 THE DREAM TEAM Lab 3: Embedded Systems William Stranburg, Sean Solley, Sairam Kripasagar Table of Contents Introduction... 3 Rationale... 3

More information

2pcs 1.8" 0507 Dot Matrix Display Information Board User s Guide

2pcs 1.8 0507 Dot Matrix Display Information Board User s Guide pcs." 00 Dot Matrix Display 00-00 Sure Electronics Inc. DE-DP0-Ver.0 pcs." 00 Dot Matrix Display Table of contents Chapter.Overview and Main Feature... -. Gallery... -. Main Feature... Chapter.Hardware

More information

PI3HDMI1210(-A) PI3HDMI1210-A Demo Board Rev.A User Manual

PI3HDMI1210(-A) PI3HDMI1210-A Demo Board Rev.A User Manual PI3HDMI1210(-A) PI3HDMI1210-A Demo Board Rev.A User Manual Introduction This user manual describes the components and the usage of PI3HDMI1210(-A) demo Board Rev.A. Figure 1: Top View of PI3HDMI1210-A

More information

RB01 Development Platform Hardware

RB01 Development Platform Hardware Qualcomm Technologies, Inc. RB01 Development Platform Hardware User Guide 80-YA116-13 Rev. A February 3, 2017 Qualcomm is a trademark of Qualcomm Incorporated, registered in the United States and other

More information

FC-703C Wireless M-bus Module DATA SHEET

FC-703C Wireless M-bus Module DATA SHEET FC-703C Wireless M-bus Module DATA SHEET FRIENDCOM TECHNOLOGY DEVELOPMENT CO.,LTD Address: Comprehensive building, Wanyelong science and technology Park, Liyuan Industrial Zone, Shiyan Street, Bao'an District,

More information

Motor Control Development Kit

Motor Control Development Kit User s Manual, V 1.0, June 2003 Motor Control Development Kit A reference design for low voltage 3-phase AC induction and brushless DC motor control. Microcontrollers Never stop thinking. Revision History:2003-06

More information

TSM Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V1.0

TSM Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V1.0 TSM2 2-Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V.0 Specification TSM2 (2-CH Auto Sensitivity Calibration Capacitive Touch Sensor). General Feature 2-Channel capacitive sensor with

More information

Lecture #3 RS232 & 485 protocols

Lecture #3 RS232 & 485 protocols SPRING 2015 Integrated Technical Education Cluster At AlAmeeria E-626-A Data Communication and Industrial Networks (DC-IN) Lecture #3 RS232 & 485 protocols Instructor: Dr. Ahmad El-Banna 1 Agenda What

More information

SD2017 Low Power HART TM Modem

SD2017 Low Power HART TM Modem NC OCBIAS TEST10 VSSA A NC NC TEST4 TEST3 TEST2 TEST1 TEST12 OCD ORXD Low Power HART TM Modem Feature Meets HART physical layer requirements Single chip, half duplex 1200 bps FSK modem Bell 202 shift frequencies

More information

REMOTE TRACKING SOLUTION. User Manual Name. CS-P000-TS-1N-Rev.A This document provides the technical specification SOLUTION.

REMOTE TRACKING SOLUTION. User Manual Name. CS-P000-TS-1N-Rev.A This document provides the technical specification SOLUTION. REMOTE TRACKING SOLUTION CS-P00C-RS-1B-Rev.A This document provides the technical specification of REMOTE TRACKING SOLUTION. User Manual Name Ionos E1 Document GL865 numberquad band GSM Module CS-P000-TS-1N-Rev.A

More information

ZKit-51-RD2, 8051 Development Kit

ZKit-51-RD2, 8051 Development Kit ZKit-51-RD2, 8051 Development Kit User Manual 1.1, June 2011 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM

PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES INTRODUCTION TO DIGITAL CONTROL PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM 1. INTRODUCTION

More information

HumPRO TM Series Master Development System User's Guide

HumPRO TM Series Master Development System User's Guide HumPRO TM Series Master Development System User's Guide ! Warning: Some customers may want Linx radio frequency ( RF ) products to control machinery or devices remotely, including machinery or devices

More information

HAW-Arduino. Sensors and Arduino F. Schubert HAW - Arduino 1

HAW-Arduino. Sensors and Arduino F. Schubert HAW - Arduino 1 HAW-Arduino Sensors and Arduino 14.10.2010 F. Schubert HAW - Arduino 1 Content of the USB-Stick PDF-File of this script Arduino-software Source-codes Helpful links 14.10.2010 HAW - Arduino 2 Report for

More information

1 W wearable wireless power system based on STWBC-WA and STWLC04. Description

1 W wearable wireless power system based on STWBC-WA and STWLC04. Description STEVAL-ISB0V W wearable wireless power system based on STWBC-WA and STWLC0 Data brief Integrated high efficiency synchronous rectifier Li-Ion/Li-Pol charger functionality -layer PCB to facilitate design

More information

SD2085 Low Power HART TM Modem

SD2085 Low Power HART TM Modem Low Power HART TM Modem Feature Single chip, half duplex 1200 bps FSK modem Meets HART physical layer requirements Bell 202 shift frequencies of 1200Hz and 2200Hz Buffered HART output for drive capability

More information

Electronics / Water analogy. Resistor. Inductance. Capacitor. Water Electronics Energy - Energy Pressure - Voltage Flow - Current Volume - Charge

Electronics / Water analogy. Resistor. Inductance. Capacitor. Water Electronics Energy - Energy Pressure - Voltage Flow - Current Volume - Charge Electronics / Water analogy Water Electronics Energy - Energy Pressure - Voltage Flow - Current Volume - Charge Resistor U = R * I 1 Capacitor U 1 i dt C U L di dt Inductance Turbine Flywheel Diode Transistor

More information

APPLICATION NOTE ANI6. Connecting the SP504 Multiprotocol Transceiver to the 85C30 Universal Enhanced Serial Communications Controller (ESCC)

APPLICATION NOTE ANI6. Connecting the SP504 Multiprotocol Transceiver to the 85C30 Universal Enhanced Serial Communications Controller (ESCC) Solved by APPLICATION NOTE ANI6 TM Connecting the SP504 Multiprotocol Transceiver to the 85C30 Universal Enhanced Serial Communications Controller (ESCC) INTRODUCTION The Sipex SP504 is a cost-effective,

More information

Microchip mtouch Solution Microchip Technology Incorporated. All Rights Reserved. Insert Class Code Here

Microchip mtouch Solution Microchip Technology Incorporated. All Rights Reserved. Insert Class Code Here Microchip mtouch Solution Slide 1 Goal! Understanding advantage of Capacitive Sensor and applications Microchip mtouch Solution A principal of Capacitive Sensor CSM(Cap sensing Module) of PIC16F72x CVD(Cap

More information

INF8574 GENERAL DESCRIPTION

INF8574 GENERAL DESCRIPTION GENERAL DESCRIPTION The INF8574 is a silicon CMOS circuit. It provides general purpose remote I/O expansion for most microcontroller families via the two-line bidirectional bus (I 2 C). The device consists

More information

MS8891A. Application Note. 1 General product description. 2 Introduction to capacitive sensing

MS8891A. Application Note. 1 General product description. 2 Introduction to capacitive sensing Application Note 1 General product description The integrated circuit MS8891A is an ultra-low power two channel capacitive sensor specially designed for human body detection. It offers two operating modes:

More information

MICROCONTROLLER CONTROLLING A SHAKER FOR PROTOZOA DIPLOMA WORK

MICROCONTROLLER CONTROLLING A SHAKER FOR PROTOZOA DIPLOMA WORK UNIVERSITY OF MARIBOR UNIVERSITY OF CANTABRIA MICROCONTROLLER CONTROLLING A SHAKER FOR PROTOZOA DIPLOMA WORK STUDENT: ANDREA FERNÁNDEZ FERNÁNDEZ STUDY PROGRAM: ELECTRONIC ENGINEERING MENTOR: SUZANA URAN

More information

High Efficiency DC-DC Converter Module

High Efficiency DC-DC Converter Module Design Note DN05108/D High Efficiency DC-DC Converter Module Device Application Input Voltage Output Power Topology I/O Isolation NCP12700 Module 9 to 36 Vdc Up to 15 W Output Specification Output Voltage

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 1339 LOW NOISE, 500KSPS, 12-BIT ADC

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 1339 LOW NOISE, 500KSPS, 12-BIT ADC LTC0 DESCRIPTION Demonstration circuit features the LTC0 low noise, 00ksps, -Bit, ADC. The LTC0 has an SPI compatible serial interface that can be used to select channel polarity and unipolar or bipolar

More information

PAM2421 EVB User Guide

PAM2421 EVB User Guide EV Board User Guide AE Department 1. Revision Information PAM2421 Date Revision Description Comment 2011/09 V1.0 Initial Release 2. PAM2804 General Description The PAM2421 devices are high-performance,

More information

36 CHANNELS LED DRIVER EVALUATION BOARD GUIDE

36 CHANNELS LED DRIVER EVALUATION BOARD GUIDE CHANNELS LED DRIVER EVALUATION BOARD GUIDE DESCRIPTION ISFL is an LED driver with constant current channels. Each channel can be pulse width modulated (PWM) by bits for smooth LED brightness control. In

More information

APPLICATION NOTE. ATA6621, ATA6621N, ATA6622, ATA6622C, ATA6624, ATA6624C, ATA6626, ATA6626C Development Board ATA6621/22/24/26.

APPLICATION NOTE. ATA6621, ATA6621N, ATA6622, ATA6622C, ATA6624, ATA6624C, ATA6626, ATA6626C Development Board ATA6621/22/24/26. APPLICATION NOTE ATA6621, ATA6621N, ATA6622, ATA6622C, ATA6624, ATA6624C, ATA6626, ATA6626C Development Board ATA6621/22/24/26 Introduction The development board for the Atmel ATA6621/22/24/26 (ATA6621-EK,

More information

FEATURES. Static Current (ma) Baud rate (bps) TD321D485H-E 321RHE k TD521D485H-E 521RHE k

FEATURES. Static Current (ma) Baud rate (bps) TD321D485H-E 321RHE k TD521D485H-E 521RHE k Single high-speed RS485 isolated transceiver module (enhanced) RoHS FEATURES Integrated high efficiency isolated DC/DC converter Two- port isolation (3.0k) Operating temperature range: -40 to +85 High

More information

PIC Station3. Multi-processor starter kit for PIC microcontroller. Kit content : PIC Station-3 experiment board

PIC Station3. Multi-processor starter kit for PIC microcontroller. Kit content :   PIC Station-3 experiment board PIC Station-3 documentation 1 PIC Station3 Multi-processor starter kit for PIC microcontroller Kit content : PIC Station-3 experiment board (includes PIC10F222 module x2, PIC12F683, PIC16F648 and PIC16F887)

More information

Revision WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL

Revision WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL Revision 1.0.3 WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL RADIOTRONIX, INC. WI.232FHSS-25-FCC-R/ RK-WI.232FHSS-25-FCC-R USER S MANUAL Radiotronix 905 Messenger Lane Moore, Oklahoma 73160

More information

3.3V. 220uH. 1nF. Cmin SCL GND N/C L- C+ Figure 1 Standard Test Circuit

3.3V. 220uH. 1nF. Cmin SCL GND N/C L- C+ Figure 1 Standard Test Circuit Durel Division 2225 W. Chandler Blvd. Chandler, AZ 85224-6155 Tel: 480.917.6000 / FAX: 480.917.6049 www.rogerscorp.com durelplex D504B Multi-Segment EL Driver IC Features Quadruple 3P EL Lamp Driver EL

More information

TOBY / LISA / SARA / LARA

TOBY / LISA / SARA / LARA Nested Design Reference Design for TOBY / LSA / SARA / LARA modules Application Note Abstract This document describes the nested design for TOBY, LSA, SARA, and LARA cellular modules. This reference design

More information

SD2057 Low Power HART TM Modem

SD2057 Low Power HART TM Modem Low Power HART TM Modem Features Meets HART physical layer requirements Bell 202 shift frequencies of 1200Hz and 2200Hz Integrated receive filter, minimal external components required Buffered HART output

More information

Hardware requirements

Hardware requirements PROJECTS SDR Software Defined With USB Interface Burkhard Kainka SD (software-defined) radio receivers use a bare minimum of hardware, relying instead on their software capabilities. This SDR project demonstrates

More information

Dynamic Wireless Decorative Lights

Dynamic Wireless Decorative Lights Dynamic Wireless Decorative Lights John W. Peterson March 6 th, 2008 Updated August 2014 Overview Strings of holiday lights add a nice accent to indoor and outdoor spaces. Many businesses use them to create

More information

STEVAL-IFN003V1. DC PMSM FOC motor drive. Description. Features

STEVAL-IFN003V1. DC PMSM FOC motor drive. Description. Features STEVAL-IFN00V DC PMSM FOC motor drive Data brief Features Input range: 8 V up to V (up to W) STMicroelectronic's ARM TM Cortex-M corebased STMF0CBT microcontroller DMOS fully integrated three-phase motor

More information

MY-ZB010C UART to ZigBee Module

MY-ZB010C UART to ZigBee Module MY-ZB010C UART to ZigBee Module Product Overview The MY-ZB010C is an industrial UART to ZigBee module designed by MYIR for applications which require low cost, low power, high reliability and far distance

More information

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd. PR10 Controlling DC Brush Motor using MD10B or MD30B Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended

More information

PART MAX4584EUB MAX4585EUB TOP VIEW

PART MAX4584EUB MAX4585EUB TOP VIEW 19-1521; Rev ; 8/99 General Description The serial-interface, programmable switches are ideal for multimedia applicatio. Each device contai one normally open (NO) single-pole/ single-throw (SPST) switch

More information

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

Interfacing Sensors & Modules to Microcontrollers

Interfacing Sensors & Modules to Microcontrollers Interfacing Sensors & Modules to Microcontrollers Presentation Topics I. Microprocessors & Microcontroller II. III. Hardware/software Tools for Interfacing Type of Sensors/Modules IV. Level Inputs (Digital

More information

(DC)TR-76D. Data Sheet. Transceiver Module MICRORISC s.r.o. Datasheet_TR-76D_ Page 1

(DC)TR-76D. Data Sheet. Transceiver Module MICRORISC s.r.o.  Datasheet_TR-76D_ Page 1 (DC)TR-76D Transceiver Module Data Sheet 2016 MICRORISC s.r.o. www.iqrf.org Datasheet_TR-76D_160118 Page 1 Description (DC)TR-76D is a family of IQRF transceiver modules operating in the 868 MHz and 916

More information

PICee Development System

PICee Development System PICee Development System a PICF-based single-board computer by Reinhardt Weber, DCZM weber.reinhardt@t-online.de This single-board computer, using the popular low-cost PICF microcontroller, has been developed

More information

SC16C550B. 1. General description. 2. Features. 5 V, 3.3 V and 2.5 V UART with 16-byte FIFOs

SC16C550B. 1. General description. 2. Features. 5 V, 3.3 V and 2.5 V UART with 16-byte FIFOs Rev. 05 1 October 2008 Product data sheet 1. General description 2. Features The is a Universal Asynchronous Receiver and Transmitter (UART) used for serial data communications. Its principal function

More information

RGB Driver click. PID: MIKROE 3078 Weight: 28 g

RGB Driver click. PID: MIKROE 3078 Weight: 28 g RGB Driver click PID: MIKROE 3078 Weight: 28 g RGB Driver click is an RGB LED driver, capable of driving RGB LED stripes, LED fixtures and other RGB LED applications that demand an increased amount of

More information

ILI2117 Capacitive Touch Controller

ILI2117 Capacitive Touch Controller ILI2117 ILI2117 Capacitive Touch Controller Datasheet Version: V1.01 Release Date: SEP. 09,2015 ILI TECHNOLOGY CORP. 8F, No.38, Taiyuan St., Jhubei City, Hsinchu County 302, Taiwan, R.O.C Tel.886-3-5600099;

More information

GC221-SO16IP. 8-bit Turbo Microcontroller

GC221-SO16IP. 8-bit Turbo Microcontroller Total Solution of MCU GC221-SO16IP 8-bit Turbo Microcontroller CORERIVER Semiconductor reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

ZSSC3170 Application Note - LIN and PWM Interface Operation

ZSSC3170 Application Note - LIN and PWM Interface Operation ZSSC3170 Application Note - LIN and PWM Interface Operation Contents 1 General... 2 1.1. LIN Output... 3 1.2. PWM Outputs HOUT and LOUT... 3 2 Operational Modes... 3 2.1. Normal Operation Mode (NOM)...

More information

BLE 4.0 Module ZBModule User Manual 1 / 15

BLE 4.0 Module ZBModule User Manual 1 / 15 BLE 4.0 Module ZBModule User Manual 1 / 15 Bluetooth 4.0 BLE Introduction With only a ZBmodule module, you can make your products easily and conveniently interactive connect with the ipad, iphone and Android

More information

18 CHANNELS LED DRIVER EVALUATION BOARD GUIDE

18 CHANNELS LED DRIVER EVALUATION BOARD GUIDE 8 CHANNELS LED DRIVER EVALUATION BOARD GUIDE DESCRIPTION ISFL8 is comprised of 8 constant current channels each with independent PWM control, designed for driving LEDs. The output current of each channel

More information

GPS/GNSS Receiver Module

GPS/GNSS Receiver Module GPS/GNSS Receiver Module 1. Product Information 1.1 Product Name: YIC91612IEB9600 1.2 Product Description: YIC91612IEB9600 is a compact, high performance, and low power consumption GNSS engine board which

More information

SGD 43-A 4.3 PanelPilotACE Compatible Display

SGD 43-A 4.3 PanelPilotACE Compatible Display is a 4.3 capacitive touch display designed for use with PanelPilotACE Design Studio, a free drag-and-drop style software package for rapid development of advanced user interfaces and panel meters. The

More information

Simple Bridge Stand Alone H-Bridge Data Sheet Revision 1 August 2005

Simple Bridge Stand Alone H-Bridge Data Sheet Revision 1 August 2005 Simple Bridge Stand Alone H-Bridge Revision August 00 SOLUTIONS CUBED, LLC East First Street Chico, CA 99 phone: 0.9.0 fax: 0.9. www.solutions-cubed.com Copyright 00, LLC Simple Bridge Page Table of Contents.0

More information

The Color Sensor Abstract. Project TI2849

The Color Sensor Abstract. Project TI2849 The Color Sensor Abstract Project TI849 Color Color is a notoriously subjective experience. While people can be very particular about the colors they use for lighting, designs, or environments, human perception

More information

1 What s in the shipping package?

1 What s in the shipping package? SST 900B 900 MHz RS 232/RS 485 Wireless Modem Quick Start Guide 1 What s in the shipping package? SST-900B Wireless Modem CA-0910 Quick Start CD 3dBi 900M Hz Antenna Guide 2 External switch introduction

More information

Eight channel remote relay card. Total solder points: 277 Difficulty level: beginner advanced K8056 ILLUSTRATED ASSEMBLY MANUAL

Eight channel remote relay card. Total solder points: 277 Difficulty level: beginner advanced K8056 ILLUSTRATED ASSEMBLY MANUAL Eight channel remote relay card This relay card can be used in several ways : stand alone card, addressed by switches or open collector outputs or remote controlled through RS232. Total solder points:

More information

Professional Development Board (#28138)

Professional Development Board (#28138) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Office: () - Fax: () -00 Sales: () -0 Tech Support: () - Professional Development Board (#) The Parallax Professional Development

More information

DEVKIT-S12ZVC QUICK START GUIDE (QSG)

DEVKIT-S12ZVC QUICK START GUIDE (QSG) DEVKIT-S12ZVC QUICK START GUIDE (QSG) ULTRA-RELIABLE MCUS FOR INDUSTRIAL AND AUTOMOTIVE EXTERNAL USE Get to know the DEVKIT-S12ZVC The DEVKIT-S12ZVC is an ultra-low-cost development platform for S12 Microcontrollers.

More information

(DC)TR-72D. Data Sheet. Transceiver Module MICRORISC s.r.o. Datasheet_TR-72D_ Page 1

(DC)TR-72D. Data Sheet. Transceiver Module MICRORISC s.r.o.  Datasheet_TR-72D_ Page 1 (DC)TR-72D Transceiver Module Data Sheet 2015 MICRORISC s.r.o. www.iqrf.org Datasheet_TR-72D_151005 Page 1 Description (DC)TR-72D is a family of IQRF transceiver modules operating in the 868 MHz and 916

More information

DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1

DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1 DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1 Department Name Signature Date Author Reviewer Approver Revision History Rev Description of Change A Initial Release Effective

More information

GR-PEACH Specification

GR-PEACH Specification GR-PEACH Specification Specification Part Manufacture Model number Remarks MPU Renesas Electronics R7S721001VLBG Cortex-A9 RZ/A1H BGA 324pin RAM10MB 400MHz(Max) FLASH ROM Macronix MX25L6435EM2I-10G 8MByte

More information

ISM Band Repeater Demo

ISM Band Repeater Demo IA ISM-UGRP ISM Band Repeater Demo User Guide Version.0r - PRELIMINARY IA ISM-UGRP Rev.0r 05 008, Silicon Laboratories, Inc. Silicon Labs, Inc. 00 West Cesar Chavez Austin, Texas 7870 Tel: 5.6.8500 Fax:

More information

LED Driver 5 click. PID: MIKROE 3297 Weight: 25 g

LED Driver 5 click. PID: MIKROE 3297 Weight: 25 g LED Driver 5 click PID: MIKROE 3297 Weight: 25 g LED Driver 5 click is a Click board capable of driving an array of high-power LEDs with constant current, up to 1.5A. This Click board features the TPS54200,

More information

Atmel ATA6629/ Atmel ATA6631 Development Board V2.2. Application Note. Atmel ATA6629/ATA6631 Development Board V

Atmel ATA6629/ Atmel ATA6631 Development Board V2.2. Application Note. Atmel ATA6629/ATA6631 Development Board V Atmel ATA6629/ATA6631 Development Board V2.2 1. Introduction The development board for the Atmel ATA6629/ATA6631 (ATA6629-EK, ATA6631-EK) is designed to give users a quick start using these ICs and prototyping

More information

Weekly Update Michael Jorgensen Week of 2/25/11 3/3/11

Weekly Update Michael Jorgensen Week of 2/25/11 3/3/11 Weekly Update Michael Jorgensen Week of 2/25/11 3/3/11 I tested the circuit with my left masseter and temporalis muscles. I obtained a clean signal as shown in FIG. 1 (L masseter). It is evident that the

More information

AL3157 Evaluation Module

AL3157 Evaluation Module Device Features Dual-Mode 1x and 2x Charge Pump V IN Range: 2.7V to 5.5V Up to 300mA total drive capability: Three 30mA and One 210mA Channels Two Simple PWM Dimming Control Inputs 1.2 MHz Constant Switching

More information

LEAD-FREE FEATURES: APPLICATIONS INCLUDE: 1.0 INTRODUCTION

LEAD-FREE FEATURES: APPLICATIONS INCLUDE: 1.0 INTRODUCTION DLP-RFID- LPC LEAD-FREE -Channel Reader/Writer FEATURES: ISO, ISOA, ISOB Compatible Can read the UID/SID of up to Tags Simultaneously.MHz Reader/Writer Channels for External Antenna Connections FCC/IC/CE

More information

SGD 43-A 4.3 PanelPilotACE Compatible Display

SGD 43-A 4.3 PanelPilotACE Compatible Display is a 4.3 capacitive touch display designed for use with PanelPilotACE Design Studio, a free drag-and-drop style software package for rapid development of advanced user interfaces and panel meters. The

More information

P9225-R Evaluation Kit User Manual. Description. Features. Kit Contents. P9225-R-EVK MM EV Board. Top View. Bottom View

P9225-R Evaluation Kit User Manual. Description. Features. Kit Contents. P9225-R-EVK MM EV Board. Top View. Bottom View Description The P9225-R-EVK Evaluation Kit demonstrates the functionality, features, and performances of the P9225-R 5W Wireless Power Receiver (Rx). The kit includes the P9225-R Mass-Market (MM) EV Board

More information

3-Channel Fun LED Driver

3-Channel Fun LED Driver 3-Channel Fun LED Driver Description is a 3-channel fun LED driver which features two-dimensional auto breathing mode. It has One Shot Programming mode and PWM Control mode for RGB lighting effects. The

More information

EVA-8M and EVA-M8 series

EVA-8M and EVA-M8 series EVA-8M and EVA-M8 series u-blox 8 / u-blox M8 GNSS modules Hardware Integration Manual Abstract This document describes the hardware features and specifications of u-blox EVA-8M and EVA-M8 series GNSS

More information

ZKit-51-V664, 8051 Development Kit

ZKit-51-V664, 8051 Development Kit ZKit-51-V664, 8051 Development Kit User Manual 2.0, Oct 2013 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

Gnd Gnd Gnd CHF CLF E D520A ADS SDA SCL. Gnd. Figure 1 Standard Test Circuit

Gnd Gnd Gnd CHF CLF E D520A ADS SDA SCL. Gnd. Figure 1 Standard Test Circuit Durel Division 2225 W. Chandler Blvd. Chandler, AZ 85224-6155 Tel: 48.917.6 / FAX: 48.917.649 www.rogerscorp.com durelplex D52A Multi-Segment EL Driver IC Features 2 segment 3P EL Lamp Driver EL Dimming

More information

RY836AI. High Performance GPS & Glonass / GPS & BeiDou Parallel mode antenna module with Compass, Gyroscope, Accelerometer, Pressure Sensor.

RY836AI. High Performance GPS & Glonass / GPS & BeiDou Parallel mode antenna module with Compass, Gyroscope, Accelerometer, Pressure Sensor. 27-OCT-2017 56312E31 High Performance GPS & Glonass / GPS & BeiDou Parallel mode antenna module with Compass, Gyroscope, Accelerometer, Pressure Sensor Datasheet PRODUCT DESCRIPTION The REYAX GNSS receiver

More information

WISMO Quik Q2686 series. Wismo Quik Q2686 Customer Design Guidelines

WISMO Quik Q2686 series. Wismo Quik Q2686 Customer Design Guidelines WISMO Quik Q2686 series Wismo Quik Q2686 Customer Design Guidelines Revision: 003 Date: February 2006 WISMO Quik Q2686 Customer Design Guidelines Reference : WM_PRJ_Q2686_PTS_003 Revision : 003 Date :

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information