6s LiPo Batteries for Hobbyking Avios (PNF) Super Tucano w/Retracts
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; } CNHL 6s LiPo Batteries from 4000mAh to 6200mAh, specially curated for the CNHL Avios Super Tucano and HobbyKing Avios (PNF) Super Tucano. At CNHL, you'll find a range of high-performance LiPo batteries designed to meet the power and efficiency needs of your Super Tucano aircraft, ensuring optimal performance and extended flight times. Each pack is engineered with high C-ratings and consistent voltage output to deliver reliable punch, clean throttle response, and the endurance required for scale aerobatics. Whether you are performing formation flights, sport aerobatics, or longer cruising sessions, these batteries provide the stability and confidence you need. Foam warbirds like the Super Tucano demand dependable energy density and lightweight construction. CNHL’s 6S lineup offers carefully matched dimensions and connector options that integrate seamlessly into your airframe, minimizing installation time while maximizing flight enjoyment. 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.addEve