This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF51822 with AA Batteries

I am working on a school project using the NRF51822 with SoftDevice 130 on a custom board and I aim to create an HID gamepad. I am working on my power supply circuit and my device will be powered by two AA batteries in series. When the batteries are new they have a voltage of +3.0V and for ease of design let's say that once they drop below +1.8V (the minimum for the internal LDO) that they are "dead".

Is it feasible to connect the batteries directly to the AVDD, VDD and GND pins and use the internal LDO? Would it be better to use an external regulator and if so, which do you recommend?

Parents
  • Its not necessary using an external LDO if the following conditions are met:

    1. You have reverse polarity protection - highly necessary for a battery as often accidentally installed backwards as a AA or AAA
    2. Assure under no circumstances the maximum input voltage is exceeded +3.6V
    3. Add capacitance so can filter the power, and handle spikes went installing the Battery
    4. A TVS is recommended to protect the nRF51 from voltage spikes from installing the battery.
  • Hi, do you have a reference design for powering using 2AA (or AAA) bateries that implement your 4 requirements ? I guess, something using p-mos, zener 3V3, TVS. Which capacitance value do you recommand to filter the spikes when installing the battery if there is no external peripheral than the nrf51822 to be powered at startup ? Is it possible to get more than 3,6V with 2x AA (or AAA) ? Thanks

Reply
  • Hi, do you have a reference design for powering using 2AA (or AAA) bateries that implement your 4 requirements ? I guess, something using p-mos, zener 3V3, TVS. Which capacitance value do you recommand to filter the spikes when installing the battery if there is no external peripheral than the nrf51822 to be powered at startup ? Is it possible to get more than 3,6V with 2x AA (or AAA) ? Thanks

Children
No Data
Related