Best RC Drift Car Batteries – 2S & 2S LiHV Shorty/Stick Packs

A collection page of ChinaHobbyLine

bundlesLinked from the homepage
Products
16
Active ads
0
Depth
Click depth 1
Published
2025/08/22

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; } In drifting, the battery shapes how the car feels on track. Most 1/10 platforms—whether a Yokomo YD-2 , MST RMX , or Sakura D5 —run on 2S LiPo drift batteries or 2S LiHV packs . They give you the smooth throttle and steady power that make long slides possible. Drivers usually talk about two pack styles: shorty drift batteries and the classic stick packs . Shorties are lighter and let you fine-tune balance, while sticks feel planted and familiar. Pick whichever matches your chassis and the way you like to drive. While 2S LiPo batteries are the standard for drifting, many drivers also use 2S LiHV packs . LiHV runs at 7.6V instead of 7.4V, holding voltage a little firmer through the run. It’s a simple option if you want steadier wheel speed without moving up to 3S. Read Full Battery Guide Popular RC Drift Cars Battery Guides: Kyosho Fazer D2 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