Photo of Dr. S. Salewski

Homepage of Stefan Salewski

USB -- Universal Serial Bus

On this page an experimentation board is presented, which makes it possible to connect the AVR-microcontroller AT90USB (1287) to a PC using the USB. The main purpose of this board was the development of free, open-source (GPL) USB-firmware for this controller and testing this firmware in connection with a GNU/Linux-PC. However the board can be used for various experiments and tasks in the area of measurement, control and regulation.

(I have to admit that the schematic is not really nice and clear. This was my first project done with the free gEDA software, so I was not too much concerned with details. The PCB has wide traces, this was intended to make it possible to build the board at home.)

Further informations concerning this controller and a detailed description of the USB firmware (USB-Device-Stack) can be found here:

Experimentation board for the AT90USB (1287)

The AT90USB belongs to the family of AVR-microcontrollers and supports the USB-speeds Low- and Full-Speed, but not High-Speed. The 8-Bit-Controller can operate at frequencies up to 16 MHz and needs only one clock cycle for most of its instructions. It possesses up to 128 kByte of program memory (Flash) and up to 8 kByte of main memory (RAM) and has, like the other AVRs, many additional build-in functions like UART, ADC, Timer and a Comparator.

Additional to the device mode the type 1287 used by me supports (limited) host functionality (USB OTG), but my board and my firmware are designed for device mode only. In principle the board and the firmware should be compatible with the device types 1286, 647 and 646 -- however this was not tested yet. (The board is not compatible with the new, smaller types AT90USB162 and AT90USB82, and probably the firmware needs some modifications for these devices.)

The circuit

Schematics AT90USB (PNG)

The circuit is supplied with electrical power by the USB. The programming of the AT90USB can take place by SPI (Serial-Programming-Interface, 6 pins) or by a USB-Bootloader. A Serial port realized with a MAX232A facilitates Debugging. Since the AT90USB is provided with a USB-Bootloader by its manufacturer, firmware can be uploaded directly over the USB interface. For this process the software "FLIP" available from Atmel is necessary (initially available for Windows only, now also for Linux), or with Linux the free program dfu-programmer of Weston Schmidt can be used.

The board

PCB for AT90USB (PNG)

The layout of the printed circuit board and the schematics diagram was produced with the free gEDA-Software (gschem, gsch2pcb and pcb) on a PC running GNU/Linux (Gentoo AMD64). The AT90USB is available in 64-pin TQFP and QFN case -- used was the TQFP case, which can be soldered by hand with suitable soldering tools and some exercise. The board was manufactured using the Gerber files at a printed circuit board manufacturer. Here is a photo of the complete (hand soldered) board:

PCB board with AT90USB (JPEG)

Bill of materials

PartValueCaseSupplierOrder-Nr.
U101 (Crystal)16 MHzXTAL_HC-49UReichelt16-HC49U-S
U102 (Controller)AT90USB1287TQFP64_14ER-Tronik8061010
U103 (RS232)MAX232ASO16ReicheltMAX 232 ACSE
LED101,LED1021206ReicheltSMD-LED 1206
C1011 uF1206CSD115-12R001
C102,...,107,110,...,112100 nF1206ReicheltX7R-G1206 100N
C108,C10915 pF0805ReicheltNPO-G0805 15P
R101,R10222 Ohm1206ReicheltSMD 1/4W 22
R103,R104,R1051 k1206ReicheltSMD 1/4W 1,0K
R10650 k1206ReicheltSMD 1/4W 51K
L10110 uH0805ReicheltJCI 2012 10u
J101CON_HDR-254P-3C-2R-6N Molex_8624ReicheltSL 2X40G 2,54
J102, ..., J107CON_HDR-254P-5C-2R-10N Molex_8624ReicheltSL 2X40G 2,54
J108CON_HDR-254P-2C-1R-2N Mill-Max_800ReicheltSL 2X40G 2,54
S101,S102 (Push button)LSH1301ReicheltTaster 9315
CONN101 (USB_B)CON_USB_TYPEB _Keystone_924ReicheltUSB BW
CONN102 (RS232)CON_DSUB_9F_AMP_747844ReicheltD-SUB BU 09EU
F101250 mAFUSE__Littelfuse_154ReicheltSMD-HASF 0,25A

(Total costs of all parts are approx. 20 Euro per board; the manufacturing of the PCB from the Gerber files is approx. 60 Euro for four pieces.

At this point I should mention three more or less important things: The presented USB board works fine with USB cables of medium length (approx. 2 m). But I get many transmission errors when I am using a 5 m cable. A solution to this problem is to place a 1 uF ceramic capacitor between USB power (VBus) and ground somewhere on the PCB board. (I have put this capacitor on top of the connector row of my board. You may substitute one of the existing 100 nF capacitors connected to VBus with one with more capacitance, but of course the better solution is to create an additional component on the PCB.) Initially I forgot to connect a pullup resistor to Pin E2 (HWB). Without this it occurred that the bootloader became active during reset unintentionally. This is fixed in the schematics and PCB, but that pullup is not visible on the photo of the board. The other point is, that USB specification suggest not to connect the case of the USB socket of a device to PCB ground. So for a redesign of the board we should cut this connection and replace it with a soldering bridge or a (unmounted) zero ohm resistor.

Using the following link you can download the schematics and board layout in gEDA format including a few of my schematic symbols and footprints as a compressed Tar-archive. Additionally the schematics are available as PostScript- and PDF-Documents -- in case that someone has no working gEDA suite installed but wants to print out the schematics.

In order to be able to work with the gEDA files, additional to a properly installed gEDA suite the Footprint library of John Luciani is necessary. The schematic symbol of the AT90USB1287 is available (in revised shape) at www.gedasymbols.org together with many other symbols and footprints.

At the end some useful links: