USB Low Pin Kit

Introduction

USB is very common interface today. If you look around, many of devices today comes with a USB port. Computers, printers, routers, usb keys, etc. All this devices have a USB controller inside. These devices can be divided in two groups:

  • USB Host (like a computer, routers, modern LCD TV’s);
  • USB Device (like flash drive, mouse, keyboard);

USB Low Pin Kit

Most of hobby electronic projects still are in RS232 serial communications world. Think in that great market,
Microchip create a very smart line of microcontrollers, USB capable, to move your projects to future. They have great introductory kits, one of them is the “Low Pin Count USB Development Kit”.

These boards contain a PIC18F14K50 microcontroller and can help you to grow up your USB knowledge and with a few steps you still able to create a mouse device, a USB temperature meter or a USB-Serial converter.

My Project

My idea is create a little board with most of Microchip kit, but less parts then all these boards. Only the basic
components to get the microcontroller up and running the Microchip USB Library examples. PIC18F14K50 is a really
basic device and after some research I found what you can do and what you can not do with it:

  • What you can do: USB HID (Human Interface Devices) like mouse, keyboards, sensors, serial-usb converters, etc
  • What you can not do: USB storage devices, like USB flash drives

USB storage is a problem because of memory limitations on PIC18F14K50 family.

Design

The circuit design is very simples. Basically all you need is

  • PIC18F14K50;
  • 12MHz Crystal;
  • USB connector;

The circuit still have a ICSP header for device programming and debugging. It’s USB powered, so you can pay
attention on current drain (500mA max.). See below:

Schematic USB Low Pin Kit

The board is very simple and clean. I want a little device to put on breadboard or stay alone, with headers to
connect wires and breakout boards. I don’t put a RESET switch on board because I think it’s not necessary (does your mouse have a reset button?). The final design you can view above:For more detail: USB Low Pin Kit

About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter