Difference between revisions of "USB reference"

From Pandora Wiki
Jump to: navigation, search
(more logical order)
Line 3: Line 3:
 
If you have a question to ask, that isn't covered in this FAQ already, please ask over on the [http://www.gp32x.com/board/index.php?showforum=61 Forums].
 
If you have a question to ask, that isn't covered in this FAQ already, please ask over on the [http://www.gp32x.com/board/index.php?showforum=61 Forums].
  
The Pandora has two USB ports:
+
The Pandora has two USB host ports:
 
* 1x USB 2.0 host port (USB standard-A receptacle)
 
* 1x USB 2.0 host port (USB standard-A receptacle)
 
* 1x USB 1.1/2.0 OTG port (USB mini-AB receptacle)
 
* 1x USB 1.1/2.0 OTG port (USB mini-AB receptacle)
Line 11: Line 11:
 
|↓PLUGS→      || '''Big USB A''' || '''Small mini A USB'''  
 
|↓PLUGS→      || '''Big USB A''' || '''Small mini A USB'''  
 
|-
 
|-
| '''1.0 devices''' ||  hub      || USBotg
+
| '''1.0 devices''' ||  hub      || yes otg
 
|-
 
|-
| '''2.* devices''' || Yes      || no
+
| '''2.* devices''' || Yes      || yes otg
 
|-
 
|-
 
| '''Charging'''    || Yes?      || no?
 
| '''Charging'''    || Yes?      || no?
Line 19: Line 19:
 
| '''As slave'''    || USBHID    || dont know
 
| '''As slave'''    || USBHID    || dont know
 
|-
 
|-
| '''As Host'''    || USBHID    || dont know
+
| '''As Host'''    || USBHID power   || dont know
 
|}
 
|}
  
Line 81: Line 81:
 
*micro-A plug: No standardized solution exists.
 
*micro-A plug: No standardized solution exists.
  
This port allows you to connect any USB 2.0-compliant device (Hi-Speed, Full-Speed, Low-Speed, including USB 1.1 ones) directly, without the use of a hub.
+
Allows you to connect any USB 2.0-compliant device (Hi-Speed, Full-Speed, Low-Speed, including USB 1.1 ones) directly, without the use of a hub.
  
 
'''Notes:'''
 
'''Notes:'''
Line 93: Line 93:
  
 
With the right connector, it is not necessary to switch the mode of the port[http://www.gp32x.com/board/index.php?/topic/55396-how-do-you-put-the-usb-otg-port-into-host-mode/], it will be done automatically. It may also be possible to force a mode switch, but this has not been clarified by the devs, and could result in two devices both attempting to power the port (which is not recommended)
 
With the right connector, it is not necessary to switch the mode of the port[http://www.gp32x.com/board/index.php?/topic/55396-how-do-you-put-the-usb-otg-port-into-host-mode/], it will be done automatically. It may also be possible to force a mode switch, but this has not been clarified by the devs, and could result in two devices both attempting to power the port (which is not recommended)
 
 
  
 
The various USB connection scenarios are as follows:
 
The various USB connection scenarios are as follows:
  
 
=Connectivity=
 
=Connectivity=
Pandora has two [[USB_reference|USB host ports]], bluetooth, two SD slots with SDIO capability, and a serial UART for adding whatever additional widgets you want (such as a USB GPS system).  Solder pads were designed into the PCB for "hacking" in extra internal hardware.
+
Bluetooth, two SD slots with SDIO capability, and a serial UART for adding whatever additional widgets you want (such as a USB GPS system).  Solder pads were designed into the PCB for "hacking" in extra internal hardware.
  
 
==Does the Pandora have RTC, IrDA or RS-232?==
 
==Does the Pandora have RTC, IrDA or RS-232?==

Revision as of 13:57, 8 November 2013

Readme First!

If you have a question to ask, that isn't covered in this FAQ already, please ask over on the Forums.

The Pandora has two USB host ports:

  • 1x USB 2.0 host port (USB standard-A receptacle)
  • 1x USB 1.1/2.0 OTG port (USB mini-AB receptacle)
↓PLUGS→ Big USB A Small mini A USB
1.0 devices hub yes otg
2.* devices Yes yes otg
Charging Yes? no?
As slave USBHID dont know
As Host USBHID power dont know

USB 1.1 vs USB 2.0

USB 1.1 is a subset of the USB 2.0 protocol. Among many other things, the USB 2.0 standard introduced high-speed data transmission, which requires a special controller on the host side. Most USB ports (eg. on your computer’s motherboard, in USB hubs) actually contain two chips to allow universal compatibility – one that takes care of the Low-Speed (1.0 Mbit/s) and Full-Speed (12 Mbit/s) devices, and another one for the Hi-Speed (480 Mbit/s) devices. The reason is that Low-Speed and Full-Speed are essentially the same protocols operated at different clock frequencies. Hi-Speed is a completely new development and nothing like the other two.

Pandora’s USB standard-A host port does not contain this second chip, since it uses too much space on the PCB. Therefore only USB 2.0 devices bearing the “USB HI-SPEED” logo can be plugged directly into this port. However, USB 1.1 devices can be connected to this port through a USB hub, provided the hub bears the “USB HI-SPEED” logo.

Pandora’s USB OTG (mini-AB) port is fully compatible with both USB 1.1 and USB 2.0, allowing it to host either type of device.

So which devices are which?

USB High Speed Certified logo
Devices bearing this logo are certified High Speed devices. They can be plugged directly into Pandora's USB 2.0 host port.

There are no set rules. As a very general guide:

  • Common Low-Speed and Full-Speed devices include keyboards, mice, headsets, older USB devices.
  • Common Hi-Speed devices include cameras, PMPs, HDDs, hubs, card readers, thumb drives.

This is just a rough representation of what’s out there in the wild, and you will find exceptions. Devices like HSDPA modems and GPS units could fall into either category. The only reliable indication of true Hi-Speed compatibility is the “USB Hi-Speed Certified” logo (right).

What works

Mouse, keyboard, thumb drives, plug and play. For more specialised USB devices (modems, ethernet adapters, USB displays...) it needs to be supported by a linux driver.

If you intend to purchase USB accessories for use with Pandora, you should first research Linux support for that type of device. Devices already tested on Pandora will be added to the USB compatibility list.


"slave"

Pandora as USB slave

Pandora as USB slave
Pandora as USB slave

Using a USB standard-A to mini-B cable (the kind you probably own several of), you can:

  • Transfer data to/from Pandora
  • Charge Pandora's battery.

To enable data transfer for SD cards, run SD-Mass Storage (in the System category).

Note:

  • Charging Pandora from your computer's USB port is best done with Pandora in standby mode. The current provided by your computer will probably not be sufficient to provide a quick charge while Pandora is being used.
  • There are USB standard-A to mini-B cables that can be used to charge your Pandora but don't work to transfer data to/ from the Pandora! MSWindows will complain abount "An unknown device connected". Try using a different cable.

“host port”

A USB host port “hosts” any device that you plug in, just like the USB ports on your computer. Pandora’s full size USB A port can host USB 2.0 devices (only if they are high speed compliant!), and provide up to 500mA (the maximum allowed according to USB standards).

Hosting USB devices

Pandora as a USB host
Pandora as a USB host
  • Directly plug in a Hi-Speed USB 2.0 device such as a thumb drive, or a Huawei E160 modem.
  • Using a USB standard-A to USB standard-B (or mini-B, micro-B, depending on what's on the device) cable, connect Hi-Speed USB 2.0 devices such as cameras, PMPs, and HDDS.
  • Connect a USB hub, which will enable you to to connect other non-Hi-Speed USB devices such as keyboards, mice, or a Huawei E220 modem.

Note:

  • This port can supply a maximum of 500mA. If you plan to use a USB HDD, note that very few of these can draw sufficient power from a single USB port. A powered HDD caddy or powered USB hub will be necessary in most cases.

“OTG”

OTG stands for On The Go. USB OTG ports can operate in two different modes. When connected through this port, the Pandora can act as a device, for example when connected to a computer for charging & data transfer. For this mode, you need a standard-A to mini-B cable. However, the Pandora can also act as a host port for USB 1.1 and USB 2.0 devices. For details on how to make the necessary cable connection, see the OTG host mode section. This port can supply a maximum of 100mA in host mode. Although this port implements On The Go functionality, it can not get an official On The Go certification because the OTG specification requires a device to have exactly one USB port. (The Pandora has two.) Also, the mini-AB connector used on the Pandora has been taken out of the specification in 2007 (but is still widely adopted).

OTG host mode

Pandora in OTG host mode
Pandora in OTG host mode

How you connect a device to the mini-AB OTG port depends on the device's USB connector.

  • standard-B receptacle: Use a mini-A to standard-B cable.
  • mini-B receptacle: Use a mini-A to mini-B cable.
  • micro-B receptacle: Use a mini-A plug to standard-A receptacle adapter and a standard-A to micro-B cable.
  • standard-A plug: Use a mini-A plug to standard-A receptacle adapter.
  • mini-A plug: No extra cable or adapter needed.
  • micro-A plug: No standardized solution exists.

Allows you to connect any USB 2.0-compliant device (Hi-Speed, Full-Speed, Low-Speed, including USB 1.1 ones) directly, without the use of a hub.

Notes:

  • mini-A and mini-AB connectors have been removed from the present USB standard. This means that the above connectors may vanish from the market at some point (although there will probably be demand for them for some time). There are a lot of connectors available that were never standardized. It is recommended that you do not use them as they may lead to non-working connections. Stick to the cables and adapters mentioned above and look for a mention of "OTG" or "On The Go" and you should be on the safe side.
  • In host mode, this port can supply a maximum of 100mA. USB 1.1 devices that draw more than 100mA will need to connect to Pandora's other USB port via a hub, as depicted in the previous example. The Huawei E220 is one such device.
  • If you have trouble connecting any device to the small OTG port, check if 'Setting->Startup->Enable/Disable services on boot->Start USB Network on bootup' is checked! This needs to be set in order to work. Default setting is unchecked (better naming of this option is planned for Hotfix5 has not been included in HotFix 5, see [1]).

Host mode connector

Mini-B and Mini-A comparison

Shown here are a Mini-B connector (left, black) and a Mini-A connector (right, white). The mini-A connector should be the one you want in order to use the OTG port in host mode. Click on the image for a larger version.

With the right connector, it is not necessary to switch the mode of the port[2], it will be done automatically. It may also be possible to force a mode switch, but this has not been clarified by the devs, and could result in two devices both attempting to power the port (which is not recommended)

The various USB connection scenarios are as follows:

Connectivity

Bluetooth, two SD slots with SDIO capability, and a serial UART for adding whatever additional widgets you want (such as a USB GPS system). Solder pads were designed into the PCB for "hacking" in extra internal hardware.

Does the Pandora have RTC, IrDA or RS-232?

It has RTC and RS-232 (CMOS level), but no IrDA.[3]

Will my old USB 1.1 device work on the Pandora?

You can't connect it to the main USB port, but you can to the OTG (On The Go) port with the appropriate adapter, active USB extension cable, or hub, since the OTG port accepts USB 1.1 devices.

Only devices displaying the USB HIGH SPEED logo will work with the "regular" USB port on the Pandora. Other USB devices can be used if a HIGH SPEED USB hub is connected between them and the Pandora. (This translates the USB low speed and full speed transactions into High Speed transactions.)

A USB standard-A male to USB standard-A female cable will not work as a hub.

There are some devices that do not work at High Speed, and thus require a High Speed hub, but at the same time require more than the usual 100 mA. To provide the extra power, the hub used must be a powered hub (one that has a power cord you can plug in to the wall).

You can find more detailed info about using the Pandora's two USB ports on this page.

(Thanks to DAP for the detailed information.)

Links