Skip to content

Introduction

Attention

This guide is specific to the USB-C Host Shield board variant. For the variants with the USB (Type-A) connector, please refer to this guide by Hardware Fun.

  • SKU: DEV-21247


    SparkFun USB-C Host Shield

  • The SparkFun USB-C Host Shield has similar features to our previous USB Host Shield (v2), but we upgraded the USB Type-A connector to a USB-C connector. Additionally, the board provides users with the option to select either the 5V or VIN pin to power the shield and USB port.

    The SparkFun USB Host Shield contains all of the digital logic and analog circuitry necessary to implement a USB peripheral/host controller with your Arduino board. This means you could use your Arduino microcontroller to interface with and control any USB 2.0 compatible device - flash drives, digital cameras, Bluetooth dongles, and much more!

    A four-wire serial interface is used to communicate with the host controller chip, so the shield connects the Arduino's hardware SPI pins (D10-13) to the MAX3421E. While the logic-level for the shield is 3.3V, all the SPI signals are sent through a hex converter to keep the shield compatible with any 5V Arduino boards.

    Purchase from SparkFun

SparkFun USB-C Host Shield

The SparkFun USB-C Host Shield has similar features to our previous USB Host Shield (v2), but we upgraded the USB Type-A connector to a USB-C connector. Additionally, the board provides users with the option to select either the 5V or VIN pin to power the shield and USB port.

The SparkFun USB Host Shield contains all of the digital logic and analog circuitry necessary to implement a USB peripheral/host controller with your Arduino board. This means you could use your Arduino microcontroller to interface with and control any USB 2.0 compatible device - flash drives, digital cameras, Bluetooth dongles, and much more!

A four-wire serial interface is used to communicate with the host controller chip, so the shield connects the Arduino's hardware SPI pins (D10-13) to the MAX3421E. While the logic-level for the shield is 3.3V, all the SPI signals are sent through a hex converter to keep the shield compatible with any 5V Arduino boards.

Purchase from SparkFun

Required Materials

To get started with the USB-C Host Shield, users will need a few additional items. Users may already have some of these items, feel free to modify your cart accordingly. For users just getting started with electronics, we have linked a few tutorials to establish a foundation of knowledge to follow along with this hookup guide.

  • Computer with an operating system (OS) that is compatible with all the software installation requirements.
  • A compatible microcontroller/Arduino board; we recommend the SparkFun RedBoard Plus.

    Warning

    The recommended Arduino library for the USB Host Shield is not compatible with all microcontrollers or boards. For a complete list of compatible microcontrollers and boards, please refer to the README.md file of USB Host Library Rev. 2.0.

  • USB 3.1 Cable A to C - 3 Foot - Used to interface with the RedBoard Plus (1)

    1. If your computer doesn't have a USB-A slot or your microcontroller/Arduino board has a different USB connector, then choose an appropriate cable or adapter.
  • SparkFun USB-C Host Shield

  • USB Peripheral Device (i.e. flash drive, game controller, smartphone, etc.) (1)

    1. An adapter or cable may be necessary to interface with the peripheral device.
  • Headers - Used to connect the shield to the Arduino board (1)

    1. Check out some of the options for the Arduino R3/Uno form factor boards below; otherwise, click here for a full selection of our available headers.
  • Soldering Tools (1)

    1. Check out the beginner tool kit below; otherwise, click here for a full selection of our available soldering tools.
USB 3.1 Cable A to C - 3 Foot

USB 3.1 Cable A to C - 3 Foot

CAB-14743
SparkFun RedBoard Plus

SparkFun RedBoard Plus

DEV-18158
SparkFun USB-C Host Shield

SparkFun USB-C Host Shield

DEV-21247
Break Away Headers - Straight

Break Away Headers - Straight

PRT-00116
Arduino Stackable Header Kit - R3

Arduino Stackable Header Kit - R3

PRT-11417
SparkFun Beginner Tool Kit

SparkFun Beginner Tool Kit

TOL-14681

Tip

New to soldering? Check out our Through-Hole Soldering Tutorial for a quick introduction!

How to Solder: Through-Hole Soldering

Arduino Examples

The following products are used in the Arduino examples shown in this hookup guide. Users are welcome to choose other products; however, these have been tested and verified to work with the examples.

USB A (Female) to Type C (Male) Converter

USB A (Female) to Type C (Male) Converter

COM-21870
USB 2.0 Type-C Cable - 1 Meter

USB 2.0 Type-C Cable - 1 Meter

CAB-16905
SparkFun USB Thumb Drive (16GB)

SparkFun USB Thumb Drive (16GB)

SWG-14658
Bluetooth USB Module Mini

Bluetooth USB Module Mini

WRL-09434
8BitDo SN30 Pro Bluetooth Gamepad

8BitDo SN30 Pro Bluetooth Gamepad

WIG-17264

Jumper Modification

To modify the jumpers, users will need soldering equipment and/or a knife.

Solder Lead Free - 100-gram Spool

Solder Lead Free - 100-gram Spool

TOL-09325
Weller WLC100 Soldering Station

Weller WLC100 Soldering Station

TOL-14228
Chip Quik No-Clean Flux Pen - 10mL

Chip Quik No-Clean Flux Pen - 10mL

TOL-14579
Hobby Knife

Hobby Knife

TOL-09200

Tip

New to jumper pads? Check out our Jumper Pads and PCB Traces Tutorial for a quick introduction!

How to Work with Jumper Pads and PCB Traces

Suggested Reading

As a more sophisticated product, we will skip over the more fundamental tutorials (i.e. Ohm's Law and What is Electricity?). However, below are a few tutorials that may help users familiarize themselves with various aspects of the board.

Arduino Shields v2
Installing the Arduino IDE
Installing an Arduino Library
How to Solder: Through-Hole Soldering
How to Work with Jumper Pads and PCB Traces
Logic Levels
Serial Peripheral Interface (SPI)