4S LiPo Batteries for Skynetic XCub 1500mm Bush 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 p:nth-of-type(n+2) { display: none; } @media screen and (min-width: 768px) { .desc-text.collapsed p:nth-of-type(n+2) { 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 Skynetic XCub 1500mm is a modern STOL-capable bush plane built for short takeoffs, rugged terrain, and backcountry flying. Choosing the right 4S LiPo battery ensures smooth power delivery, efficient flight times, and reliable reverse thrust function. We’ve handpicked the most compatible 4S LiPo batteries from CNHL to match the XCub’s stock setup and battery bay. These packs are ideal for scale flying, touch-and-gos, and glider towing using the integrated tow hook system. For best performance , we recommend either the lightweight 2 x 2200mAh 70C packs for aggressive STOL or the compact 3200mAh 30C Shorty pack for balanced flight time and power. All batteries below use XT60 connectors and fit comfortably within the XCub’s battery compartment. 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.classLi