element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum RG1 1.8v regulator
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 231 replies
  • Subscribers 668 subscribers
  • Views 25763 views
  • Users 0 members are here
Related

RG1 1.8v regulator

Former Member
Former Member over 13 years ago

Ok, so in a different thread I threatened to remove RG1 and do some current measurements on it's output after seeing those thermal images that show it's not generating any heat...

 

Well, I did it tonight. Some photos here: https://picasaweb.google.com/selsinork/RPi18v

 

The jumper pins in the output let me either just put a jumper on and verify the Pi boots ok, or wire a multimeter in series to get some current readings.

 

The results were interesting to say the least. I had to go back and check I was reading the multimeter correctly, that it wasn't broken etc.

 

On initial power up I see a negative current for a second or so which then reverses to about 0.5mA (yes half a milliamp, that's not a typo) for a few seconds while we get the first sd-card accesses. Once we're booted and sitting at the login prompt the current reading fluctuates from around 0.001mA to maybe 0.04mA. 

 

I'm using the 40mA range on a decent Fluke multimeter, so I've no reason to doubt the results. There's obviously going to be some inaccuracy down at that level due to length of meter leads etc, but the result is fairly clear.  You'll understand why I was checking the meter was working and I was reading it correctly though image

 

 

So from there onto the next test, lets try completely disconnecting RG1 and see if the Pi boots while using the LAN9512 1.8v 'output'.  Yes it does! 

 

I think that's reasonably good indication that jamodio got it spot on, the lan9512 shouldn't be connected to the 1.8v plane and it's heat problems are going to be largely due to supplying current on it's 1.8v filter pin that it was never designed to do.

 

So anyone willing to pull RG1 off a Pi and verify my results ?

  • Sign in to reply
  • Cancel
  • morgaine
    morgaine over 13 years ago in reply to Former Member

    Since we're talking about testing now, and looking for ways to improve future versions of Pi, let's focus on that a bit since it's clear that testing needs to be revamped to a significant degree.  This observation stems from the fact that testing somehow managed to miss the dramatically widespread incompatibility with common class-compliant USB devices that users have encountered and reported, as well as not catching any USB event or data loss, nor the high operating temperature of some LAN9512 devices.

     

    It seems that USB testing fell short in several respects:

     

    • Sample size.  Even if devices had been chosen at random, with a sufficient sample size it should have become apparent that there is a large incompatibility problem and that data loss is common.
    • Breath of devices tested.  Within the range of devices that fall within Pi's intended application area, a representative selection of device types and most common brands would have raised confidence that Pi works correctly with normal class-compliant devices that use only the generic drivers for their class.  It is very clear that Pi does not.
    • Depth of functional testing.  This refers to performance, overhead and error rate characterisation.  USB supports various different types of data transfer, but the most common and important types are lossless, ie. these USB transfers are meant to be 100% reliable.  Users have found that USB data loss from mouse and keyboard are common, but this is hard for users to quantify.  Given the importance of these HID devices, the error rate should have been characterised at testing time.
    • Physical tests.  Although only laterally related to USB testing, the wide variation in LAN9512 operating temperatures was not caught during Pi testing.  This suggests that either the test sample size was not large enough to reveal the problem or that it wasn't conceived that temperature measurement should be added to the set of tests that were performed.

     

    Everything is a trade-off, and perfection can never be reached through testing.  However, basic correct operation is non-negotiable, so enough testing needs to be performed to guarantee that each of these categories are covered to a satisfactory degree.  That is the only way to have measureable confidence of engineering success upon product release.

     

    Assuming that the premise is agreed, we then have to come up with a way to achieve this within cost and time constraints.  It has to be agreed first though.

     

    Morgaine.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • johnbeetem
    johnbeetem over 13 years ago in reply to Former Member

    selsinork wrote:

     

    If you're a software person, you're probably familiar with unit testing.  IME it suffers from variants of the same problems.

    1. The spec is wrong, unit test to the letter of the spec and the result is wrong, but the test passes.
    2. Often the person who writes the code also writes the unit test for it, if they have some misunderstanding of the requirement, the test will pass but the result is still wrong.

    Expanding on (2), IMO you should always have different people designing and testing.  A good designer wants to make something work, a good tester wants to break it.  Getting both mind-sets in one person is a rarity, and inevitably leads to a conflict of interest.  Also, humans have difficulty perceiving what's really there versus what they want to see -- you should have someone else proofread your writing, and review your designs.

    selsinork wrote:

     

    Agree, but as the complexity grows you're increasingly faced with a datasheet being 1000 pages instead of 50. It's trying to reduce ambiguity, but it's bringing up the needle in a haystack problem.

    There are good and bad tech reference manuals out there.  It all depends on whether the vendor sees a manual as (1) a way to get more design wins and require less tech support, or (2) an painful burden to be dispatched as cheaply as possible.  A 1000-page TRM isn't a problem if it's well-organized -- I can just print the chapters I need for my particular application.  Many SoCs have all sorts of functions that I don't need, so I can just ignore them provided that the SoC is well designed and there aren't unexpected interactions.  OTOH, some 3000-page TRMs are that way because the writer copied and pasted identical functions and then made small changes to each copy instead of thinking out clearly what would be most helpful to the designer and making one copy with a table of individual differences.

     

    When a manufacturer is dodgy about documentation, it makes me wonder how well their products are designed, since a well-designed product generally starts with a well-written specification, which then provides the basis for a well-written TRM which doesn't cost much to complete.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 13 years ago in reply to johnbeetem

    John Beetem wrote:

     

    When a manufacturer is dodgy about documentation, it makes me wonder how well their products are designed, since a well-designed product generally starts with a well-written specification, which then provides the basis for a well-written TRM which doesn't cost much to complete.

     

    A TRM is written as much for the manufacturer's own staff as for the external audience.  If a company can't be bothered to describe to its own staff how its product works, it doesn't inspire any confidence that its staff actually knows how it works, so you can expect support and the company's support products to be poor or non-existent.

     

    Orthogonal to the above, the days of monolithic TRMs or other large specification documents should have disappeared long ago.  Scalability refers not only to systems but to documentation as well.  Any non-trivial document needs to be hierarchical, distributed, and revisioned at each level of hierarchy, or it has no hope of being maintained to track the thing it describes.  Unfortunately today's prefered format for technical specs favours monolithic documentation.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • rew
    rew over 13 years ago in reply to morgaine

    Even if the delivery is "monolithic", internally inside the company the separation should take place.


    With "monolithic delivery" I mean: "A single datasheet that describes the whole chip".

     

    With separation I mean that the different chapters are maintained and written separately.

     

    Care must be applied to ensure that when a module is functionally upgraded, the datasheets for the previous versions of that module don't get more complicated.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • rew
    rew over 13 years ago in reply to rew

    Having now read the last few pages of this thread....


    The LAN chip is not designed to deliver power on the 1.8V. To stick to the specs the two signals need to be decoupled. i.e. a PCB redesign.

     

    In practise the draw on the 1.8V is about 100mA. This means 3.3V-1.8V * 100mA = 150mW of power moves from the LAN chip to the regulator.

     

    In practise, on the total power-draw of almost a Watt, the lan chip will be able to handle the 1/6th of a watt extra power. Maybe not over the full temperature range, so stuffing the 'pi into a mostly-closed enclosure may lead to unneccessary problems.

     

    No recall of existing 'pi boards needs to be done. As said: The lan chip can handle it in practise, it is a question of conforming to the specifications, and being more robust.

     


    If you are comfortable with using chips outside the official specifications, you can save a bit of cost if you leave off RG1. As it seems to work with RG1 removed, or with RG1 there is little current flowing from it. The lan chip seems to be able to cope.

     

    Some people are expressing views that paralleled regulators will have one delivering ALL the current, and the other one none. This is not always the case, This would be the case if they are both ideal voltage sources (with an ideal diode in series). However in practise, both regulators would have a measureable output impedance. So if regulator 1 delivers 1.85V with an impedance of 1 ohm, and the other delivers 1.80V with an impedance of 0.1ohm, the first 50mA will be mostly delivered by the first regulator, but increasing the current draw to 100mA, the second regulator will provide about 50mA of that.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to rew

    Roger Wolff wrote:

     

    Some people are expressing views that paralleled regulators will have one delivering ALL the current, and the other one none. This is not always the case, This would be the case if they are both ideal voltage sources (with an ideal diode in series). However in practise, both regulators would have a measureable output impedance. So if regulator 1 delivers 1.85V with an impedance of 1 ohm, and the other delivers 1.80V with an impedance of 0.1ohm, the first 50mA will be mostly delivered by the first regulator, but increasing the current draw to 100mA, the second regulator will provide about 50mA of that.

    The thing is, that isn't how regulators work, they aren't a voltage source with a resistive output.

     

    Regulators, including the two linear regulators we're dealing with here pretty much always consist of a voltage reference with a feedback circuit controlling a variable resistance between the input power pin and the output power pin provided by either a FET or a bipolar transistor. If the voltage on the output pin is above the reference voltage by more than a tiny amount then the feedback circuit will shut off the output transistor and nearly all the power will be provided by the device with the higher reference voltage. Where it gets funny is when the two reference voltages are very close, both regulators provide part of the power and you can get into oscillations and all sorts of fun and games depending on the impedances around the circuit.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to morgaine

    A TRM is written as much for the manufacturer's own staff as for the external audience.  If a company can't be bothered to describe to its own staff how its product works, it doesn't inspire any confidence that its staff actually knows how it works, so you can expect support and the company's support products to be poor or non-existent.

    You've not worked at any of the places I have then image

     

    Reality tends to be that there'll be a warts-and-all document that only the design team in question will have access to. Someone will get tasked to produce a tidied up version which will then get sent to a dedicated team of technical writers who have no real knowledge of the device and somewhere in that loop it'll go to the lawyers before any sort of document can be made available internally, never mind publicly.

    You'll also probably have four levels of document, publicly available, available after signing NDA, internally available and design team warts-and-all. So how much substance remains in the public doc ?

    It's also highly likely they'll have some sort of records retention policy to make sure anything that could potentially be requested for a court case gets deleted ASAP.

     

    IMHO, the lawyers probably have more input to the public doc than the design team does!

     

    It might be nice to live in an ideal world where everything was done properly, the world we actually live in is more about protecting IP and maximising shareholder profit. In the eyes of the business people that means something completely different to what the engineers want.

     

    To give you an idea, I've worked places where even employees use google to find the docs. Says a lot about the internal organisation..

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to Former Member

    It gets better, you'll probably find that nobody at SMSC/Microchip will know what the actual capabilities of the in-built regulator are. Their chip designers won't have designed a regulator from the bottom up, they will have included a regulator from a design library, it will have been specified to have a little bit of headroom over what the LAN9512 requires for its own operation. Beyond that we're into "experimental" territory.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • rew
    rew over 13 years ago in reply to Former Member

    Andrew Warbrick wrote:

    Regulators, including the two linear regulators we're dealing with here pretty much always consist of a voltage reference with a feedback circuit controlling a variable resistance between the input power pin and the output power pin provided by either a FET or a bipolar transistor. If the voltage on the output pin is above the reference voltage by more than a tiny amount then the feedback circuit will shut off the output transistor and nearly all the power will be provided by the device with the higher reference voltage. Where it gets funny is when the two reference voltages are very close, both regulators provide part of the power and you can get into oscillations and all sorts of fun and games depending on the impedances around the circuit.

    Mostly correct.

     

    But if that "tiny amount" is very very small, or equivalently the gain in that feedback circuit is very large, then even with just ONE regulator, the result will be oscilations. So that's why 1) They don't design for inifinite gain in that stage 2) they specify that (usually 100nF) capacitor near the regulator to stabilize the output.

     

    So, as the voltage on the output drops due to increasing load, the difference between the reference voltage and the feedback voltage increases and the output transistor is driven more and more (to a lower resistance as you say).

     

    The end result is that you can measure a real output resistance on regulators.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to rew

    You're absolutely right, but the point I was making is that actually pretty small differences in reference voltage result in one regulator of two connected in parallel providing nearly all the current. Yes, the gain in the feedback circuit isn't infinite but it's high enough that you don't need much difference in the outputs for one regulator to be doing nearly all the work. I won't pick nits over the semantics of resistance versus output impedance, you're right, the output does look like a resistor for small changes in load.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube