-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
U3 - RT9193 - BP Pin left floating while datasheet especially states not to do that #8
Comments
I think the words "cannot be floating" should mean that it "shouldn't be floating", because actually it works with leaving it floating. |
Yes you are absolutely right with shouldnt instead of cannot, I am sorry |
I can't find the R9193 available anywhere and the SC573 is not recommended for new design. Do you think RT9013-33GU5 would work and have enough power to support WiFI? @p1ngb4ck, I also wanted to say thanks for your fork. |
Hi !
As the title says. In your schematics, you leave the BP-Pin of IC U3 (RT9193_SC70-5) floating.
If you have a look at the datasheet of the RT9193 (https://www.richtek.com/assets/product_file/RT9193/DS9193-18.pdf), you will find the functional pin description on page 2 stating the following for the BP-Pin :
Reference Noise Bypass. This pin cannot be floating. Recommended to connect a 22nF or larger ceramic capacitor between the BP and GND pins.
Also, it is stated in the datasheet, how the actual pcb design around those capacitors should be handled for optimal performance (see page 8 of the mentioned datasheet) :
Bypass Capacitor and Low Noise Connecting a 22nF between the BP pin and GND pin significantly reduces noise on the regulator output, it is critical that the capacitor connection between the BP pin and GND pin be direct and PCB traces should be as short as possible. There is a relationship between the bypass capacitor value and the LDO regulator turn on time. DC leakage on this pin can affect the LDO regulator output noise and voltage regulation performance.
But, rather than applying those changes, I propose/suggest a different approach :
As the RT9193 is hard to get in SC-70-5 packaging, I was actually looking for a direct replacement and found the SC573V33RTRC (available on mouser an others) that "should" (waiting for delivery of some other parts, so I can finally make & test the project) work as a direct replacement.
Advantage of that would be, that it is pin-compatible, is available .. and - doesnt have a BP-Pin at all but just a 2nd gnd pin in its place - so with your current schematics, you would just leave that 2nd ground pin floating, which shouldnt be a problem at all.
Thanks so much for all your work though, looking forward to build it =) !!!
The text was updated successfully, but these errors were encountered: