IO Expander Shield. User Guide. Rev 9

Size: px
Start display at page:

Download "IO Expander Shield. User Guide. Rev 9"

Transcription

1 IO Expander Shield User Guide Rev

2 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at to drop us a quick message. Technical Help Got technical questions? Please write to help@numato.com Sales Team Questions about making payments, volume discounts, academic/open source discounts, purchase orders and quotes? Please write to sales@numato.com Webmaster Questions/Suggestions about our website? Please write to webmaster@numato.com Like us on Facebook! Visit our blog for news, updates and specials. Mailing Address Numato Systems Pvt Ltd st Floor, #C Wipro Avenue Phase - Electronic City Bangalore, KA-, India * Mail orders, phone orders and direct pick up are not available at this time. Please visit our online store to place your order. Estimated shipping time to your address will be displayed in the shopping cart before checkout. You may use, modify or share this publication or part of thereof adhering to Creative Commons Attribution-ShareAlike. Unported (CC BY-SA.) License. See complete license text at All trademarks are property of their respective owners.

3 IO Expander Shield User Guide Introduction Numato Lab's IO Expander Shield extends Arduino's digital and analog I/O pins and makes Arduino suitable for high pin count applications. This shield suitable for applications that needs to control more number of input and output devices (sensors, LEDs etc..). This shield will add additional I/O pins to your Arduino. of these pins are digital I/Os controlled via IC bus by using two IC pins on Arduino (A and A) and rest pins can be used as analog inputs, which uses only one analog pin(a) of Arduino. Overall plugging this shield on to Arduino will give pins to work with (including existing Arduino's I/Os). Some of the possible uses of this shield include Robotics Lighting Control Sensor and switches interfacing Keyboard interfacing General purpose I/O functionality DIY and Hobby Features Adds digital I/O and Analog Input pins by using just Arduino pins. Two Microchip MCP ICs for digital I/O expansion One NXP HC Analog Multiplexer/Demultiplexer IC for Analog expansion Jumpers provided for IC Address selection for MCP ICs Arduino Uno, Arduino Mega compatible Small size, Low cost and Light weight IO Expander shield consists of two bit MCP GPIO Expander ICs(U & U) and one NXP HC Analog Multiplexer. The digital I/O pins from MCP(U) are available on header and digital I/O pins from MCP(U) are available on header. These headers include V, and Interrupt pins for convenience. More details on Digital I/O pins is available else where in this document. HC is a channel Analog Multiplexer/Demultiplexer with four selection inputs(s, S, S, S) connected to the MCP(U) IC PORTA pins(pa, PA, PA, PA), independent inputs/outputs(y to Y) are available on a header along with two V and two pins. This shield is powered from Arduino Vin pin, an on board voltage regulator is provided on the shield to derive V operating power supply. A power on LED indicates when the shield is powered up. NUMATO SYSTEMS PVT LTD

4 IO Expander Shield User Guide How to Use the Shield The following section describes how to use this shield. Components / Tools Required Along with this shield, you may need the following items for easy and fast installation.. Arduino Uno / Arduino Mega or a Compatible board. -V External DC power supply to power Arduino. USB A to B cable to connect Arduino to host PC. Connection Diagram Address Pins MCP IC slave interface can have up to unique bus addresses, that means chips can communicate over a single IC bus at a time. IO Expander shield uses two MCP ICs (U and U) NUMATO SYSTEMS PVT LTD

5 IO Expander Shield User Guide each supports bit addressing with four fixed upper bits() and three user defined hardware address bits(a, A, A). Jumpers are used to set the user definable part of the device address. There are six selection jumpers available on the board for these hardware address bits. AD, AD and AD for MCP(U), and AD, AD and AD for MCP(U) thus allowing user to set the address of each IC by connecting the address pin to () or (). The shield is shipped with address for U and for U. One can use shields over single IC bus ie shields can be controlled with single Arduino board by properly selecting address for each chip. Stacking the multiple shields this way can yield up to I/O pins. Table below summarizes the Address pins connection in detail. I/O Ports Selection Jumper Pin connection with MCP Default jumper position on shield AD A of MCP(U) () AD A of MCP(U) () AD A of MCP(U) () AD A of MCP(U) () AD A of MCP(U) () AD A of MCP(U) () There are total digital I/O and analog pins available on three separate headers on the shield. The digital pins are numbered from to in which to are controlled by MCP(U) and to are controlled by MCP(U) through IC bus. Each pin can individually be controlled by accessing the specific port register. Please refer to MCP data-sheet for register addresses and more details. The Analog pins are numbered from to. These pins are connected to analog multiplexer IC HC. The selection inputs(s, S, S, S) of this IC are connected to the PORTA pins(pa, PA, PA, PA) of MCP(U), hence the pin selection for HC IC can be done by writing the address input( ) to PORTA register of MCP(U). The Z terminal (common terminal) of HC is wired to Arduino's Analog pin(a). Reading Arduino's A pin will read the analog voltage on HC's analog pin that is selected by the selection inputs(s, S, S, S). Each header has V and connections available for convenience. Table below summarizes the description of each pin on the header. NUMATO SYSTEMS PVT LTD

6 IO Expander Shield User Guide Digital I/Os Pin out connections of MCP (U) Pin name on the Digital Header Description Pin out connections of MCP (U) Pin name on the Digital Header Description INT Interrupt output for PORTB INT Interrupt output for PORTB INT Interrupt output for PORTA INT Interrupt output for PORTA I/O pins of PORTB(GPB-) I/O pins of PORTB(GPB-) I/O pins of PORTA(GPA-) I/O pins of PORTA(GPA-) Ground Connection Ground Connection V Connection V Connection Analog Inputs Pin name on the Analog Header Pin connection with HC Description Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In Y Analog In NUMATO SYSTEMS PVT LTD

7 IO Expander Shield User Guide Power Supply The power supply for this shield is derived from Vin/DC Jack of the Arduino board, connect a -V of DC supply to the external power supply pin (DC Jack) of Arduino. This power supply voltage is regulated using an onboard voltage regulator. The power on LED indicates the power supply status. Additional Information Selection Jumper(GS) This on board jumper pin is used to connect the Enable input pin of HC IC to. When this Enable input pin is LOW one of the sixteen Analog pins of HC IC is selected(on state). All unselected pins will be in OFF state. When this pin is HIGH, it makes all pins to OFF state. (This shield is shipped with Enable Input connected to ). Common Input/Output Common Input/Output (Z)pin of HC IC, is connected to Arduino's Analog pin A. This common I/O is internally routed to one of the I/Os (Y Y) on the chip based on the configuration of selection inputs. Interrupt Pins The Interrupt pins of MCP are brought out as standard header pins in which INT, INT are associated with PORTA and INT, INT are associated with PORTB of corresponding chips. The chip generates an interrupt if a mismatch condition exists between the current port value and the previous port value. This could be very useful for detecting changes quickly without having to poll all the I/O over IC frequently. Please see MCP data-sheet for more details on using interrupts. NUMATO SYSTEMS PVT LTD

8 IO Expander Shield User Guide Connecting the shield to Arduino Uno. Mount IO Expander Shield on Arduino Uno (or compatible) board.. Connect -V DC power supply to the Arduino's external DC jack/vin.. Download Arduino IO Expander Demo code from.. Open the code in Arduino IDE, compile and upload to the board. The following three sample sketches are available.. DigitalOut.ino Generates square wave on all Digital pins. DigitalIn.ino Prints the logic state on digital input pins if at least one input is high. AnalogIn.ino Displays reading equivalent to the analog voltage on analog input pin. Test the port outputs using LEDs or a multimeter.. Test the port inputs using potentiometers (for analog input) or other input devices.. Open serial monitor to check the input readings. NUMATO SYSTEMS PVT LTD

9 IO Expander Shield User Guide Technical Specifications Parameter * Value Unit Basic Specifications Number of Expanded Digital I/Os Number of Expanded Analog I/Os Digital circuit power supply voltage - V Maximum current drawn by shield ma MCP Specifications Supply Voltage().-. V GPIO Input Low Voltage(VIL) VSS-. V GPIO Input High Voltage(VIH).- V GPIO Output Low Voltage(VOL). V GPIO Output High Voltage(VOH) -. V Maximum Output Current sunk/source by any output pin ma HC Specifications Supply Voltage(VCC) - V Supply Current(ICC) ma Input Voltage -VCC V Output Voltage VCC V * All parameters considered nominal. Numato Systems Pvt Ltd reserve the right to modify products without notice. NUMATO SYSTEMS PVT LTD

10 IO Expander Shield User Guide FAQ Q. Where do I find Demo code for this product? A. Visit and navigate to the product page to download Demo code. Q. I need a customized version of this product, can Numato do the customization for me? A. Yes, we can definitely do customization but there may be minimum order requirements depending on the level of customization required. Please write to sales@numato.com for a quote. Q. Where can I buy this product? A. All Numato products can be ordered directly from our web store We accept major credit cards and Paypal and ship to almost all countries with a few exceptions. We do have distributors in many countries where you can place your order as well. Please find the current list of distributors at NUMATO SYSTEMS PVT LTD

11 IO Expander Shield User Guide Physical Dimensions Schematics See next page NUMATO SYSTEMS PVT LTD

12 A A B B C C Date: jun KiCad E.D.A. Rev: Size: A Id: / Title: IO expander File: IOexpaander.sch Sheet: / Numato Lab License : CC BY-SA GS GS RESET V V VIN A A A A A/SDA/IC A/SCL/IC /PWM RX /PWM/SS TX /PWM/MOSI/SPI /MISO/SPI /PWM /SCK/SPI /PWM AREF /PWM U AURD_COMM_SHIELD AD AD AD AD AD AD PWR LED V V ANALOG DIGITAL INT V INT INT V INT PWR_FLAG C UF VIN VIN C.UF C UF VI VO U GS GS GS GS GS GS GS GS GS GS GS GS INTB INTA INTB INTA INTB INTA INTB INTA R K P CONN_X D LED C.UF P CONN_X P CONN_X R K R K C.UF C.UF Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y PB PB PB PB PB PB PB PB PA PA PA PA A A A A A A A A B B B B B B B B PA PA Y Y Y Y Y Y Y Y PA PA Y Y Y Y Y Y Y Y Z Z PA PA PA PA PA PA PA PA PB PB PB PB PB PB PB PB A A A A A A A A B B B B B B B B GPB GPB GPB GPB GPB GPB GPB GPB VSS INTA NC GPA SCL GPA SDA GPA NC GPA A GPA A GPA A GPA RESET GPA INTB U MCP GPB GPB GPB GPB GPB GPB GPB GPB VSS INTA NC GPA SCL GPA SDA GPA NC GPA A GPA A GPA A GPA RESET GPA INTB U MCP R K R K Z Y Y Y Y Y Y Y Y S Y S Y Y S Y S VCC E Y Y Y Y U HC

Alphanumeric LCD Display Expansion Module User Guide. Rev 9

Alphanumeric LCD Display Expansion Module User Guide.   Rev 9 Alphanumeric LCD Display Expansion Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message.

More information

Galatea IO Expansion Module User Guide. Rev 9

Galatea IO Expansion Module User Guide.   Rev 9 Galatea IO Expansion Module User Guide Rev Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

More information

CS4344 AUDIO Expansion Module User Guide. Rev 9

CS4344 AUDIO Expansion Module User Guide.   Rev 9 CS AUDIO Expansion Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

More information

2 Channel Relay Controller Board User Guide. Rev 9

2 Channel Relay Controller Board User Guide.   Rev 9 Channel Relay Controller Board User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

More information

Galatea IP4776CZ38 HDMI Expansion Module User Guide. Rev 9

Galatea IP4776CZ38 HDMI Expansion Module User Guide.   Rev 9 Galatea IPCZ HDMI Expansion Module User Guide Rev Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

More information

IP4776CZ38 HDMI Transmitter Expansion Module User Guide. Rev 9

IP4776CZ38 HDMI Transmitter Expansion Module User Guide.   Rev 9 IP776CZ8 HDMI Transmitter Expansion Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message.

More information

IO Breakout Module For Mimas User Guide. Rev 9

IO Breakout Module For Mimas User Guide.   Rev 9 IO Breakout Module For Mimas User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

More information

Galatea RTL8211E Gigabit Ethernet Expansion Module User Guide. Rev 9

Galatea RTL8211E Gigabit Ethernet Expansion Module User Guide.  Rev 9 Galatea RTL8E Gigabit Ethernet Expansion Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick

More information

RTL8211E Gigabit Ethernet Expansion Module User Guide. Rev 9

RTL8211E Gigabit Ethernet Expansion Module User Guide.  Rev 9 RTL8211E Gigabit Ethernet Expansion Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message.

More information

PIC32 MX Microcontroller Development Board. User Guide. Rev 9

PIC32 MX Microcontroller Development Board. User Guide.   Rev 9 PIC MX Microcontroller Development Board User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message.

More information

4 Channel Programmable Relay Module. User Guide. Rev 9

4 Channel Programmable Relay Module. User Guide.  Rev 9 Channel Programmable Relay Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

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

8 Channel USB SS Relay Module User Guide. Rev 9

8 Channel USB SS Relay Module User Guide.  Rev 9 8 hannel USB SS Relay Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the ontact Us page at http:// to drop us a quick message. Technical

More information

1 Channel USB Powered Relay Module User Guide. Rev 9

1 Channel USB Powered Relay Module User Guide.   Rev 9 Channel USB Powered Relay Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

More information

Sanguino TSB. Introduction: Features:

Sanguino TSB. Introduction: Features: Sanguino TSB Introduction: Atmega644 is being used as CNC machine driver for a while. In 2012, Kristian Sloth Lauszus from Denmark developed a hardware add-on of Atmega644 for the popular Arduino IDE and

More information

IOX-16 User s Manual. Version 1.00 April Overview

IOX-16 User s Manual. Version 1.00 April Overview UM Unified Microsystems IOX-16 User s Manual Version 1.00 April 2013 Overview The IOX-16 Arduino compatible shield is an easy way to add 16 additional digital Input/Output (I/O) lines to your Arduino system.

More information

2 Channel USB Powered Relay Module User Guide. Rev 9

2 Channel USB Powered Relay Module User Guide.   Rev 9 Channel USB Powered Relay Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

More information

ARDUINO LEONARDO WITH HEADERS Code: A000057

ARDUINO LEONARDO WITH HEADERS Code: A000057 ARDUINO LEONARDO WITH HEADERS Code: A000057 Similar to an Arduino UNO, can be recognized by computer as a mouse or keyboard. The Arduino Leonardo is a microcontroller board based on the ATmega32u4 (datasheet).

More information

Cookie User Manual. For NuMicro Edition 1.0. Rev. 1.0 Release: forum.coocox.org.

Cookie User Manual. For NuMicro Edition 1.0. Rev. 1.0 Release: forum.coocox.org. Cookie User Manual For NuMicro Edition 1.0 Rev. 1.0 Release: 2012-08-09 Website: Forum: Techinal: Market: www.coocox.org forum.coocox.org master@coocox.com market@coocox.com 1 Introduction Cookie is an

More information

GUIDE TO SP STARTER SHIELD (V3.0)

GUIDE TO SP STARTER SHIELD (V3.0) OVERVIEW: The SP Starter shield provides a complete learning platform for beginners and newbies. The board is equipped with loads of sensors and components like relays, user button, LED, IR Remote and

More information

Exen Mini. Setup Guide - V1. nerdonic.com

Exen Mini. Setup Guide - V1. nerdonic.com nerdonic. Exen Mini Setup Guide - V1 01 Exen Mini - Pinout SWCLK SWDIO RESET 3.3V GND POWER LED SWD HEADER PROGRAMMABLE LED 8 / PA06 3.3-20V INPUT REGULATED TO 3.3V 3.3-20V 3.3V INPUT OR REGULATED 3.3V

More information

ARDUINO LEONARDO ETH Code: A000022

ARDUINO LEONARDO ETH Code: A000022 ARDUINO LEONARDO ETH Code: A000022 All the fun of a Leonardo, plus an Ethernet port to extend your project to the IoT world. You can control sensors and actuators via the internet as a client or server.

More information

Arduino Dock 2. The Hardware

Arduino Dock 2. The Hardware Arduino Dock 2 The Arduino Dock 2 is our supercharged version of an Arduino Uno R3 board. These two boards share the same microcontroller, the ATmel ATmega328P microcontroller (MCU), and have identical

More information

ARDUINO YÚN Code: A000008

ARDUINO YÚN Code: A000008 ARDUINO YÚN Code: A000008 Arduino YÚN is the perfect board to use when designing connected devices and, more in general, Internet of Things projects. It combines the power of Linux with the ease of use

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

Mimas Spartan 6 FPGA Development Board. User Guide. Rev 9

Mimas Spartan 6 FPGA Development Board. User Guide.  Rev 9 Mimas Spartan 6 FPGA Development Board User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message.

More information

Bridgetek Pte Ltd. CleOIO-Shield Module Datasheet. 1 Introduction. 1.1 Features. CleOIO-Shield Module Datasheet Version 1.0

Bridgetek Pte Ltd. CleOIO-Shield Module Datasheet. 1 Introduction. 1.1 Features. CleOIO-Shield Module Datasheet Version 1.0 Bridgetek Pte Ltd CleOIO-Shield Module Datasheet 1 Introduction The CleOIO-Shield is an input/output expansion shield for CleO series and belongs to CleO accessories. It is compatible with CleO35, CleO50,

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

2 Channel Bluetooth Relay Module User Guide. Rev 9

2 Channel Bluetooth Relay Module User Guide.   Rev 9 Channel Bluetooth Relay Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

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

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

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

Exen Mini. Setup Guide - V2. nerdonic.com

Exen Mini. Setup Guide - V2. nerdonic.com nerdonic. Exen Mini Setup Guide - V2 01 Setup Guide - Changelog V2 - Added common PC connection and Unknown Device fixes 02 SWCLK SWDIO RESET 3.3V GND Exen Mini - Pinout POWER LED SWD HEADER PROGRAMMABLE

More information

Elbert V2 Spartan 3A FPGA Development Board. User Guide. Rev 9

Elbert V2 Spartan 3A FPGA Development Board. User Guide.  Rev 9 Elbert V Spartan A FPGA Development Board User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message.

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

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

I2CMux Grove Board 0057-GRV4I2CMux-DSBT/ SF

I2CMux Grove Board 0057-GRV4I2CMux-DSBT/ SF Features and Benefits: The is an easy to use 4 Channel I2C Multiplexer. The I2C Mux Breakout Board is a quad bidirectional translating switch controlled via the I2C bus. The SCL/SDA controlling fans out

More information

ARDUINO M0 PRO Code: A000111

ARDUINO M0 PRO Code: A000111 ARDUINO M0 PRO Code: A000111 The Arduino M0 Pro is an Arduino M0 with a step by step debugger With the new Arduino M0 Pro board, the more creative individual will have the potential to create one s most

More information

EVALKIT-VL6180X. VL6180X plug-in and STM32 F401RE Nucleo board explorer kit. Description. Features

EVALKIT-VL6180X. VL6180X plug-in and STM32 F401RE Nucleo board explorer kit. Description. Features EVALKIT-VL6180X VL6180X plug-in and STM32 F401RE Nucleo board explorer kit Data brief Equipped with Arduino UNO R3 connector. RoHS compliant. Full system SW supplied, download from www.st.com/vl6180x in

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

Pmod modules are powered by the host via the interface s power and ground pins.

Pmod modules are powered by the host via the interface s power and ground pins. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.store. digilent.com Digilent Pmod Interface Specification 1.2.0 Revised October 5, 2017 1 Introduction The Digilent Pmod interface is used to connect

More information

8:1 Serial Port Expander

8:1 Serial Port Expander 8:1 Serial Port Expander V 1.3 This is an evolving document check back for updates. Features Expand a single UART (RX / TX) serial port into 8 additional serial ports On-board LEDs indicate which channel

More information

ARDUINO INDUSTRIAL 1 01 Code: A000126

ARDUINO INDUSTRIAL 1 01 Code: A000126 ARDUINO INDUSTRIAL 1 01 Code: A000126 The Industrial 101 is a small form-factor YUN designed for product integration. OVERVIEW: Arduino Industrial 101 is an Evaluation board for Arduino 101 LGA module.

More information

ARDUINO PRIMO. Code: A000135

ARDUINO PRIMO. Code: A000135 ARDUINO PRIMO Code: A000135 Primo combines the processing power from the Nordic nrf52 processor, an Espressif ESP8266 for WiFi, as well as several onboard sensors and a battery charger. The nrf52 includes

More information

USB-to-I2C. Ultra Hardware User s Manual.

USB-to-I2C. Ultra Hardware User s Manual. USB-to-I2C Ultra Hardware User s Manual https://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C Ultra product from SB Solutions, Inc. SB Solutions, Inc. reserves

More information

16 Channel USB Relay Module User Guide. Rev 9

16 Channel USB Relay Module User Guide.  Rev 9 Channel USB Relay Module User Guide Rev 9 Get in touch with us! Please feel free to send a mail to one of the mail IDs below or use the Contact Us page at http:// to drop us a quick message. Technical

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

PWR-I/O-DB Power and I/O Daughterboard (#28301)

PWR-I/O-DB Power and I/O Daughterboard (#28301) 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

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

Getting started with X-NUCLEO-53L1A1 long distance ranging ToF sensor expansion board based on VL53L1X for STM32 Nucleo

Getting started with X-NUCLEO-53L1A1 long distance ranging ToF sensor expansion board based on VL53L1X for STM32 Nucleo User manual Getting started with X-NUCLEO-53L1A1 long distance ranging ToF sensor expansion board based on VL53L1X for STM32 Nucleo Introduction This document provides detailed hardware information on

More information

Alessandra de Vitis. Arduino

Alessandra de Vitis. Arduino Alessandra de Vitis Arduino Arduino types Alessandra de Vitis 2 Interfacing Interfacing represents the link between devices that operate with different physical quantities. Interface board or simply or

More information

Building RoboPIC 18F4550

Building RoboPIC 18F4550 RoboPIC 8F4550 Copyright 206 William Henning Building RoboPIC 8F4550 Copyright 206 William Henning RoboPIC 8F4550 build manual v0.90 The most up to date documentation will always be available at: http://www.mikronauts.com/robot-controllers/robopic-8f4550/

More information

USB-to-I2C. Professional Hardware User s Manual.

USB-to-I2C. Professional Hardware User s Manual. USB-to-I2C Professional Hardware User s Manual https://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C Professional product from SB Solutions, Inc. SB Solutions,

More information

P-NUCLEO-6180X2. Proximity, gesture, ambient light sensor expansion board based on VL6180X for STM32L053R8. Description. Features

P-NUCLEO-6180X2. Proximity, gesture, ambient light sensor expansion board based on VL6180X for STM32L053R8. Description. Features Proximity, gesture, ambient light sensor expansion based on VL6180X for STM32L053R8 Data brief integrate the VL6180X in customer s application. Basic gesture recognition application can be developed using

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

ARDUINO YÚN MINI Code: A000108

ARDUINO YÚN MINI Code: A000108 ARDUINO YÚN MINI Code: A000108 The Arduino Yún Mini is a compact version of the Arduino YUN OVERVIEW: Arduino Yún Mini is a breadboard PCB developed with ATmega 32u4 MCU and QCA MIPS 24K SoC CPU operating

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:   Forums: forums.parallax.com Sales: Technical: 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

Pridgen Vermeer Robotics ATmega128 Revision 0

Pridgen Vermeer Robotics ATmega128 Revision 0 Features: 6x 8-bit I/O Ports 4x A/D Inputs 6x PWM Headers 2x RS 232 Terminals Power Bus LCD Header (4-bit mode) Smart Power Connecter Power Switch Header Power LED Debug LED Note: Some pins have multiple

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

ESPino - Specifications

ESPino - Specifications ESPino - Specifications Summary Microcontroller ESP8266 (32-bit RISC) WiFi 802.11 (station, access point, P2P) Operating Voltage 3.3V Input Voltage 4.4-15V Digital I/O Pins 9 Analog Input Pins 1 (10-bit

More information

Beetle SKU:DFR0282. Contents. Introduction

Beetle SKU:DFR0282. Contents. Introduction Beetle SKU:DFR0282 From Robot Wiki Beetle Contents 1 Introduction 2 Specification 3 PinOut 4 Tutorial o 4.1 Power o 4.2 Programming o 4.3 Example Code 5 Trouble shooting Introduction The Beetle is a minimalized

More information

Experiment 4.A. Speed and Position Control. ECEN 2270 Electronics Design Laboratory 1

Experiment 4.A. Speed and Position Control. ECEN 2270 Electronics Design Laboratory 1 .A Speed and Position Control Electronics Design Laboratory 1 Procedures 4.A.0 4.A.1 4.A.2 4.A.3 4.A.4 Turn in your Pre-Lab before doing anything else Speed controller for second wheel Test Arduino Connect

More information

Grove Digital Extender 0059-GRVDE-DSBT/SF

Grove Digital Extender 0059-GRVDE-DSBT/SF Features and Benefits: The board is an easy to use I2C controlled board that provides 8 Grove Digital I/O ports. 8 Connectors I2C controlled 3 total Grove I2C Connectors (2 spare) 8 GPIO pins 3.3V and

More information

VOLTAGE TRANSLATOR BOARD

VOLTAGE TRANSLATOR BOARD VOLTAGE TRANSLATOR BOARD FEATURES X LVC Bus Transceivers for voltage translation x I/O ports matching configuration of I/O Selectable jumper pins for the direction of voltage translation Onboard Voltage

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

X-NUCLEO-53L0A1 ranging and gesture detection sensor expansion board based on VL53L0X for STM32 Nucleo

X-NUCLEO-53L0A1 ranging and gesture detection sensor expansion board based on VL53L0X for STM32 Nucleo User manual X-NUCLEO-53L0A1 ranging and gesture detection sensor expansion board based on VL53L0X for STM32 Nucleo Introduction This document provides detailed hardware information on X-NUCLEO-53L0A1 expansion

More information

IDUINO for maker s life. User Manual. For IDUINO Mega2560 Board(ST1026)

IDUINO for maker s life. User Manual. For IDUINO Mega2560 Board(ST1026) User Manual For IDUINO Mega2560 Board(ST1026) 1.Overview 1.1 what is Arduino? Arduino is an open-source prototyping platform based on easy-to-use hardware and software. Arduino boards are able to read

More information

Arduino Internals. Dale Wheat. Apress

Arduino Internals. Dale Wheat. Apress Arduino Internals Dale Wheat Apress Contents About the Authors About the Technical Reviewers Acknowledgments Preface xv xvi xvii xviii Chapter 1: Hardware 1 What Is an Arduino? 1 The Arduino Uno 2 Processor

More information

User's Manual Rev. 1. Freescale Semiconductor Inc. TWRS08UNIVUM

User's Manual Rev. 1. Freescale Semiconductor Inc. TWRS08UNIVUM TWR-S08UNIV User's Manual Rev. 1 Freescale Semiconductor Inc. TWRS08UNIVUM Table of Contents 1. TWR-S08UNIV and TWR-S08DC Overview... 4 1.1 Contents... 5 1.2 Features... 5 2. Getting Started... 7 2.1 Reference

More information

3 in 1 ICD. EASYdsPIC4 User s Manual. MikroElektronika. Software and Hardware solutions for Embedded World

3 in 1 ICD. EASYdsPIC4 User s Manual. MikroElektronika. Software and Hardware solutions for Embedded World SOFTWARE AND HARDWARE SOLUTIONS FOR THE EMBEDDED WORLD - Books - Compilers EASYdsPIC4 User s Manual mikro 3 in 1 IN-CIRCUIT DEBUGGER MICROCHIP dspic DEVELOPMENT BOARD USB 2.0 IN-CIRCUIT PROGRAMMER With

More information

The DaVinci Data Sheet

The DaVinci Data Sheet The DaVinci (c) 0 BasicMicro. All Rights Reserved. Feature Overview: LB+ J 00% Arduino Compatible.mm Power Jack Screw Terminal For Power MiniUSB For Shield Clearance Dual Mount Pattern Jumper Selected

More information

JeeNode V2. A small *duino-ish MPU board with a wireless RF module. Jean-Claude Wippler jeelab.equi4.com March 2009

JeeNode V2. A small *duino-ish MPU board with a wireless RF module. Jean-Claude Wippler jeelab.equi4.com March 2009 JeeNode V2 A small *duino-ish MPU board with a wireless RF module Overview Jean-Claude Wippler jeelab.equi4.com March 2009 The JeeNode is a small micro-controller board which can be used for a variety

More information

1.6inch SPI Module user manual

1.6inch SPI Module user manual 1.6inch SPI Module user manual www.lcdwiki.com 1 / 10 Rev1.0 Product Description The 1.6 module is tested using the ESP8266MOD D1 Mini development board, Both the test program and the dependent libraries

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

Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform.

Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform. Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform www.sierraradio.net www.hamstack.com Topics Introduction Hardware options Software development HamStack project

More information

EPT-200TMP-TS-U2 TMP102 Temperature Sensor Docking Board Data Sheet

EPT-200TMP-TS-U2 TMP102 Temperature Sensor Docking Board Data Sheet EPT-2TMP-TS-U2 TMP12 Temperature Sensor Docking Board Data Sheet This docking board is based on the TMP12 Temperature Sensor chip from Texas Instruments. It can measure the ambient temperature between

More information

Freescale Semiconductor Inc. Microcontroller Solutions Group. FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0

Freescale Semiconductor Inc. Microcontroller Solutions Group. FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0 Freescale Semiconductor Inc. Microcontroller Solutions Group FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0 Table of Contents 1 FRDM-KL46Z Overview... 3 2 References documents... 3 3 Getting started...

More information

UM2461 User manual. SPC584B-DIS Discovery Board. Introduction

UM2461 User manual. SPC584B-DIS Discovery Board. Introduction User manual SPC584B-DIS Discovery Board Introduction The SPC584B-DIS is a low-cost development board to evaluate and develop applications with the microcontroller SPC584B70E1 in etqfp 64-pin package. This

More information

Breeze Board. Type A. User Manual.

Breeze Board. Type A. User Manual. Breeze Board Type A User Manual www.dizzy.co.za Contents Introduction... 3 Overview Top... 4 Overview Bottom... 5 Getting Started (Amicus Compiler)... 6 Power Circuitry... 7 USB... 8 Microcontroller...

More information

3.3V regulator. JA H-bridge. Doc: page 1 of 7

3.3V regulator. JA H-bridge. Doc: page 1 of 7 Digilent Cerebot Board Reference Manual Revision: 11/17/2005 www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Digilent Cerebot Board is a useful tool for

More information

AK-DS2482S-100. Reference manual. Copyright 2016 Artekit Italy All rights reserved

AK-DS2482S-100. Reference manual. Copyright 2016 Artekit Italy All rights reserved AK-DS2482S-100 Reference manual Copyright 2016 Artekit Italy All rights reserved Contents About this document... 3 Revision history... 3 Contact information... 3 Life support policy... 3 Copyright information...

More information

MedeaWiz 8X78. Input / Output Expander. FW version 1.0. PCB version 1.0. Manual version Note that this manual may change periodically

MedeaWiz 8X78. Input / Output Expander. FW version 1.0. PCB version 1.0. Manual version Note that this manual may change periodically MedeaWiz 8X78 Input / Output Expander FW version 10 PCB version 10 Manual version 110 Note that this manual may change periodically Please go to wwwmedeawizcom for the latest version 0 P a g e Table of

More information

Lab 8: Sensor Characterization Lab (Analog)

Lab 8: Sensor Characterization Lab (Analog) Objectives Lab 8: Sensor Characterization Lab (Analog) This lab introduces the methods and importance for characterizing sensors. Students will learn about how the Arduino interprets an analog signal.

More information

Arduino Diecimila Pinouts 697B B8D-A50A-61944C26074F

Arduino Diecimila Pinouts 697B B8D-A50A-61944C26074F mightwerk Resources for creators and innovators outs 697B1380-9797-4B8D-A50A-61944C26074F Introduction... 1 4-pin Expansion Header out... 2 6-pin ICSP Header out... 3 Map from to... 4 Map from ATmega328

More information

Introducting Itsy Bitsy 32u4

Introducting Itsy Bitsy 32u4 Introducting Itsy Bitsy 32u4 Created by lady ada Last updated on 2018-01-03 05:47:20 AM UTC Guide Contents Guide Contents Overview Pinouts Which do you have? Power Pins Adafruit Pro Trinket LiIon/LiPoly

More information

Arduino Ethernet. Arduino Ethernet Rev. 2 board front view with optional PoE module. (http://arduino.cc/en/uploads/main/arduinoethernetfrontpoe.

Arduino Ethernet. Arduino Ethernet Rev. 2 board front view with optional PoE module. (http://arduino.cc/en/uploads/main/arduinoethernetfrontpoe. Arduino - ArduinoBoardEthernet Page 1 of 10 Arduino Ethernet (http://arduino.cc/en/uploads/main/arduinoethernetfront.jpg) Arduino Ethernet Rev. 3 board front view (http://arduino.cc/en/uploads/main/arduinoethernetback.jpg)

More information

UM PCA9698 demonstration board OM6281. Rev September Document information

UM PCA9698 demonstration board OM6281. Rev September Document information Rev. 0 4 September 008 User manual Document information Info Keywords Abstract Content IC, PCA9698, GPIO The OM68 is an add-on to NXP s I C 005- demo board. This daughter board makes it easy to test and

More information

Win-I2CUSB Hardware User s Manual

Win-I2CUSB Hardware User s Manual Win-I2CUSB Hardware User s Manual http://www.demoboard.com Information provided in this document is solely for use with the Win-I2CUSB product from The Boardshop. The Boardshop and SB Solutions, Inc. reserve

More information

MegaPi Born to Motion Control

MegaPi Born to Motion Control MegaPi Born to Motion Control SKU: 10050 Weight: 130.00 Gram 1. Overview MegaPi is a main control board specially designed for makers and also an ideal option for being applied to education field and all

More information

Getting started with the X-NUCLEO-EEPRMA1 standard I²C and SPI EEPROM memory expansion board based on M24xx and M95xx series for STM32 Nucleo

Getting started with the X-NUCLEO-EEPRMA1 standard I²C and SPI EEPROM memory expansion board based on M24xx and M95xx series for STM32 Nucleo UM80 User manual Getting started with the X-NUCLEO-EEPRMA standard I²C and SPI EEPROM memory expansion board based on Mxx and M9xx series for STM Nucleo Introduction The X-NUCLEO-EEPRMA expansion board

More information

AVR-P development board Users Manual

AVR-P development board Users Manual AVR-P40-8515 development board Users Manual All boards produced by Olimex are ROHS compliant Revision A, January 2002 Copyright(c) 2009, OLIMEX Ltd, All rights reserved Page 1 INTRODUCTION: The AVR Microcontroller

More information

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

8051 Basic Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 8051 Basic 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

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

Wire Loop Game Nerves of Steel and Arduino in control

Wire Loop Game Nerves of Steel and Arduino in control Post Project No. Wire Loop Game Nerves of Steel and Arduino in control Here s a multi-player (max. ) version of that nerve-racking game called Wire Loop where contestants have to pass a metal loop around

More information

Gambar A.1 Board Arduino

Gambar A.1 Board Arduino LAMPIRAN A ARDUINO UNO Gambar A.1 Board Arduino The Arduino Uno is a microcontroller board based on the ATmega328. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog

More information

Getting Started with InnoSwitch TM 3-Pro Code Library using Arduino

Getting Started with InnoSwitch TM 3-Pro Code Library using Arduino Title Author Document Number Getting Started with InnoSwitch TM 3-Pro Code Library using Arduino Applications Engineering Department Application Note 77 (AN-77) Date September 6, 2018 Revision 1.0 Summary

More information

MCP4725. MCP4725 I 2 C DAC Arduino and chipkit library. Manual

MCP4725. MCP4725 I 2 C DAC Arduino and chipkit library. Manual MCP4725 MCP4725 I 2 C DAC Arduino and chipkit library Manual http://www.rinkydinkelectronics.com/ (C)2014 Rinky-Dink Electronics, Henning Karlsen Introduction: This library has been made to easily interface

More information

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM FRDM-KL02Z User Manual Rev. 0 Freescale Semiconductor Inc. FRDMKL02ZUM 1. Overview The Freescale Freedom development platform is an evaluation and development tool ideal for rapid prototyping of microcontroller-based

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

MicroBolt. Microcomputer/Controller Featuring the Philips LPC2106 FEATURES

MicroBolt. Microcomputer/Controller Featuring the Philips LPC2106 FEATURES Microcomputer/Controller Featuring the Philips LPC2106 FEATURES Powerful 60 MHz, 32-bit ARM processing core. Pin compatible with 24 pin Stamp-like controllers. Small size complete computer/controller with

More information