Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Fitting Lampu: Examples, Pinouts, and Specs

Image of Fitting Lampu
Cirkit Designer LogoDesign with Fitting Lampu in Cirkit Designer

Introduction

The Fitting Lampu (commonly referred to as a lamp holder) is a device designed to securely hold and connect a light bulb to an electrical circuit. Manufactured by Generic with the part ID E27 Socket, this component ensures the safe and reliable operation of light bulbs in various applications. It is compatible with standard E27 screw-type bulbs, making it a versatile and widely used component in residential, commercial, and industrial lighting systems.

Explore Projects Built with Fitting Lampu

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
USB-Powered Light Sensor with Pilot Lamp Indicator
Image of Eierfärbermaschine: A project utilizing Fitting Lampu in a practical application
This circuit powers a blue pilot lamp using a USB power source. The positive terminal of the USB power is connected to one pin of the pilot lamp, while the negative terminal is connected to the other pin, allowing the lamp to illuminate when the USB power is supplied.
Cirkit Designer LogoOpen Project in Cirkit Designer
Flush Switch Controlled Lamp Circuit with AC Power Supply and MCB Protection
Image of LAMP CONTROLE WITH MCB: A project utilizing Fitting Lampu in a practical application
This circuit is designed to control a lamp using a flush switch and is protected by two MCBs (Miniature Circuit Breakers). The AC supply is connected to the input of the first MCB, whose output is connected to the flush switch. The flush switch then controls the power to the lamp, with the second MCB placed in the neutral line for additional safety.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino Mega 2560 Controlled AC Dimmer Lamp with Voltage Monitoring
Image of  karakterisasi lampu: A project utilizing Fitting Lampu in a practical application
This circuit is designed to control the brightness of an AC bulb using an Arduino Mega 2560 and an AC Dimmer Lamp Module. The Arduino provides power and control signals to the dimmer module, which in turn adjusts the AC voltage supplied to the bulb. A voltmeter is included to monitor the voltage across the bulb.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino UNO-Based Automatic Light Control with PIR Sensor and Relay
Image of teragaurd: A project utilizing Fitting Lampu in a practical application
This circuit is an automatic lighting system that uses a PIR motion sensor to detect movement and control an AC bulb via a 5V relay, managed by an Arduino UNO. The system also includes a GPS module, a GSM module, and a current sensor for additional functionalities, all powered by a solar panel and a 12V battery setup.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Fitting Lampu

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Eierfärbermaschine: A project utilizing Fitting Lampu in a practical application
USB-Powered Light Sensor with Pilot Lamp Indicator
This circuit powers a blue pilot lamp using a USB power source. The positive terminal of the USB power is connected to one pin of the pilot lamp, while the negative terminal is connected to the other pin, allowing the lamp to illuminate when the USB power is supplied.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of LAMP CONTROLE WITH MCB: A project utilizing Fitting Lampu in a practical application
Flush Switch Controlled Lamp Circuit with AC Power Supply and MCB Protection
This circuit is designed to control a lamp using a flush switch and is protected by two MCBs (Miniature Circuit Breakers). The AC supply is connected to the input of the first MCB, whose output is connected to the flush switch. The flush switch then controls the power to the lamp, with the second MCB placed in the neutral line for additional safety.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of  karakterisasi lampu: A project utilizing Fitting Lampu in a practical application
Arduino Mega 2560 Controlled AC Dimmer Lamp with Voltage Monitoring
This circuit is designed to control the brightness of an AC bulb using an Arduino Mega 2560 and an AC Dimmer Lamp Module. The Arduino provides power and control signals to the dimmer module, which in turn adjusts the AC voltage supplied to the bulb. A voltmeter is included to monitor the voltage across the bulb.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of teragaurd: A project utilizing Fitting Lampu in a practical application
Arduino UNO-Based Automatic Light Control with PIR Sensor and Relay
This circuit is an automatic lighting system that uses a PIR motion sensor to detect movement and control an AC bulb via a 5V relay, managed by an Arduino UNO. The system also includes a GPS module, a GSM module, and a current sensor for additional functionalities, all powered by a solar panel and a 12V battery setup.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Residential Lighting: Used in homes for ceiling lights, table lamps, and wall-mounted fixtures.
  • Commercial Lighting: Found in offices, retail spaces, and public buildings.
  • Industrial Lighting: Utilized in factories and warehouses for high-intensity lighting.
  • DIY Projects: Popular among hobbyists for custom lighting setups and creative projects.

Technical Specifications

The following table outlines the key technical details of the Fitting Lampu (E27 Socket):

Parameter Specification
Manufacturer Generic
Part ID E27 Socket
Bulb Compatibility E27 screw-type bulbs
Rated Voltage 110V - 250V AC
Rated Current Up to 4A
Material Heat-resistant plastic or ceramic
Mounting Type Screw or clip-on
Dimensions Varies (typically ~40mm diameter)
Operating Temperature -20°C to 85°C

Pin Configuration and Descriptions

The Fitting Lampu does not have traditional pins but instead features two electrical terminals for connection. The table below describes these terminals:

Terminal Description
Live (L) Connects to the live wire of the AC circuit
Neutral (N) Connects to the neutral wire of the AC circuit

Usage Instructions

How to Use the Component in a Circuit

  1. Preparation:

    • Ensure the power supply is turned off before handling the Fitting Lampu.
    • Verify that the bulb you intend to use is compatible with the E27 socket and within the rated voltage and current limits.
  2. Wiring:

    • Connect the Live (L) terminal of the Fitting Lampu to the live wire of the AC power source.
    • Connect the Neutral (N) terminal to the neutral wire of the AC power source.
    • Use insulated wires and ensure all connections are secure to prevent short circuits.
  3. Mounting:

    • Secure the Fitting Lampu to the desired surface using screws or clips, depending on the mounting type.
    • Ensure the socket is positioned to allow easy installation and removal of the bulb.
  4. Testing:

    • Insert the bulb into the socket by screwing it in gently but firmly.
    • Turn on the power supply and verify that the bulb lights up.

Important Considerations and Best Practices

  • Safety First: Always disconnect the power supply before installing or servicing the Fitting Lampu.
  • Heat Management: If using high-wattage bulbs, ensure adequate ventilation to prevent overheating.
  • Wire Gauge: Use wires with appropriate thickness to handle the current without overheating.
  • Secure Connections: Loose connections can lead to arcing and potential fire hazards.

Example: Connecting to an Arduino UNO

While the Fitting Lampu is primarily an AC component, it can be controlled indirectly using an Arduino UNO and a relay module. Below is an example code snippet to control the Fitting Lampu via a relay:

// Example: Controlling a Fitting Lampu (E27 Socket) with Arduino UNO
// This code toggles the lamp on and off every 2 seconds using a relay module.

const int relayPin = 7; // Pin connected to the relay module

void setup() {
  pinMode(relayPin, OUTPUT); // Set the relay pin as an output
  digitalWrite(relayPin, LOW); // Ensure the relay is off initially
}

void loop() {
  digitalWrite(relayPin, HIGH); // Turn the relay (and lamp) on
  delay(2000); // Wait for 2 seconds
  digitalWrite(relayPin, LOW); // Turn the relay (and lamp) off
  delay(2000); // Wait for 2 seconds
}

Note: Ensure the relay module is rated for the voltage and current of the Fitting Lampu. The Arduino controls the relay, which in turn switches the AC power to the lamp.

Troubleshooting and FAQs

Common Issues Users Might Face

  1. Bulb Does Not Light Up:

    • Cause: Loose connections or faulty wiring.
    • Solution: Double-check all connections and ensure the bulb is properly screwed into the socket.
  2. Overheating:

    • Cause: Using a bulb with a wattage higher than the socket's rating.
    • Solution: Use a bulb within the rated wattage and ensure proper ventilation.
  3. Flickering Light:

    • Cause: Poor electrical contact or unstable power supply.
    • Solution: Tighten connections and verify the stability of the power source.
  4. Socket Damage:

    • Cause: Prolonged use with high-wattage bulbs or physical stress.
    • Solution: Replace the damaged socket and avoid exceeding the rated specifications.

Solutions and Tips for Troubleshooting

  • Use a multimeter to check for continuity and proper voltage at the terminals.
  • Inspect the socket for visible damage, such as cracks or burn marks.
  • If using with an Arduino and relay, ensure the relay module is functioning correctly and receiving proper signals.

By following this documentation, users can safely and effectively utilize the Fitting Lampu (E27 Socket) in their lighting projects and applications.