

The PLN Source by Power Source (Manufacturer Part ID: PLN Source) is an innovative electronic component designed to deliver electrical power over existing power lines. This technology enables both energy distribution and data communication without requiring additional wiring, making it an efficient and cost-effective solution for modern applications.








| Parameter | Value |
|---|---|
| Input Voltage Range | 90V - 265V AC |
| Output Voltage | 5V DC / 12V DC (configurable) |
| Maximum Output Current | 2A |
| Communication Protocol | Power Line Communication (PLC) |
| Frequency Band | 2 MHz - 30 MHz |
| Operating Temperature | -20°C to 70°C |
| Dimensions | 50mm x 30mm x 20mm |
| Weight | 50g |
| Safety Standards | IEC 60950-1, UL 60950-1 |
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | AC_L | Live wire input for AC power (90V - 265V AC). |
| 2 | AC_N | Neutral wire input for AC power. |
| 3 | GND | Ground connection for DC output. |
| 4 | VOUT | Configurable DC output voltage (5V or 12V). |
| 5 | DATA_IN | Input for data signals to be transmitted over the power line. |
| 6 | DATA_OUT | Output for received data signals from the power line. |
| 7 | CONFIG | Configuration pin for setting output voltage and communication parameters. |
Power Connection:
Output Voltage Configuration:
Data Communication:
Load Connection:
Below is an example of how to use the PLN Source to power an Arduino UNO and send data over power lines.
// Example code for sending data over a PLN Source using Arduino UNO
void setup() {
Serial.begin(9600); // Initialize serial communication at 9600 baud
pinMode(2, OUTPUT); // Set pin 2 as output for data transmission
}
void loop() {
// Send a test message over the power line
digitalWrite(2, HIGH); // Simulate data signal (logic HIGH)
delay(100); // Wait for 100ms
digitalWrite(2, LOW); // Simulate data signal (logic LOW)
delay(100); // Wait for 100ms
// Print status to the serial monitor
Serial.println("Data sent over power line");
}
No Output Voltage:
Data Transmission Fails:
Overheating:
Device Not Powering On:
Q: Can the PLN Source be used outdoors?
Q: What is the maximum data rate supported?
Q: Can I use the PLN Source with a 24V DC output?
Q: Is the PLN Source compatible with three-phase power systems?