So far, we’ve explored different battery types, their chemistry, and the various specifications used to describe them. But all of that knowledge is only useful if you know how to select the right battery for your project.
Lesson Locked
We keep this course completely free by showing one short sponsored video before playback.
Whether you’re building a simple electronics project or designing a portable device, choosing the correct battery is just as important as selecting the right microcontroller or sensor.
Before choosing a battery, you should know the power requirements of your project. Some of the most important specifications are:
- The required operating voltage
- The maximum current drawn by the device
- The total power consumption
- The desired battery backup or running time
Once you have this information, selecting the right battery becomes much easier.
Step 1: Choose the battery type
The first decision is whether your project requires a primary (non-rechargeable) battery or a secondary (rechargeable) battery.
Primary batteries are a good choice for devices that consume very little power and are expected to run for long periods without maintenance. Examples include smoke detectors, wall clocks, TV remotes, and greeting cards.
Rechargeable batteries are a better option for devices that are used regularly and need to be charged many times during their lifetime, such as smartphones, laptops, smartwatches, and portable electronics projects.
Step 2: Select the correct voltage
The battery voltage should match the voltage required by your device or fall within its specified operating range.
Using a battery with too low a voltage may prevent the device from working properly, while a voltage that exceeds the allowed limit can damage the electronics.
Always check the power specifications of your project before selecting a battery.
Step 3: Consider the battery capacity
Battery capacity is usually specified in ampere-hours (Ah) or milliampere-hours (mAh).
A battery with a higher capacity can generally power the device for a longer period before it needs to be recharged or replaced.
For example, the small coin cell used in a wristwatch has a much lower capacity than an AA battery, so it stores less energy. However, because a watch consumes very little power, that small battery can still last for years.
Step 4: Check the maximum discharge current
Some devices, such as motors, drones, and power tools, require a large amount of current.
In such cases, the battery must be capable of safely supplying that current. This is where the C-rating becomes important.
Suppose your project requires a maximum current of 5 A. If you choose a 2 Ah battery with a 2C discharge rating, the maximum continuous discharge current is:
Maximum Current = Capacity × C-rating
= 2 Ah × 2 = 4 A
Since your project requires 5 A, this battery would not be suitable. You would need a battery with either a higher C-rating or a larger capacity.
Step 5: Consider size, weight, and cost
The physical size and weight of the battery are also important factors.
If you’re designing a compact portable device, a battery with high energy density, such as a lithium-ion battery, is often the best choice because it can store more energy in a smaller space.
If size and weight are not major concerns, batteries with lower energy density, such as lead-acid batteries, can be a more economical option.
Cost is another important consideration. Batteries with higher energy density generally cost more. For example, a lithium-ion battery is usually more expensive than a lead-acid battery with a similar capacity, but it is much smaller and lighter.
Summary
Choosing the right battery involves more than simply picking one with the highest capacity. You should consider the battery type, operating voltage, capacity, maximum discharge current, size, weight, and cost. By understanding your project’s power requirements and comparing them with the battery’s specifications, you can select a battery that is both reliable and well suited to your application.
With this, we conclude our chapter on batteries. In the next chapter, we’ll learn about another important topic in electronics—battery chargers and charging methods.