4S 2200mAh LiPo Batteries
A collection page of ChinaHobbyLine
About
.desc-section { max-width: 75rem; /* 1200px */ margin: 0 auto; padding: 1.5rem 1rem; background-color: #ffffff; border-radius: 0; } .desc-text p { color: #333333; line-height: 1.75; margin-bottom: 1rem; } .desc-text.collapsed .collapsible { display: none; } @media screen and (min-width: 768px) { .desc-text.collapsed .collapsible { display: block; } } .desc-btn-wrapper { display: flex; justify-content: center; margin-top: 1rem; } .desc-button { background-color: #E60073; color: white; border: none; padding: 0.75rem 1.5rem; border-radius: 9999px; font-weight: 700; text-transform: uppercase; font-size: 0.875rem; letter-spacing: 0.05em; cursor: pointer; transition: background-color 0.3s ease; } .desc-button:hover { background-color: #D5006B; } The 2200mAh 4s LiPo battery is one of the most popular choices for FPV drones and small RC airplanes. Compact and powerful, this pack delivers smooth voltage output and consistent punch. Many hobbyists search for a lipo battery 4s 2200mah when they need the best mix of light weight and reliable performance. With 14.8V nominal voltage, the 4s 2200mAh LiPo size is perfect for freestyle quads, aerobatic trainers, and 1–1.3m warbirds. Compared with larger packs, the 2200 4s LiPo keeps setups agile while still offering strong burst power for flips, climbs, and extended flights. CNHL provides multiple versions of the 4s 2200 LiPo battery , ranging from 30C to 70C discharge ratings. Options include both standard and shorty sizes, with connectors such as T-plug, XT60, and EC3 to fit different builds. Whether you call it a 4s LiPo 2200mAh or 2200 4s LiPo, CNHL has you covered. Read Full Battery Guide const text = document.getElementById('descText'); const btn = document.getElementById('descToggleBtn'); function updateButton(expanded) { btn.textContent = expanded ? 'Hide Battery Guide' : 'Read Full Battery Guide'; btn.setAttribute('aria-expanded', expanded); } btn.addEventListener('click', () => { const isCollapsed = text.classList.toggle('