hello
I am developing a product with two power supply types with nRF52832.
1 - Battery )
When using battery power, in my experience,
the voltage seems to drop a lot as the discharge increases.
Currently, it is configured to detect low voltage at 3.0V, which is the terminal voltage....
When using this battery voltage, is it a good idea to use a larger bypass capacitor on the VDD line? Power drop or... From watching SNR...
2 - external DC Power )
DC power is supplied from an external SMPS.
However, this SMPS has many loads, especially DC motors.
So, a Pi Filter was configured with Bead and Capacitor on the nRF52 power supply line.
DC POWER ---- Capacitor 1uF ---- bead 60ohm --- Capacitor 22uF ------ VDD 5V ---- LDO ------ 2.8V
| | | | |
| ------------------------------------------ bead 60ohm ------------------------------------------------------------------GND
However, the question is, generally, the impedance of the Bead must be around 1Mhz to be high, so is it possible to attenuate the inflow of noise from relatively low motors, etc.? This is the part. I'm thinking of adding about 10 ohms as shown below. Are there any recommendations or guides in this regard?
DC POWER ---- Resistor 10 ohm ------ Capacitor 1uF ---- bead 60ohm --- Capacitor 22uF --- VDD 5V -- LDO ------ 2.8V
| | |
| ------------------------------------------------------------------------ bead 60ohm ---------------------------------------------------------GND
thank.