48V 100AH Plus Enjoybot LiFePO4 Lithium Battery | Group 8D | 200A BMS

Enjoybot® Deep Cycle Battery
  • Upgrade 200A BMS to support 200A continuous discharge, 1000A(3-5s) peak discharge
  • Upgraded internal bracket to enhance stability and safety
  • EV Grade-A lithium iron phosphate (LiFePO4) prismatic cells
  • Lightweight just 80.6 lbs, weighs 1/3 as much as a set of lead acid golf cart batteries
  • Built-in Bluetooth for auto-connection & easy monitoring
  • Long-Lasting with 4000+ deep cycles @100%DOD, 10 years lifespan
  • IP67 Rated waterproof, dustproof, and vibration-proof durability
  • Max 4P to build a 48V 400Ah power system to release 20.48kWh
  • Do NOT use it as a Starter or Cranking Battery
CA$1,499.00
CA$1,529.00
-CA$30.00
Type:  Group 8D | Bluetooth
Add-on Charger:  None
Quantity
Shipping
10-Year Warranty & Professional Tech Support
Free shipping (Ontario)
Tax & duty covered
30-day return
Resources
Description
Enjoybot 48V 100Ah Plus LiFePO4 Battery

Trick out your ride with the Plus version of our 48V 100Ah lithium golf cart battery! Packed with a beefy 200A BMS, it cranks up your cart’s speed, crushes hills like a champ, and delivers a 35-45 miles of range on a full charge. 

The souped-up internal structure and new bracket bring rock-solid stability. Get ready to level up your golf cart game!

Internal Bracket 2.0

Reinforced internal bracket for added durability, making it tougher and more stable than ever . Plus, with thick foam padding for extra protection.

Battery Management System

Advanced 200A BMS with continuous 200A discharge , peak currents of 800A for 30s and 1000A for 3-5s .

Low Temp Cutoff

Automatically halts charging when the temperature drops below 32°F , resumes at 41°F .

Bluetooth 5.0

Keep tabs on your battery’s health with the easy-to-use app—get instant updates on voltage, capacity, and charge status right from your phone or tablet. 

Packing List:

  • 1* 48V 100Ah Enjoybot LiFePO4 Lithium Battery
  • 2* Terminals & Caps
  • 1* User Manual
Specifications
SKU EB-48100-200A
BCI Group 8D
Dimension 20.4 x 10.6 x 8.66 in
Weight 80.6 lbs
Terminal M8*16mm (L)
Battery Pack Case ABS Plastic
Feature Bluetooth / Low Temp Cutoff
Energy 5120Wh
Cycle Life 4000+ times @ 100% DOD
Max Depth of Discharge (DOD) 100%
Nominal Voltage 48V (51.2V)
Nominal/Usable Capability 100Ah
BMS 200A
Max. Continuous Charging Current 100A
Max. Continuous Discharging Current 200A
Peak Discharge Current 1000A (3-5 Seconds)
Max. Load/Inverter Power 5120W
Charge Voltage 56.8V - 58.4V
Recommend Charge Current 15A
Max. Batteries in Series 1 Packs
Ideal Max. Batteries in Parallel 1-4 Packs
Max. Batteries in Parallel 4 Packs
Max. Configuration 1S4P (build 48V 400Ah battery system)
Charge Temperature 32℉ ~ 122℉ (0℃ ~ 50℃)
Discharge Temperature -4℉ ~ 140℉ (-20℃ ~ 60℃)
Storage Temperature 14℉ ~ 122℉ (-10℃ ~ 50℃)
Overview
4000 Cycles
Advanced 200A BMS
Bluetooth
Low Temp Cutoff
IP67 Waterproof
10 Years Warranty
Valuable Insights From The Pro
Brad Cagle
🔋Model: 48V 100Ah Plus
How long will a 48v 100Ah LiFePO4 Lithium battery run a dryer?
Gears and Tech
🔋Model: 48V 100Ah Plus
Watch This Before Replacing Your Golf Cart Batteries!
Our Battery In Real Life
Check out how they looks like in different applications from our customers.
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.