nPM1300 setup review with nRF5340

Hi, not exactly a problem rather it is question on whether this setup is suited for what I want,

  1. I want 3.3V for the device and sensor systems, possibility of reducing it to another lower value using I2C.
  2. I want to control the nPM1300 without any Buttons, possibly putting nPM1300 in Hibernation mode/Reset using nRF5340 BLE?
  3. from the datasheet of nRF5340 page 769 ''When supplying power from a USB source only, VBUS must be connected to VDDH if USB is to be used.'' , but i will have battery as well, so in that case when USB is not there, VDDH is connected to VBUS, is that okay?

Here is the nRF5340 ( uBlox Nora ) section :

Here is the nPM1300 power supply section:

Note: This nPM1300 setup is from https://github.com/LordsBoards/RoyalBlue54L-Feather-Hardware

  • I see. I'll ask the relevant team if they have any suggestions, and let you know once I hear from them.

    Have you had the schematics reviewed by anyone from Nordic before btw (or before this ticket got created)?

    Regards,

    Elfving

  • No i haven‘t checked but i tried to follow a setup which i have mentioned in the post description and later i have modified because i do not have enough space or i do not need it, i have shared that schematics in the comments. 

    I could try soldering another board, note: i do reflow soldering by myself and from the looks of it from outside it looks good, also it does give me 3.3v power. So i am assuming either my schematics is wrong or soldering shorts, i could take a look at it after any experts review.

  • Could point. If this is only happening to a single board it could be a soldering issue.

    I got some input from the relevant team here:

    • SHPHLD pin should not be connected directly to the nRF53 device, as this has a pull-up to VSYS/VBAT and can cause leakage. You normally connect this pin to a button or open-drain circuit. The PMIC will also reset if SHPHLD is pulled low for 10 seconds.
    • VBUS and VBUS_OUT seem to be missing capacitors as well.

    Though none of these typically affect TWI communciation.

    Maybe trying another board would be an idea.

    Regards,

    Elfving

Related