USB On-The-Go

{{Short description|Specification for USB devices}}

{{Use dmy dates|date=August 2016}}

File:USB OTG Logo.svg

File:Usb otg.jpg or tablet, which use Common EPS. An invalid cable by USB standards]]

USB On-The-Go (USB OTG or just OTG) is a specification first used in late 2001 that allows USB devices, such as tablets or smartphones, to also act as a host, allowing other USB devices, such as USB flash drives, digital cameras, mice or keyboards, to be attached to them. Use of USB OTG allows devices to switch back and forth between the roles of host and device. For example, a smartphone may read from removable media as the host device, but present itself as a USB Mass Storage Device when connected to a host computer.

USB OTG introduces the concept of a device performing both Host and Peripheral roles{{snd}} whenever two USB devices are connected and one of them is a USB OTG device, they establish a communication link. The device controlling the link is called the Host, while the other is called the Peripheral.

USB OTG defines two roles for devices: OTG A-device and OTG B-device, specifying which side supplies power to the link, and which initially is the host. The OTG A-device is a power supplier, and an OTG B-device is a power consumer. In the default link configuration, the A-device acts as a USB host with the B-device acting as a USB peripheral. The host and peripheral modes may be exchanged later by using Host Negotiation Protocol (HNP).

The wiring for the ID pin defines the initial role of each device.

{{cite web|url=https://www.edn.com/design/communications-networking/4346710/Understanding-USB-On-The-Go|title=Understanding USB On-The-Go|last1=Koeman |first1=Kosta |date=22 November 2001 |website=edn.com |publisher=EDN |access-date=20 June 2017

}}

Overview

File:USB-OTG Setup IMG 2342.JPG

Standard USB uses a host/device architecture; a host acts as the Host device for the entire bus, and a USB device acts as a Peripheral. If implementing standard USB, devices must assume one role or the other, with computers generally set up as hosts, while (for example) printers normally function as a Peripheral. In the absence of USB OTG, cell phones often implemented Peripheral functionality to allow easy transfer of data to and from computers. Such phones could not readily be connected to printers as they also implemented the peripheral role. USB OTG directly addresses this issue.

When a device is plugged into the USB bus, the host device sets up communications with the device and handles service provisioning (the host's software enables or does the needed data-handling such as file managing or other desired kind of data communication or function). That allows the devices to be greatly simplified compared to the host; for example, a mouse contains very little logic and relies on the host to do almost all of the work. The host controls all data transfers over the bus, with the devices capable only of signalling (when polled) that they require attention. To transfer data between two devices, for example from a phone to a printer, the host first reads the data from one device, then writes it to the other.{{fact|date=September 2021}}

While the host-device arrangement works for some devices, many devices can act either as host or as device depending on what else shares the bus. For instance, a computer printer is normally a device, but when a USB flash drive containing images is plugged into the printer's USB port with no computer present (or at least turned off), it would be useful for the printer to take on the role of host, allowing it to communicate with the flash drive directly and to print images from it.{{fact|date=September 2021}}

USB OTG recognizes that a device can perform both Host and Peripheral roles, and so subtly changes the terminology. With OTG, a device can be either a host when acting as a link host, or a link peripheral. The choice between host and peripheral roles is handled entirely by which end of the cable the device is connected to. The device connected to the "A" end of the cable at start-up, known as the "A-device", acts as the default host, while the "B" end acts as the default peripheral, known as the "B-device".{{fact|date=September 2021}}

After initial startup, setup for the bus operates as it does with the normal USB standard, with the A-device setting up the B-device and managing all communications. However, when the same A-device is plugged into another USB system or a dedicated host becomes available, it can become a device.{{fact|date=September 2021}}

USB OTG does not preclude using a USB hub, but it describes host-peripheral role swapping only for the case of a one-to-one connection where two OTG devices are directly connected. Role swapping does not work through a standard hub, as one device will act as a host and the other as a peripheral until they are disconnected.{{fact|date=September 2021}}

Specifications

USB OTG is a part of a supplement{{cite web|url=http://www.usb.org/developers/onthego|title=On-The-Go and Embedded Host Supplement to the USB 2.0 Specification, Revision 2.0 plus ECN and errata|date=14 July 2011|website=USB.org|access-date=18 July 2005|archive-url=https://web.archive.org/web/20120505091034/http://www.usb.org/developers/onthego/|archive-date=5 May 2012|url-status=dead|df=dmy-all}} to the Universal Serial Bus (USB) 2.0 specification originally agreed upon in late 2001 and later revised.{{cite web|url=http://www.heise.de/english/USB-On-the-Go-Specification-Settled--/newsticker/news/23699 |title=USB-On-the-Go-Specification Settled |website=Heise.de |author=Heise, Heinz |author-link=Heinz Heise }}{{dead link|date=June 2016|bot=medic}}{{cbignore|bot=medic}} The latest version of the supplement also defines behavior for an Embedded Host which has targeted abilities and the same USB Standard-A port used by PCs.{{fact|date=September 2021}}

SuperSpeed OTG devices, Embedded Hosts and peripherals are supported through the USB OTG and Embedded Host Supplement{{cite web |url=https://www.usb.org/document-library/go-and-embedded-host-supplement-usb-revision-30-specification-revision-11 |title=On-The-Go and Embedded Host Supplement to the USB Revision 3.0 Specification, Revision 1.1 |date=2012-05-10 |df=mdy |website=USB.org}} to the USB 3.0 specification.{{fact|date=September 2021}}

{{Anchor|ADP|SRP|HNP|RSP}}Protocols

The USB OTG and Embedded Host Supplement to the USB 2.0 specification introduced three new communication protocols:

  • Attach Detection Protocol (ADP): Allows an OTG device, embedded host or USB device to determine attachment status in the absence of power on the USB bus, enabling both insertion-based behavior and the capability to display attachment status. It does so by periodically measuring the capacitance on the USB port to determine whether there is another device attached, a dangling cable, or no cable. When a large enough change in capacitance is detected to indicate device attachment, an A-device will provide power to the USB bus and look for device connection. At the same time, a B-device will generate SRP (see below) and wait for the USB bus to become powered.
  • Session Request Protocol (SRP): Allows both communicating devices to control when the link's power session is active; in standard USB, only the host is capable of doing so. That allows fine control over the power consumption, which is very important for battery-operated devices such as cameras and mobile phones. The OTG or embedded host can leave the USB link unpowered until the peripheral (which can be an OTG or standard USB device) requires power. OTG and embedded hosts typically have little battery power to spare, so leaving the USB link unpowered helps in extending the battery runtime.
  • Host Negotiation Protocol (HNP): Allows the two devices to exchange their host/peripheral roles, provided both are OTG dual-role devices. By using HNP for reversing host/peripheral roles, the USB OTG device is capable of acquiring control of data-transfer scheduling. Thus, any OTG device is capable of initiating data-transfer over USB OTG bus. The latest version of the supplement also introduced HNP polling, in which the host device periodically polls the peripheral during an active session to determine whether it wishes to become a host.
  • The main purpose of HNP is to accommodate users who have connected the A and B devices (see below) in the wrong direction for the task they want to perform. For example, a printer is connected as the A-device (host), but cannot function as the host for a particular camera, since it does not understand the camera's representation of print jobs. When that camera knows how to talk to the printer, the printer will use HNP to switch to the device role, with the camera becoming the host so pictures stored on the camera can be printed out without reconnecting the cables. The new OTG protocols cannot pass through a standard USB hub since they are based on electrical signaling via a dedicated wire.

The USB OTG and Embedded Host Supplement to the USB 3.0 specification introduces an additional communication protocol:

  • Role Swap Protocol (RSP): RSP achieves the same purpose as HNP (i.e., role swapping) by extending standard mechanisms provided by the USB 3.0 specification. Products following the USB OTG and Embedded Host Supplement to the USB 3.0 specification are also required to follow the USB 2.0 supplement in order to maintain backwards compatibility. SuperSpeed OTG devices (SS-OTG) are required to support RSP. SuperSpeed Peripheral Capable OTG devices (SSPC-OTG) are not required to support RSP since they can only operate at SuperSpeed as a peripheral; they have no SuperSpeed host and so can only role swap using HNP at USB 2.0 data rates.

Device roles

USB OTG defines two roles for devices: OTG A-device and OTG B-device, specifying which side supplies power to the link, and which initially is the host. The OTG A-device is a power supplier, and an OTG B-device is a power consumer. In the default link configuration, the A-device acts as a USB host with the B-device acting as a USB peripheral. The host and peripheral modes may be exchanged later by using HNP or RSP. Because every OTG controller supports both roles, they are often called "Dual-Role" controllers rather than "OTG controllers".

For integrated circuit (IC) designers, an attractive feature of USB OTG is the ability to achieve more USB capabilities with fewer gates.

A "traditional" approach includes four controllers, resulting in more gates to test and debug:

  • USB high speed host controller based on EHCI (a register interface)
  • Full/low speed host controller based on OHCI (another register interface)
  • USB device controller, supporting both high and full speeds
  • Fourth controller to switch the OTG root port between host and device controllers

Also, most gadgets must be either a host or a device. OTG hardware design merges all of the controllers into one dual-role controller that is somewhat more complex than an individual device controller.

Targeted peripheral list (TPL)

A manufacturer's targeted peripheral list (TPL) serves the aim of focusing a host device towards particular products or applications, rather than toward its functioning as a general-purpose host, as is the case for typical PCs. The TPL specifies products supported by the "targeting" host, defining what it needs to support, including the output power, transfer speeds, supported protocols, and device classes. It applies to all targeted hosts, including both OTG devices acting as a host and embedded hosts.

Plug

=OTG mini plugs=

The original USB OTG standard introduced a plug receptacle called mini-AB that was replaced by micro-AB in later revisions (Revision 1.4 onwards). It can accept either a mini-A plug or a mini-B plug, while mini-A adapters allows connection to standard-A USB cables coming from peripherals. The standard OTG cable has a mini-A plug on one end and a mini-B plug on the other end (it can not have two plugs of the same type).

The device with a mini-A plug inserted becomes an OTG A-device, and the device with a mini-B plug inserted becomes a B-device (see above). The type of plug inserted is detected by the state of the ID pin (the mini-A plug's ID pin is grounded, while the mini-B plug's is floating).

Pure mini-A receptacles also exist, used where a compact host port is needed, but OTG is not supported.

=OTG micro plugs=

With the introduction of the USB micro plug, a new plug receptacle called micro-AB was also introduced. It can accept either a micro-A plug or a micro-B plug. Micro-A adapters allow for connection to standard-A plugs, as used on fixed or standard devices. An OTG product must have a single micro-AB receptacle and no other USB receptacles.{{cite web|url=http://www.usb.org/developers/docs/usb20_docs/usb_20_061917.zip|title=Universal Serial Bus Revision 2.0 specification|work=On-The-Go and Embedded Host Supplement to the USB Revision 2.0 Specification, Revision 2.0 version 1.1a|date=27 July 2012|access-date=2017-06-26|publisher=USB Implementers Forum, Inc}}{{Dead link|date=April 2019 |bot=InternetArchiveBot |fix-attempted=yes }}{{cite web|url=http://www.usb.org/developers/docs/usb20_docs/usb_20_061917.zip|title=Universal Serial Bus Revision 2.0 specification|work=Universal Serial Bus Micro-USB Cables and Connectors Specification, Revision 1.01|date=4 April 2007|access-date=2017-06-26|publisher=USB Implementers Forum, Inc}}{{Dead link|date=April 2019 |bot=InternetArchiveBot |fix-attempted=yes }}

An OTG cable has a micro-A plug on one end, and a micro-B plug on the other end (it cannot have two plugs of the same type). OTG adds a fifth pin to the standard USB connector, called the ID-pin; the micro-A plug has the ID pin grounded, while the ID in the micro-B plug is floating. A device with a micro-A plug inserted becomes an OTG A-device, and a device with a micro-B plug inserted becomes a B-device. The type of plug inserted is detected by the state of the pin ID.

Three additional ID pin states are defined at the nominal resistance values of {{nowrap|124 kΩ}}, {{nowrap|68 kΩ}}, and {{nowrap|36.5 kΩ}}, with respect to the ground pin. These permit the device to work with USB Accessory Charger Adapters that allows the OTG device to be attached to both a charger and another device simultaneously.{{cite web|url=http://www.usb.org/developers/docs/devclass_docs/batt_charging_1_1.zip|title=Battery Charging Specification|date=15 April 2009|access-date=2009-09-23|publisher=USB Implementers Forum, Inc|archive-url=https://web.archive.org/web/20160304115720/http://www.usb.org/developers/docs/devclass_docs/batt_charging_1_1.zip|archive-date=4 March 2016|url-status=dead|df=dmy-all}}

These three states are used in the cases of:

  • A charger and either no device or an A-device that is not asserting V{{sub|BUS}} (not providing power) are attached. The OTG device is allowed to charge and initiate SRP but not connect.
  • A charger and an A-device that is asserting V{{sub|BUS}} (is providing power) are attached. The OTG device is allowed to charge and connect but not initiate SRP.
  • A charger and a B-device are attached. The OTG device is allowed to charge and enter host mode.

USB 3.0 introduced a backwards compatible SuperSpeed extension of the micro-AB receptacle and micro-A and micro-B plugs. They contain all pins of the non-Superspeed micro connectors and use the ID pin to identify the A-device and B-device roles, also adding the SuperSpeed pins.

OTG micro cables

File:USB-OTG-Adapters.jpg

When an OTG-enabled device is connected to a PC, it uses its own USB-A or USB Type-C cable (typically ending in micro-B, USB-C or Lightning plugs for modern devices). When an OTG-enabled device is attached to a USB device, such as a flash drive, the device must either end in the appropriate connection for the device, or the user must supply an appropriate adapter ending in USB-A. The adapter enables any standard USB peripheral to be attached to an OTG device. Attaching two OTG-enabled devices together requires either an adapter in conjunction with the device's USB-A cable, or an appropriate dual-sided cable and a software implementation to manage it. This is becoming commonplace with USB Type-C devices.

Smartphone and tablet implementation

BlackBerry 10.2 implements Host Mode (like in the BlackBerry Z30 handset).{{Cite web |url=http://btsc.webapps.blackberry.com/btsc/viewdocument.do?externalId=KB34983 |title=KB34983-Support for USB Embedded Host mode on BlackBerry 10 OS version 10.2 |access-date=12 November 2013 |archive-date=9 January 2020 |archive-url=https://web.archive.org/web/20200109134854/https://salesforce.services.blackberry.com/kbredirect/viewdocument.do?externalId=KB34983 |url-status=live }} Nokia has implemented USB OTG in many of their Symbian cellphones such as Nokia N8, C6-01, C7, Oro, E6, E7, X7, 603, 700, 701 and 808 Pureview. Some high-end Android phones produced by HTC, and Sony under Xperia series also have it.{{cite web|url=http://blog.htc.com/usb-otg/|title=USB On the Go - HTC Blog|website=blog.htc.com|access-date=30 September 2014|archive-date=6 October 2014|archive-url=https://web.archive.org/web/20141006134521/http://blog.htc.com/usb-otg/|url-status=live}} Samsung{{cite web|url=http://www.talkandroid.com/40821-samsung-galaxy-s-ii-able-to-use-standard-usb-otg-cable-for-usb-on-the-go-access/|title=Samsung Galaxy S II Able To Use Standard USB OTG Cable For USB On-The-Go Access - TalkAndroid.com|website=www.talkandroid.com|date=13 May 2011 |access-date=11 September 2013|archive-date=10 September 2022|archive-url=https://web.archive.org/web/20220910212536/https://www.talkandroid.com/40821-samsung-galaxy-s-ii-able-to-use-standard-usb-otg-cable-for-usb-on-the-go-access/|url-status=live}}{{cite web|url=http://www.xperiablog.net/2012/03/09/xperia-s-usb-otg-demonstrated-video/|title=Xperia S USB OTG demonstrated [Video] - Xperia Blog|website=www.xperiablog.net|date=9 March 2012|access-date=11 September 2013|archive-date=5 September 2013|archive-url=https://web.archive.org/web/20130905052345/http://www.xperiablog.net/2012/03/09/xperia-s-usb-otg-demonstrated-video/|url-status=live}} Android version 3.1 or newer supports USB OTG, but not on all devices.{{cite web |url=http://code.google.com/p/android/issues/detail?id=738 |title=Android Issue 738: I hope Android will implement and support the USB host feature |date=2008-05-30 |access-date=2013-05-30 |archive-date=9 June 2013 |archive-url=https://web.archive.org/web/20130609135512/http://code.google.com/p/android/issues/detail?id=738 |url-status=live }}{{cite web |url=http://developer.android.com/guide/topics/usb/host.html |title=USB Host – Android Developers |publisher=developer.android.com |date=2013-05-30 |access-date=2013-05-30 |archive-date=30 September 2011 |archive-url=https://web.archive.org/web/20110930121956/http://developer.android.com/guide/topics/usb/host.html |url-status=live }}

Specifications listed on technology web sites (such as GSMArena, PDAdb.net, PhoneScoop, and others) can help determine compatibility. Using GSMArena as an example, one would locate the page for a given device, and examine the verbiage under Specifications → Comms → USB. If "USB Host" is shown, the device should be capable of supporting OTG-type external USB accessories.http://www.gsmarena.com/ {{Webarchive|url=https://web.archive.org/web/20170916174840/http://www.gsmarena.com/ |date=16 September 2017 }} GSMArenahttp://pdadb.net {{Webarchive|url=https://web.archive.org/web/20060810020109/http://pdadb.net/ |date=10 August 2006 }} PDAdb.net

In many of the above implementations, the host device has only a micro-B receptacle rather than a micro-AB receptacle. Although non-standard, micro-B to micro-A receptacle adapters are widely available and used in place of the mandated micro-AB receptacle on these devices.{{Cite web|title=Are Micro A USB plugs actually ever used?|url=https://electronics.stackexchange.com/questions/162664/are-micro-a-usb-plugs-actually-ever-used|access-date=2020-08-13|website=Electrical Engineering Stack Exchange|archive-date=10 September 2022|archive-url=https://web.archive.org/web/20220910212539/https://electronics.stackexchange.com/questions/162664/are-micro-a-usb-plugs-actually-ever-used|url-status=live}}

Backward compatibility

USB OTG devices are backward-compatible with USB 2.0 (USB 3.0 for SuperSpeed OTG devices) and will behave as standard USB hosts or devices when connected to standard (non-OTG) USB devices. The main exception is that OTG hosts are only required to provide enough power for the products listed on the TPL, which may or may not be enough to connect to a peripheral that is not listed. A powered USB hub may sidestep the issue, if supported, since it will then provide its own power according to either the USB 2.0 or USB 3.0 specifications.

Some incompatibilities in both HNP and SRP were introduced between the 1.3 and 2.0 versions of the OTG supplement, which can lead to interoperability issues when using those protocol versions.

=Charger compatibility=

{{Main article|USB Battery Charging Specification|USB Power Delivery Specification}}

Some devices can use their USB ports to charge built-in batteries, while other devices can detect a dedicated charger and draw more than 500 mA (0.5 A), allowing them to charge more rapidly. OTG devices are allowed to use either option.

See also

References

{{Reflist|30em}}