0

I have a RPi2 to which is connected a 4 channel relay board and a LDR sensor module. The connections are as follows:

Relay Board VCC => Pin #2 (5V)

Relay Board Ground => Pin #6 (Ground)

Relay Board Input1 => Pin #11 (GPIO17)

LDR Sensor VCC => Pin #4 (5V)

LDR Sensor Ground => Pin #14 (Ground)

LDR Sensor Data => Pin #13 (GPIO27)

A python script monitors the LDR sensor and depending upon that the Relay is turned ON or OFF.

The problem is that when the relay is switched ON, the Red LED on the Pi starts blinking. I have tried various USB adapters rated 5V 2A and 5.1V 2.1A, but the problem persists. The relay is working fine but I am worried about the blinking LED.

1 Answers1

1

If the Power LED goes off or flashes the power supply is inadequate - no amount of discussion will change this. NOTE that the Pi itself will run down to 4V (or possibly less) and the relays may also work, but this is asking for trouble if any peripherals are used.

I doubt the relay board draws enough current to affect any decent supply. The only way to check is to actually load the power supply and measure the voltage.

See Raspberry Pi Power Limitations

Milliways
  • 62,573
  • 32
  • 113
  • 225