Zero Ohms resistor on the Power Line

Am designing a PCB Board, in the schematics section at the power line, I added a Zero ohms resistor to VBUS power rail for cleaner power. Is adding this value of resistor a good practice at the power rail of a design, is there any tendency of the circuit not functioning as required?
No description
Solution:
I place 0R resistors not for the sake of cleaner power but for the sake of the ability to separate circuits when debugging. I believe this is the common motivation for many engineers. Yes, it's a good practice to place 0R resistors into circuits. Especially: • At power supply inputs. • At power supply outputs....
Jump to solution
5 Replies
Chimmuanya Okere
We need yoour help on this @Petr Dvořák, @Joseph Ogbonna
Solution
Petr Dvořák
Petr Dvořák4mo ago
I place 0R resistors not for the sake of cleaner power but for the sake of the ability to separate circuits when debugging. I believe this is the common motivation for many engineers. Yes, it's a good practice to place 0R resistors into circuits. Especially: • At power supply inputs. • At power supply outputs. • At sensitive devices' inputs and outputs. Again, the motivation is to keep a chance to comfortably separate circuits without cutting traces or scratching PCB anyhow.
Chimmuanya Okere
What other component can i use to have a more cleaner power apart from capacitor.
Petr Dvořák
Petr Dvořák4mo ago
Inductors and ferrite beads but only for devices with slow current consumption changes. Not ideal for MCUs etc. Ferrite bead and inductors can be useful for analogue electronics, most of the time.
Joseph Ogbonna
Joseph Ogbonna4mo ago
Using Ferrite bead is a good solution but consider all the constraint. Using capacitor is very much sufficient for these purposes, as i can see in the circuit two caps were added in Vin. It is OK for these application.
Want results from more Discord servers?
Add your server
More Posts
DEVHEADS DEMO: How to Implement Finite State Machines in FPGA FabricFPGAs are among the most versatile technologies available on the market today, but capitalizing on tAchronix's FPGA Solutions for Generative AIhttps://insidehpc.com/2023/12/at-sc23-achronix-talks-turnkey-fpga-solutions-for-generative-ai/ httpFrom C++ to Rust: Comparison from Embedded Software EngineerIn this captivating article, an experienced embedded software engineer delves into a comprehensive chow to port lvgl to the plaftformio (esp-idf framework)Hi everyone, I’m currently encountering a challenge in determining whether I am on the right way porNeed help making the shift from bare-metal to RTOSSo I'm navigating the transition from a bare-metal setup to utilizing an RTOS for my embedded projecAn Introduction to Flyback Converters: Parameters, Topology, and Controllershttps://www.monolithicpower.com/en/an-introduction-to-flyback-converters-parameters-topology-and-conWiFiManager Integration in ESP32Hi all, I have an ESP32 receiving information from another ESP32 equipped with sensors. Below is theMastering the IoT Product StrategyMastering the IoT Product Strategy is crucial for startups and established enterprises. Marcello MajHow Do I use an Op AMP for Signal AmplificationRecently Studying about Op Amp and Its Operations, needed some guides from you guys on how i can effRaspberry Pi Model 3B Timer InitializationI’m emulating an RPi 3B on QEMU and trying to write an embedded OS but getting stuck trying to enabl