Home > Articles > Programming > Games

This chapter is from the book

3.8 Example Power Supply Designs

Let’s get right into some design with example voltage supplies that are commonly needed in embedded systems: 5.0V, 3.3V, and 12V (for robotics enthusiasts).

3.8.1 5V with the LM/UA7805

The "7805" is probably one of the most well-known voltage regulators on the planet. The most common supply voltage for hobbyist and simple embedded systems is 5.0V (although this is changing rapidly to 3.3V); moreover, the 5.0V supply is the single supply needed in most systems, so anyone who has even built a single board computer or an embedded system has probably used a 7805 or derivative. As noted there are a number of manufacturers that make 7805 regulators; take your pick, for now we will just assume we are going to use the Texas Instruments variation named the UA7805. Figure 3.52 shows an excerpt from the datasheet. The 7805 usually comes in a TO220 package, although it can be found from other manufacturers in a TO92 package like a transistor comes in. In any case, the 7805 is so ubiquitous you don’t even have to look at the datasheet to hook one up, but we might as well just for the exercise, so please go to the Texas Instruments website at http://www.ti.com and search for "UA7805", and download and view the datasheet. Or you can find it on the CD in

  • CDROOT:\DATASHEETS\ua7805.pdf

Open the datasheet up either way and take a look at it; there is a lot of information. The beginning of a datasheet usually shows the product pictures and some of the package options, then come the DC/AC characteristics, next the application notes, and finally the mechanical data. Of course this isn’t set in stone and you will see variations, but in most cases, you will find all of these sections in any reputable company’s datasheet. Once you’re done looking, find the example applications and take a look at the "fixed-regulator" example. As you can see, the application notes show the regulator connected with a Cin of 0.33μF and a Cout of .1μF. This is their suggestion and the bare minimum design in most cases, so don’t think it written in stone. In general, I prefer to use a 1uF (monolithic ceramic) for the input capacitor Cin and place not one, but two capacitors on the output Cout1 = 1.0μF (tantalum) and Cout2 = 0.1μF (monolithic ceramic) as shown in Figure 3.53. The two output capacitors form a high frequency noise filter that filters two decades’ worth of frequencies.

Figure 3.52

Figure 3.52 Datasheet for UA/LM7805.

Figure 3.53

Figure 3.53 Example 7805 5V design with input and output bypass/filtering capacitors.

Now, if you review a datasheet and it explicitly says to use very specific values then do so, but on many voltage regulators, you are free to improve the input / output de-coupling. Okay, next let’s improve the design a little bit with some protection. When you are connecting your power supply up to components on your board or interfaces, you never know what can happen when interfacing to the real world. For example, what if there is something that charges up and then discharges into your supply? Or what if you short the outputs? These are the kinds of things you have to design defensively for. If you review the datasheets more for the TI UA7805, you will actually see some design suggestions for these events. In fact, the XGS uses them as well.

3.8.1.1 Output Polarity and Reverse Bias Protection

Referring to Figure 3.54, we see our voltage regulator with the addition of two diodes D1 and D2. Let’s start with D1: D1 protects against reverse biasing the regulator. For example, if for some reason the output’s voltage is higher than the input voltage then this could damage the regulator; therefore in this case the D1 starts to conduct and "shunts" the current over the regulator. The diode D2 is for output polarity reversal; that is, say that a load is connected to the regulator’s output that is more negative that the ground. This can cause damage as well; in that case the more negative voltage at the anode of D2 makes D2 conduct and once again the signal doesn’t make it back into the regulator.

Figure 3.54

Figure 3.54 Adding protection diodes to the voltage regulator design.

3.8.1.2 Input Voltage and Heat Management

The next two things to consider when designing a voltage regulator circuit is the maximum input voltage that the regulator can take. For example, the datasheet states that the 7805 can work with an input from 7–25V. Although 25V is acceptable, the regulator would generate a huge of amount of heat, so there is no need to drive it that hard. Better to set the input to commonly found wall transformer voltages of 9–12V DC. Additionally, there is the concern of heat management. Showing thermal calculation and heat sinking is beyond the scope of this book, but the rule of thumb is this: If you can’t touch it, it’s too hot! Therefore, make sure you place a heat sink on your regulator.

A heat sink is nothing more than a piece of metal that makes contact with your device to increase the heat flow from the device into the ambient environment. There are a number of types that clip on or screw on, but this is the number one biggest mistake digital engineers make with power supply designs: They crack open a book and then look up a design for a voltage regulator, copy it, but then don’t realize the design needs to be heat sinked! And they put the design into use and the power system fluctuates, gets too hot, etc. and burns out prematurely. The original PlayStations had this problem; you turn them on and after a couple hours they would overheat. They did since the designers didn’t know any better, but you do, so make sure you heat sink your voltage regulators with a good size sink. Figure 3.55 shows some images of common TO220 package heat sinks.

Figure 3.55

Figure 3.55 Heat sinks for TO220 packages.

3.8.2 12V with the LM/UA7812

If you refer to the datasheet for the 7805, it has all the data for the 12V variant, the UA7812 as well! This is very cool, so all you do is look up the differences that are pertinent. The most important one of course is that we surely can’t regulate 9V down to 12V! Hence, we need to start with a larger supply; referring to the datasheet we see that the 7812 needs from 14.5–30V, so I might pick a commonly found wall transformer supply of 18V or 24V. With this is mind, the design is identical to that of the 5V 7805 design; Figure 3.56 shows the final UA7812 design.

Now, one problem might be that you don’t want to have two wall transformers, but you want to have both a 5V and 12V supply. No problem; simply start with 18V DC, rectify it if necessary, and filter it with a capacitor if necessary. Then use it to feed the 12V supply, take the output of the 12V supply and feed that to the input of the 5V supply, and you have both supplies. The only thing to remember is that the 12V supply is feeding the 5V system, thus if you have a total of 1A of current feeding the 12V system and the 12V can output all of it, that doesn’t matter if the 5V system is sinking 600mA of it. Your 12V supply will only be able to supply your 12V portion of your design with the remainder, which is 400mA; thus consider that if you do feed your 5V from a 12V then part of the 12V current drive is going to disappear to power the 5V.

Figure 3.56

Figure 3.56 12V voltage regulator design.

3.8.3 3.3V with the TI TPS76933DBVT

3.3V is becoming the new standard for embedded systems. Ironically, it’s already two generations old; there are already 1.8V and 1.5V systems, and 1.2V are starting to show up as well. However, most manufacturers are about 3–5 years away from completely phasing out 5.0V, so 3.3V is still on its climb, so we don’t have to worry too much about 1.8V and 1.5V yet as hobbyists. In any case, there are a lot of choices for 3.3V regulators from a lot of manufacturers, but I have used a lot of them and found the Texas Instruments TPS76933DBVT to be easy to use, cheap, and work well. You can find it online at http://www.ti.com as usual, or look at the datasheet located on the CD in

  • CDROOT:\DATASHEETS\tps76933.pdf.

Figure 3.57 shows the device’s first datasheet page. Referring to the datasheet, the first thing you are going to notice is that this is what’s called a surface mount device (SMT or surface mount technology). That is, you can’t place it in a breadboard or experimenter board; you have to either solder directly to it or get special SMT-to-through-hole DIP (dual in-line package) converters. Not to worry though, the company below

has a whole line of surface-mount-to-DIP and -through-hole converters. Basically, they make circuit boards that you solder your SMT parts onto and then you use the circuit boards (very small) as if they were through hole parts! Figure 3.58 shows some of their products.

Figure 3.57

Figure 3.57 Datasheet for the TI TPS76933DBVT 3.3V regulator.

Figure 3.58

Figure 3.58 SMT to DIP converter PCBs.

Aside from the fact that the regulator is SMT, it’s a great little device. It has 5 pins, and comes in a SOT-23, which means there are a total of 5 pins/contacts: 3 on one side, 2 on the other; refer to the datasheet. The pins are defined as follows:

  • IN—Input voltage 2–10V.
  • OUT—Regulated 3.3V.
  • /EN—Regulator enable (active LOW); tie this to ground for the regulator to operate.
  • GND—System ground.
  • NC—No connection.

The only thing different about this regulator is that it has an enable pin, which is good if you want to digitally control a power supply, and that it’s surface mount. Now, let’s design a power supply with it. Once again, we assume that the stage 1 of the power supply is already in place and we are being fed power from that, but it’s not regulated. However, we have a decision to make: We can either feed from the main lines, which could be at 9–12V DC (however, the 12V would exceed the datasheet spec), but that’s not an option. Thus, we have to consider feeding from a lower supply like the 5V regulated supply. Of course, if we were making just a 3.3V system then we would design it such that the input from the wall transformer was 6–9V DC rather than 9–12V DC, but let’s assume that we have already created a regulated 5V supply in the system and that’s what we are going to feed the 3.3V regulator.

3.8.3.1 Following the Datasheet

The datasheet for the TPS76933DBVT is much more strict than the 7805, especially when it comes to the bypass/stability capacitors. Now, since I always overdo things I am fine, but many engineers under-design, and this is a part that can get those kind of guys in trouble. For example, if you refer to the datasheet for the TPS76933DBVT on page 11, the suggested design for the regulator C1 is 1.0μF, which is fine, but the capacitor across Vout is rated to be a minimum of 4.7μF and it has an ESR spec (equivalent series resistance—remember that?). So not only do you have to use a larger capacitor, you have to make sure that the internal resistance of the capacitor meets the ESR spec. Now, don’t get too worried; I will tell you right now, first use a larger capacitor (the spec says bigger is better), so 10μF will do, Make sure it’s tantalum and I guarantee you will be fine; you can look at the ESR (if you can find it) for the cap you have, but chances are you simply have some in your parts box and have no idea who made them, so we hedge our bets by using the larger suggestion and also reading that the larger cap allows smaller ESR values. With all that in mind, Figure 3.59 shows our design for the 3.3V regulator. Notice that I still added the protection diodes and I added another capacitor Cout2 = 0.1μF (ceramic monolithic) for high frequency noise.

Figure 3.59

Figure 3.59 3.3V power supply.

3.8.4 Multiple Voltage Systems

There are actually regulators that output multiple voltages; for example the Texas Instruments TPPM0110 is capable of outputting 3.3V and 1.8V from a 5.0V input, so you need to use a LM7805 maybe on the input to get your 5.0V, then you can use the TI TPM0110 to get your 3.3V and 1.8V supplies in one chip. You can find the TPPM0110 on TI’s site at

or on the CD located at

  • CDROOT:\DATASHEETS\tppm0110.pdf

Furthermore, there are hundreds of regulator families and literally thousands of regulators; just peruse any manufacturer of regulator devices such as Texas Instrument’s, National Semiconductor, Fairchild, etc. and you will be overwhelmed with choices. Whichever way you choose to go, a multiple voltage supply system has to follow one rule: All supplies need a common ground or return path for the current from each supply.

With all that in mind, let’s take a look at one possible power supply design that handles everything. First, let’s assume that we are getting an input of 18V DC (so we don’t need bridge rectification or a filter cap), we need 12V, 5V, 3.3V, and we must use separate voltage regulators—Figure 3.60 shows the complete design for this.

Figure 3.60

Figure 3.60 Complete multiple voltage design.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020