12V 24V 12A 10A Battery Charger Smart Fast Charging for Car Batteries 7-Stage Charge Pulse Repair for AGM GEL WET Lead Acid

Price range: $110.99 through $120.99 & Free Shipping

Description

Description:
Microprocessor Control (CPU).
1. SMART AUTOMATIC CHARGING:
2. This is a fully automatic battery charger.
3. Automatic charging protects your battery from being overcharged. So you can leave the charger connected to the battery indefinitely.
4. chargers are suitable for most battery types including Calcium, Gel and AGM, Wet batteries. They may also help restore drained and sulphated batteries.
5. Types of batteries: Most types of lead acid batteries including Calcium, GEL and AGM, Wet,EFB, etc..

Feature:
Touch switch mode technology: Yes
Polarity protection: Yes
Output short protection: Yes
Non battery link protection: Yes
Over temperature protection: Yes
Short circuit protection: Yes
Overcurrent protection: Yes
Overheat protection: Yes
Fire protection: Yes
Low voltage protection: Yes
Over voltage protection: Yes
Reverse protection: Yes
Electric shock protection: Yes
Cooling: Fan
Color: Yellow/Red

Specification:
Input voltage: 110-220V AC, 50-60Hz
Orange output: 12V 12A
Red output: 12V 10A or 24V 5A
Output line length: 65cm
Power: Orange is 240W, Red is 180W
Multiple modes: Car / motorcycle / AGM / GEL / lead acid
Mode: Summer/winter
Display: Voltage, current, temperature, repair, completion, reverse
Thermal protect: 65'C+/-5'C
Compliant standards: CE, FC, Rohs, PSE
Dimension (L×W×H): 158×95×62mm


Note:
This Charger is for battery capacity between 2AH to 150AH.
Pls check the capacity (AH) of your battery before buying the charger! Thanks!

Additional information

Weight 0.681 lbs
Dimensions 24 × 14 × 8 in
Brand Name

NarzrIe

High-concerned chemical

None

Origin

Mainland China

Item Weight

560

Item Length

15.8

Item Width

6.2

Item Height

9.5

Choice

yes

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });