Power management of nRF7000 using nPM1300

Hi,

We're working on a cellular design using the nRF9151 with an nRF7000 for location finding.  We have a working prototype on the Thingy91x and are currently focusing on the power management aspects.  This is not so easy to model, given the separate PMIC for the nRF7002. 

My question is: How can we best regulate the power to the nRF7000 directly from one of the nPM1300 Bucks? Your AI suggests that this should be possible but couldn't give any specific advice.  What do we need to consider in terms of hardware design and software considerations, e.g. timings, confirmation of device ready etc?

Our use-case envisages powering the nRF7000 continuously for 10 or 30 minutes up to 3 times per week in order to obtain the device location via WiFi.

If you can give some code snippets, this would be helpful.  We're already aware of the Zephyr npm13xx library from the fuel gauging sample.

As always, any help would be greatly appreciated.

Best regards,

Andy  

  • Completely fair, apologies Smile.. but I thought we were essentially asking the same question and I was ticking it along!

  • No problem;-). 
    I would really like a clear answer to the specific question, whether the nRF7000 can be powered directly from the nPM1300.  There is, afaik, no specific datasheet or EK for the nRF7000, so we are reliant on information from Nordic.  We're planning to move from the Thingy91X to our own custom design in March and don't want to waste time and money either on a design that is not reliable or on additional BOM components 'just in case'. 
    As contructive feedback on the Thingy91X (of which we have three), the inclusion of the nRF7002 and the associated nPM6001 seem fairly pointless, given that the nRF9151 can't run the full WiFi stack.  I would prefer to see a tailored device for location finding which would fit better with the capabilities of the nRF9151. 

  • Hi Sean, 

    Thanks for the clarification. Using unregulated VSYS for nRF7002 (and other circuits) is possible of course as long as it does not exceed the current limit which is more than 1 A. Supplying nRF7002 directly from battery is also possible but the fuel gauging will not be accurate enough, for accurate fuel gauging all current must pass though PMIC. Using VSYS for powering up nRF7002 with pass through VSYS is better option. 

  • Hi Andrew,

    Similarly I don't see any issue using unregulated VSYS as supply for nRF7000 and then using VOUT for IOVDD. Just you need to make sure about unregulated voltage range not to exceed the limits for nRF7000. Using nPM6001 has been for this purpose(to ensure the voltage range). 

Related