2S LiPo Batteries for HPI Sport 3 & RS4 On-Road Cars

A collection page of ChinaHobbyLine

category
Products
9
Active ads
0
Depth
Published
2026/02/02

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; } HPI Sport 3 and RS4 on-road chassis are built around standard 1/10 touring car battery packs, which makes upgrading to a 2S (7.4V) LiPo a straightforward choice for most drivers. For everyday road use, a standard 2S hardcase LiPo stick pack is typically the easiest fit. It offers consistent power delivery, stable handling, and better runtime control compared with basic NiMH packs, especially once driving sessions get longer. The stock electronics are designed for 2S LiPo compatibility. If you are switching from the included NiMH setup, double-check LiPo cutoff settings and always confirm connector type before plugging in. Most Sport 3 / RS4 builds use a T-Plug (Deans) style battery connector. If your LiPo uses another connector, plan for an adapter lead or re-terminate the plug to match your setup. 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() {