Best LiPo Batteries for Durafly Tundra TPX 1050mm 3D Profile Plane

A collection page of ChinaHobbyLine

collab
Products
13
Active ads
0
Depth
Published
2026/02/26

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; } Shop lightweight LiPo batteries that fit the Durafly Tundra TPX (PNF) 1050mm EPP profile 3D/aerobatic plane, with the correct balance for responsive control and clean landings. This model is designed around compact 3S–4S packs in the 400–800mAh range and uses an XT30 connector on the ESC. Choosing the right size keeps the CG where it should be and preserves the “profile-plane” snap that makes the TPX fun. Quick pick: choose 4S for stronger vertical punch and faster recovery out of hovers, or choose 3S for a smoother, more relaxed sport-flying feel. Keep packs lightweight to avoid dull handling. 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.remove('collapsed'); updateButton(true); } else { text.classList.add('collapsed'); updateButton(false); } } window.addEventListener('resize', handleResize); windo