FPF1320 Power Multiplexer Carrier with USB Micro-B Connector

SKU: POLOLU-2594 Brand: Pololu

Retired Product

Search for an alternative
This product has been retired. It is no longer available, but this page has been kept for reference.

The Fairchild FPF1320 dual-input single-output power switch is a unique IC that switches a load between two power sources. It behaves as a power multiplexer (or mux), using a digital select signal to determine which of the two 1.5 V to 5.5 V input power rails to connect to the output, and can handle a maximum of 1.5 A while blocking unwanted reverse current from flowing from output to input or between inputs. Each input channel is controlled by an internal MOSFET switch, avoiding the voltage drop that occurs when diodes are used to OR multiple power supplies together.

However, the FPF1320 is only available in a tiny 1 mm × 1.5 mm BGA (ball grid array) package, making it difficult for a student or hobbyist to use. To address that issue, this board mounts the chip onto a compact carrier with 0.1" pin spacing that makes it easy to use with standard solderless breadboards, and it also serves as a breakout for a USB Micro-B connector that can be used to supply one of the input power rails.

Three FPF1320 BGA parts (two with solder balls facing up) among grains of rice and components in 0603, 1206, and SOT-23 packages.

The board is configured so that the “B” power rail is preferred and will be selected by default when that power source is present. USB power is connected to this preferred rail, so the default behavior is for the board to select USB power when USB is connected and the alternate “A” power rail when it is not. This enables the common application of having a device that can be powered by USB or an external power supply, automatically choosing the appropriate source based on what is connected. The default behavior can be changed through a surface-mount jumper and overridden through the power select (SEL) input.

Since this board is a carrier for the FPF1320, Pololu recommend careful reading of the FPF1320 datasheet (1MB pdf).

Pololu carry a similar power multiplexer based on the TPS2113A that offers some additional features, including automatic switching with minimal voltage droop, a configurable switching threshold, and configurable current limiting.

Using the power multiplexer

Pinout

Pin Description
VINA Power supply input A. Can be connected to a 1.5 V to 5.5 V power source.
VINB Power supply input B. Can be connected to a 1.5 V to 5.5 V power source. Connected to VBUS by default through surface-mount jumper. This power rail is preferred by default.
VBUS USB 5 V supply. Connected to VINB by default through surface-mount jumper.
VOUT Multiplexed power output.
GND Common ground for power supplies, load, and USB. (All of the board’s GND pins are internally connected with each other and with GND from the USB connector.)
SEL Select input that determines which power source is selected: LOW (< 0.65 V) selects VINA, HIGH (> 1.15 V) selects VINB. On-board pull-up resistor to VINB gives it the default behavior of selecting VINB when VINB is connected and selecting VINA when it is not.
EN Enable input; when driven low, disconnects VOUT from both VINA and VINB. Pulled high through a pull-up resistor and diodes to both VINA and VINB so the IC is enabled by default whenever either power supply is present.
D-D+ID Signals broken out from USB connector.

Control inputs

The FPF1320 has two control inputs that can optionally be used to override the default behavior of the device: SEL (power select) and EN (enable).

The SEL pin determines which power input rail is connected to the output: logic low (< 0.65 V) on SEL connects VINA to VOUT, while logic high (> 1.15 V) on SEL connects VINB to VOUT. The board pulls SEL to VINB by default, so a suitable voltage on VINB will cause it to be selected as the power source regardless of whether VINA is present, making it the preferred power source. When VINB is not present, the SEL pin is pulled low by default and VINA is automatically selected. Externally driving the SEL pin will override this default behavior.

Because of the way the board connects SEL by default, the output voltage will briefly drop to the logic level threshold of the SEL pin (about 1 V) when the multiplexer is transitioning from the VINB source to the VINA source. The “Power source selection” section below discusses this behavior in more detail, as well as some possibilities for modifying it.

The EN pin can be driven low to turn off the output and put the FPF1320 in a low-power state. The board pulls EN high through a 100 kO pull-up resistor and a pair of diodes to both VINA and VINB, so it is enabled by default when a suitable voltage is present on either input.

Power connections without USB

If you want to select from between two general power supplies, you can connect one power source across VINA and GND and the other across VINB and GND. The voltages on these power inputs should be between 1.5 V and 5.5 V. The load should be connected across VOUT and GND and should draw no more than 1.5 A. In this configuration, the “B” power supply is preferred and connected to the output by default when it is present.

Power connections with USB

The Micro-B USB connector makes it easy to use USB as one of the two power sources. By default, the VBUS line from the USB connector is tied to VINB. This allows you to power your circuit from either USB or an external power source connected to VINA, with USB as the preferred power source.

If you want the external source to be preferred instead of USB, you can use a hobby knife to cut the trace in the board’s surface-mount jumper that connects the VINB and VBUS pads, then bridge the VBUS and VINA pads to connect those two lines together. You can then connect your external source to VINB, making it the preferred supply.

Warning: It is important to be aware that while this board has three power inputs, two of those three are typically tied together (there are only two independent power inputs to the FPF1320). As such, you must take care to avoid creating a short circuit between USB power and an external power supply. For example, when the board is in its default configuration (i.e. with VBUS tied to VINB), any external power supply must be connected to VINA; connecting it to VINB will create a short between this power supply and USB power when USB is connected.

The remaining lines from the USB connector (D-, D+, ID, and GND) are broken out to a set of pins adjacent to VOUT, allowing this module to also function as a basic USB Micro-B connector breakout board.

Power source selection

The FPF1320 itself is capable of seamlessly transitioning between sources when the logic level of the SEL signal changes. However, since the board pulls SEL to VINB by default, the multiplexer will not select the VINA source when the VINB source is disconnected until VINB falls to the threshold at which the SEL state changes (somewhere between 0.65 V and 1.15 V). Since VOUT is supplied by VINB until then, it will also fall by the same amount, which can be a problem if the load normally operates at a higher voltage and cannot tolerate a drop to 1 V. (For example, the load might be a 5 V microcontroller that undergoes a brown-out reset if its supply voltage falls below 2.7 V.)

To avoid such a pronounced drop when switching from VINB to VINA, you can bias the voltage on SEL. The board connects SEL to VINB through a 100 kO resistor, so adding a resistor between SEL and GND creates a voltage divider that lowers the SEL voltage and in turn causes the board to switch sooner. For example, adding a 30 kO resistor between SEL and GND lowers SEL to about 1.15 V when VINB is 5 V, and in Pololu's tests, it caused the FPF1320 to switch over to VINA as soon as VINB fell to about 4 V.

Note that the SEL input does not have a precision threshold, so even this method might be unsuitable for especially voltage-sensitive applications. In such cases, the selection behavior can be overridden by directly connecting a digital signal (such as an output from a comparator or a microcontroller monitoring VINB) to the SEL pin.

Included hardware

The included 1×12 strip of 0.1" header pins can be broken into smaller pieces and soldered in to use the board with perfboards, breadboards, or 0.1" female connectors. The board has two mounting holes that work with #2 and M2 screws (not included).

FPF1320 power multiplexer carrier with USB Micro-B connector with included optional header pins.

FPF1320 power multiplexer carrier with USB Micro-B connector in a breadboard.

Schematic diagram

This schematic is also available as a downloadable PDF (156k pdf).

People often buy this product together with:

Pololu 5V Step-Up Voltage Regulator U1V11F5 Pololu 5V Step-Up Voltage Regulator U1V11F5
USB Micro-B Connector Breakout Board USB Micro-B Connector Breakout Board
USB Mini-B Connector Breakout Board USB Mini-B Connector Breakout Board

Dimensions

Size: 0.8" × 0.55" × 0.15"1
Weight: 0.8 g2

General specifications

Minimum operating voltage: 1.5 V
Maximum operating voltage: 5.5 V
Maximum output current: 1.5 A

Notes:

1
Without included optional headers. This measurement includes the USB Micro-B connector, which extends 0.05" past the edge of the PCB.
2
Without included optional headers.

File downloads

This product is listed in:

Retired

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Guides

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Projects

Accurate IoT Clock With ESP8266

Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes...
Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes...

Days2Bin: Pico Powered Bin Reminder

Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...
Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.