Does nRF52833 Support up to 5.5Volt supply?

Hi Sir,

We are planning for a Hardware deign by using nRF52833 and we are stuck on what should be suitable the supply voltage. In some case the data sheet showing that it is up to max 5.5voltage and max 3.6 voltage.

In our case we wanted to power up it with a Li-ion battery that will go up to  4.2 volt. So, kindly help us to decide suitable supply voltage for the nRF52833 chip, and does it support up to 5.5 volt supply? if yes , suggest us a suitable reference schematic for the same. 

Parents
  • Hi,

    If you want to power the nRF52833 directly from the battery you need to use the internal high voltage regulator, VDDH. Circuit configuration 2 and 4 show how to configure the supply for high voltage mode.

    Config 2, is configurting the main regulator in LDO mode, while config 4. Both of these configs is configuring the USB peripheral , but if you don't need it you can connect VBUS directly to GND and have DECUSB floating like in config 6.

    The configurations can be combined to get the exact combination you need.

    Another option is to use a PMIC in addition to the nRF52833, then the regulator in the PMIC can be used to regulate down the battery voltage and used to supply the VDD net of the nRF52833, bypassing the high voltage regulator. In this configuration VDDH must be connected to VDD like in configurations 3, 5 and 6.

    https://docs.nordicsemi.com/category/npm-family

    Best regards,

    Bendik

Reply
  • Hi,

    If you want to power the nRF52833 directly from the battery you need to use the internal high voltage regulator, VDDH. Circuit configuration 2 and 4 show how to configure the supply for high voltage mode.

    Config 2, is configurting the main regulator in LDO mode, while config 4. Both of these configs is configuring the USB peripheral , but if you don't need it you can connect VBUS directly to GND and have DECUSB floating like in config 6.

    The configurations can be combined to get the exact combination you need.

    Another option is to use a PMIC in addition to the nRF52833, then the regulator in the PMIC can be used to regulate down the battery voltage and used to supply the VDD net of the nRF52833, bypassing the high voltage regulator. In this configuration VDDH must be connected to VDD like in configurations 3, 5 and 6.

    https://docs.nordicsemi.com/category/npm-family

    Best regards,

    Bendik

Children
Related