Coin Cell Battery

Just received my particle devkit comprised of Borons, Argons and Xenons.

Kit seems OK.

I want to install a coin cell battery that would hold a CR2032. No i don’t want to use the Lipo connection.

Can someone tell me do I connect the 3.3+ and the Li+ to allow a true wireless capable device?

Thanks

No, don`t connect to 3.3v!
Li+ and ground is for that.
Just RTFM!

I read and here it is.

3V3 PIN
This pin is the output of the on board 3.3V step-down switching regulator (Torex XC9258A). The regulator is rated at 1000mA max. When using this pin to power other devices or peripherals remember to budget in the current requirement of the Xenon first. This pin can also be used to power the Xenon in absence of the USB or LiPo power. When powering over this pin, please connect the ENABLE pin to GND so that the on board regulator is disabled.

A coin cell? A CR2032 at 3V just barely makes the mimimum on the recommended operating conditions. If you really want to try, then you could hook up the CR2032 directly to 3.3V. A CR2032 is rated at about 225mAh so you might get up to 10 hours on it without any peripherals attached but if the battery gets weak and voltage dips, you are risking a lot. You might dip under 3V very fast depending on the current draw especially since you are below 3.3v. You can’t yet use low power modes so this is strictly an on or off proposition. I would rather suggest a small LiPo using the connector. You can get some fairly cheap LiPo batts on Digikey.

image

As the data sheet states, do not use 3.3 V pin for powering the boron. It just won’t work. Use a lithium ion battery.

Thanks

Great answer

In Boron datasheet:

This pin is the output of the on board 3.3V step-down switching regulator (Torex XC9258A). The regulator is rated at 1000mA max. When using this pin to power other devices or peripherals remember to budget in the current requirement of the Boron first. Unlike the Xenon or the Argon, this pin CANNOT be used to power the Boron.

1 Like

I was basing my thoughts on the Nordic, (which I have been using with some success). As an example their DK has a button cell which we using to test range and power consumption. That being said if I understand you correctly true “BLE” is not supported on the Xenon. The logic that I have been taught is to write minimum code with battery consumption being your foremost thought in mind.

BLE functionality has not been exposed for us end users yet. This is too early into the firmware development to have that up and running. Wait till early to mid year, 2019 for BLE. That is outside the original question of how to power the Xenon board but there is no included button cell holder on the Particle boards. You’ll need some sort of external holder. Or, get an Adalogger Featherwing. That’s the beauty of choosing the feather form-factor… there’s already a rich offering of featherwings on the Adafruit website. Add a couple female headers to the Adalogger, and you’ll have a coin cell holder without a lot of hassle. You can also get the INA219 featherwing to do your power measurements. I picked one up on pre-order but haven’t done anything with it yet.

1 Like

FYI. @rickkas7 posted about coin cell use in this thread:

1 Like

FYI, a “CR” type coin cell will not work to power a boron or an argon. These devices use too much current which a coin cell cannot provide. Also, current past a couple of mA reduces the capacity of coin cells dramatically. Nordic has a great white-paper on the topic that shows experimental results: https://www.dmcinfo.com/Portals/0/Blog%20Files/High%20pulse%20drain%20impact%20on%20CR2032%20coin%20cell%20battery%20capacity.pdf, pretty eye-opening

You may have some luck with a xenon, but you better buy batteries in volume. The “LI” rechargeable coin cells may fare a bit better but the real answer is a Li-Ion, LiPo battery.

1 Like