

The 12 WAY Automotive Fuse Block with LED Indicator (Manufacturer: AC, Part ID: Fuse Box) is a compact and efficient solution for managing multiple electrical circuits in automotive applications. This fuse block features 12 slots for standard blade fuses and includes built-in LED indicators that illuminate when a fuse is blown, simplifying troubleshooting and maintenance. Designed for durability and ease of use, it is ideal for cars, trucks, RVs, boats, and other vehicles requiring organized circuit protection.








The following table outlines the key technical details of the 12 WAY Automotive Fuse Block with LED Indicator:
| Parameter | Specification |
|---|---|
| Manufacturer | AC |
| Part ID | Fuse Box |
| Number of Fuse Slots | 12 |
| Fuse Type | Standard blade fuses (ATO/ATC) |
| Voltage Rating | 12V DC / 24V DC |
| Maximum Current per Slot | 30A |
| Total Current Capacity | 100A |
| LED Indicator | Yes (illuminates when fuse is blown) |
| Input Terminal Type | M5 threaded studs |
| Output Terminal Type | Spade connectors |
| Material | Flame-retardant plastic housing |
| Mounting Style | Screw-mounted |
| Dimensions | 85mm x 140mm x 35mm |
| Operating Temperature | -20°C to 85°C |
The fuse block has a straightforward layout. Below is a description of its terminals:
| Terminal | Description |
|---|---|
| Input Terminal (+) | Connects to the positive terminal of the power source (e.g., battery). |
| Ground Terminal (-) | Connects to the negative terminal of the power source or vehicle chassis. |
| Fuse Slots (1–12) | Slots for inserting blade fuses to protect individual circuits. |
| Output Terminals | Spade connectors for connecting the protected circuits to the fuse block. |
| LED Indicators | One LED per fuse slot; lights up when the corresponding fuse is blown. |
The fuse block can be used to protect circuits involving microcontrollers like the Arduino UNO. Below is an example of how to connect the fuse block to an Arduino-powered project:
// Example Arduino code for a simple LED circuit protected by the fuse block
const int ledPin = 13; // Pin connected to an LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
LED Indicator Not Lighting Up When Fuse is Blown:
Fuses Blowing Frequently:
No Power to Connected Circuits:
Corrosion on Terminals:
By following this documentation, users can effectively integrate the 12 WAY Automotive Fuse Block with LED Indicator into their projects, ensuring reliable circuit protection and simplified maintenance.