Find a file
2013-12-18 22:04:22 -05:00
examples Typo 2013-12-08 17:42:14 +01:00
.gitignore commit 2013-06-11 21:11:43 -06:00
.gitmodules Add RTClib 2013-09-02 04:19:31 -04:00
address.h Type fixes, new debug macro, debug bug fixes. 2013-12-18 15:18:28 -05:00
adk.cpp Fix hidboot not allocating or checking properly on mouse. 2013-12-18 22:02:51 -05:00
adk.h 629594f957 was using an old version of adk.cpp and adk.h 2013-10-30 15:18:17 +01:00
avrpins.h Macroize desc parser 2013-12-04 21:55:24 -05:00
BTD.cpp Check length is larger than 0 before sending data to Bluetooth services 2013-12-11 11:56:05 +01:00
BTD.h Fixed flag macros 2013-12-13 11:18:30 +01:00
BTHID.cpp Fixed “comparison between signed and unsigned integer expressions” warning 2013-12-18 23:01:01 +01:00
BTHID.h Move all L2CAP states etc. into BTD.h, so the different drivers does not conflict when used together 2013-12-11 09:29:38 +01:00
cdcacm.cpp fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
cdcacm.h fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
cdcftdi.cpp fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
cdcftdi.h compile faster 2013-09-23 18:40:10 -04:00
cdcprolific.cpp fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
cdcprolific.h Merge branch 'xxxajk' into arm 2013-10-05 01:11:51 +02:00
confdescparser.h fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
controllerEnums.h Updated keywords 2013-11-24 23:54:59 +01:00
gpl2.txt Merge my debug changes. 2013-03-28 03:26:02 -04:00
hexdump.h compile faster 2013-09-23 18:40:10 -04:00
hid.cpp refactor entire library for hex printing 2013-06-17 15:37:09 -04:00
hid.h fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
hidboot.cpp Use VALUE_WITHIN macro 2013-12-05 20:07:31 +01:00
hidboot.h Fix hidboot not allocating or checking properly on mouse. 2013-12-18 22:02:51 -05:00
hidescriptorparser.cpp Improve macro farther 2013-12-05 02:06:07 -05:00
hidescriptorparser.h fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
hiduniversal.cpp Fix hidboot not allocating or checking properly on mouse. 2013-12-18 22:02:51 -05:00
hiduniversal.h Merge my debug changes. 2013-03-28 03:26:02 -04:00
hidusagestr.h Don’t inlcude avr/pgmspace.h 2013-12-10 00:50:03 +01:00
hidusagetitlearrays.cpp Don’t inlcude avr/pgmspace.h 2013-12-10 00:50:03 +01:00
keywords.txt Fixed flush 2013-11-25 18:15:10 +01:00
macros.h Type fixes, new debug macro, debug bug fixes. 2013-12-18 15:18:28 -05:00
masstorage.cpp Type fixes, new debug macro, debug bug fixes. 2013-12-18 15:18:28 -05:00
masstorage.h fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
max3421e.h compile faster 2013-09-23 18:40:10 -04:00
max_LCD.cpp Updated max_LCD to inherit the standard Print class 2013-12-07 00:32:21 +01:00
max_LCD.h Updated max_LCD to inherit the standard Print class 2013-12-07 00:32:21 +01:00
message.cpp Improve macro farther 2013-12-05 02:06:07 -05:00
message.h Move Usb.h UsbCore.h and trim. Usb.h is now only includes, as it aught to be. Clean up more header files, more include traps. 2013-09-30 01:13:11 -04:00
parsetools.cpp compile faster 2013-09-23 18:40:10 -04:00
parsetools.h Merge branch 'xxxajk' into arm 2013-10-05 01:11:51 +02:00
printhex.h compile faster 2013-09-23 18:40:10 -04:00
PS3BT.cpp Fixed “comparison between signed and unsigned integer expressions” warning 2013-12-18 23:01:01 +01:00
PS3BT.h Move all L2CAP states etc. into BTD.h, so the different drivers does not conflict when used together 2013-12-11 09:29:38 +01:00
PS3Enums.h Moved PS3 report buffer into PS3Enums 2013-04-02 00:12:38 +02:00
PS3USB.cpp Fix hidboot not allocating or checking properly on mouse. 2013-12-18 22:02:51 -05:00
PS3USB.h Fixed comment 2013-11-25 00:43:47 +01:00
README.md Typo 2013-11-25 23:27:37 +01:00
settings.h teensy 3.1 support 2013-12-11 14:15:51 -05:00
SPP.cpp Fixed “comparison between signed and unsigned integer expressions” warning 2013-12-18 23:01:01 +01:00
SPP.h Move all L2CAP states etc. into BTD.h, so the different drivers does not conflict when used together 2013-12-11 09:29:38 +01:00
Usb.cpp Fix hidboot not allocating or checking properly on mouse. 2013-12-18 22:02:51 -05:00
Usb.h Merge branch 'xxxajk' into arm 2013-10-05 01:11:51 +02:00
usb_ch9.h Move Usb.h UsbCore.h and trim. Usb.h is now only includes, as it aught to be. Clean up more header files, more include traps. 2013-09-30 01:13:11 -04:00
UsbCore.h Clean up type puns, and reordering warnings 2013-11-24 08:56:27 -05:00
usbhost.h Renamed CLK, MOSI, MISO and SS variables, as they conflicted with defines in pins_arduino.h 2013-12-15 22:19:50 +01:00
usbhub.cpp fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
usbhub.h compile faster 2013-09-23 18:40:10 -04:00
Wii.cpp Fixed “comparison between signed and unsigned integer expressions” warning 2013-12-18 23:01:01 +01:00
Wii.h Fixed macros in Wii.h as well 2013-12-13 11:27:05 +01:00
WiiCameraReadme.md Updated comment about how to activate serial debugging 2013-11-11 11:48:09 +01:00
xboxEnums.h Clean up code formatting to industry standards. 2013-03-28 04:46:43 -04:00
XBOXOLD.cpp Fix hidboot not allocating or checking properly on mouse. 2013-12-18 22:02:51 -05:00
XBOXOLD.h compile faster 2013-09-23 18:40:10 -04:00
XBOXRECV.cpp Type fixes, new debug macro, debug bug fixes. 2013-12-18 15:18:28 -05:00
XBOXRECV.h Can now disconnect a wireless controller 2013-11-11 00:43:18 +01:00
XBOXUSB.cpp Fix hidboot not allocating or checking properly on mouse. 2013-12-18 22:02:51 -05:00
XBOXUSB.h compile faster 2013-09-23 18:40:10 -04:00

USB Host Library Rev.2.0

The code is released under the GNU General Public License.


Summary

This is Revision 2.0 of MAX3421E-based USB Host Shield Library for AVR's.

Project main web site is: http://www.circuitsathome.com.

Some information can also be found at: http://blog.tkjelectronics.dk/.

The shield can be purchased at the main site: http://www.circuitsathome.com/products-page/arduino-shields or from TKJ Electronics: http://shop.tkjelectronics.dk/product_info.php?products_id=43.

USB Host Shield

For more information about the hardware see the Hardware Manual.

Developed By

How to include the library

First download the library by clicking on the following link: https://github.com/felis/USB_Host_Shield_2.0/archive/master.zip.

Then uncompress the zip folder and rename the directory to "USB_Host_Shield_20", as any special characters are not supported by the Arduino IDE.

Now open up the Arduino IDE and open "File>Preferences". There you will see the location of your sketchbook. Open that directory and create a directory called "libraries" inside that directory. Now move the "USB_Host_Shield_20" directory to the "libraries" directory.

The final structure should look like this:

  • Arduino/
    • libraries/
      • USB_Host_Shield_20/

Now quit the Arduino IDE and reopen it.

Now you should be able to go open all the examples codes by navigating to "File>Examples>USB_Host_Shield_20" and then select the example you will like to open.

For more information visit the following site: http://arduino.cc/en/Guide/Libraries.

How to use the library

Documentation

Documentation for the library can be found at the following link: http://felis.github.com/USB_Host_Shield_2.0/.

Enable debugging

By default serial debugging is disabled. To turn it on simply change ENABLE_UHS_DEBUGGING to 1 in settings.h like so:

#define ENABLE_UHS_DEBUGGING 1

Boards

Currently the following boards are supported by the library:

  • All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega ADK, Leonardo etc.)
  • Teensy (Teensy++ 1.0, Teensy 2.0, Teensy++ 2.0, and Teensy 3.0)
    • Note if you are using the Teensy 3.0 you should download this SPI library as well: https://github.com/xxxajk/spi4teensy3. You should then add #include <spi4teensy3.h> to your .ino file.
  • Balanduino
  • Sanguino
  • Black Widdow

The following boards need to be activated manually in settings.h:

  • Arduino Mega ADK
    • If you are using Arduino 1.5.5 or newer there is no need to activate the Arduino Mega ADK manually
  • Black Widdow

Simply set the corresponding value to 1 instead of 0.

Bluetooth libraries

The BTD library is a general purpose library for an ordinary Bluetooth dongle. This library make it easy to add support for different Bluetooth services like a PS3 or a Wii controller or SPP which is a virtual serial port via Bluetooth. Some different examples can be found in the example directory.

The BTD library will also make it possible to use multiple services at once, the following example sketch is an example of this: https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/PS3SPP/PS3SPP.ino.

BTHID library

The Bluetooth HID library allows you to connect HID devices via Bluetooth to the USB Host Shield.

Currently HID mice and keyboards are supported.

It uses the standard Boot protocol by default, but it is also able to use the Report protocol as well. You would simply have to call setProtocolMode() and then parse HID_RPT_PROTOCOL as an argument. You will then have to modify the parser for your device. See the example: https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/BTHID/BTHID.ino for more information.

SPP library

SPP stands for "Serial Port Profile" and is a Bluetooth protocol that implements a virtual comport which allows you to send data back and forth from your computer/phone to your Arduino via Bluetooth. It has been tested successfully on Windows, Mac OS X, Linux, and Android.

More information can be found at these blog posts:

To implement the SPP protocol I used a Bluetooth sniffing tool called PacketLogger developed by Apple. It enables me to see the Bluetooth communication between my Mac and any device.

PS3 Library

These libraries consist of the PS3BT and PS3USB. These libraries allows you to use a Dualshock 3, Navigation or a Motion controller with the USB Host Shield both via Bluetooth and USB.

In order to use your Playstation controller via Bluetooth you have to set the Bluetooth address of the dongle internally to your PS3 Controller. This can be achieved by plugging the controller in via USB and letting the library set it automatically.

Note: To obtain the address you have to plug in the Bluetooth dongle before connecting the controller, or alternatively you could set it in code like so: https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/PS3BT/PS3BT.ino#L15.

For more information about the PS3 protocol see the official wiki: https://github.com/felis/USB_Host_Shield_2.0/wiki/PS3-Information.

Also take a look at the blog posts:

A special thanks go to the following people:

  1. Richard Ibbotson who made this excellent guide: http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part
  2. Tomoyuki Tanaka for releasing his code for the Arduino USB Host shield connected to the wiimote: http://www.circuitsathome.com/mcu/rc-car-controlled-by-wii-remote-on-arduino

Also a big thanks all the people behind these sites about the Motion controller:

Xbox Libraries

The library supports both the original Xbox controller via USB and the Xbox 360 controller both via USB and wirelessly.

Xbox library

The XBOXOLD class implements support for the original Xbox controller via USB.

All the information are from the following sites:

Xbox 360 Library

The library support one Xbox 360 via USB or up to four Xbox 360 controllers wirelessly by using a Xbox 360 wireless receiver.

To use it via USB use the XBOXUSB library or to use it wirelessly use the XBOXRECV library.

Note that a Wireless controller can NOT be used via USB!

Examples code can be found in the examples directory.

Also see the following blog posts:

All the information regarding the Xbox 360 controller protocol are form these sites:

Wii library

The Wii library support the Wiimote, but also the Nunchuch and Motion Plus extensions via Bluetooth. The Wii U Pro Controller is also supported via Bluetooth.

First you have to pair with the controller, this is done automatically by the library if you create the instance like so:

WII Wii(&Btd,PAIR);

And then press 1 & 2 at once on the Wiimote or press sync if you are using a Wii U Pro Controller.

After that you can simply create the instance like so:

WII Wii(&Btd);

Then just press any button on the Wiimote and it will then connect to the dongle.

Take a look at the example for more information: https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/Wii/Wii.ino.

Also take a look at the blog post:

All the information about the Wii controllers are from these sites:

FAQ

When I plug my device into the USB connector nothing happens?

Try to connect a external power supply to the Arduino - this solves the problem in most cases.