6S & 4S LiPo Batteries for Avios Grand Tundra V2 (1700mm RC Plane)
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 Avios Grand Tundra V2 is HobbyKing’s legendary bush-style RC plane , known for its huge 1700mm wingspan, STOL performance, and versatile flight envelope. With upgraded landing gear, inflatable tires, a reinforced tail wheel, and a more efficient 6S power system, it is designed for pilots who want both adventure and precision. To unlock the full potential of your Avios Grand Tundra , choosing the right battery is essential. This collection brings together the best-matched CNHL LiPo batteries, tested for reliable fit and outstanding performance. Both 6S and 4S options are available, ensuring flexibility for bush flying, aerobatics, and everyday fun. Note: We recommend standard LiPo packs only — LiHV batteries are not advised for long-term reliability. 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('collapsed'); updateButton(!isCollapsed); }); function handleResize() { if(window.innerWidth >= 768) { text.classList.