Best RC Touring Car Batteries – 2S LiPo & LiHV Shorty/Stick Packs
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; } If you hang out trackside, you’ll see nearly every 1/10 touring driver running a 2S LiPo battery . The reason is simple—lap after lap the throttle feels solid, not mushy, and when the last laps arrive the car still has the punch you need to stay in the fight. Shorty vs. stick is the other big call. Many racers on Xray T4 or Yokomo BD builds swear by shorty LiPo batteries for easier weight tuning and sharper rotation, while others prefer the classic stick pack touring batteries for that planted, predictable balance you’ll often see on Tamiya and Serpent chassis. Chasing every last tenth? 2S LiHV touring packs (7.6V) hold voltage a touch higher through the run, keeping pace and punch without stepping up to 3S or breaking the rules your club runs. 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('c