Power Strip - Relay

Having worked on the voltage and current meter previously, this time around the relay was the focus of attention. Although I was initially worried about working with mains power (240v), I mitigated the fears by using an adapter that limited the risk to 12v.

The circuit and code were pretty straight forward to get to grips with, although my search skills were weak today as I couldn’t find a complete pin-out for the Keyes_SR1y relay that I was working with, the closest I could get was a diagram showing the Arduino related side only. Luckily it turns out that the power side of it is pretty straight forward: whatever is in the middle is connected to one side or the other depending on the Arduino input being High or Low.

I have checked the code into github, which, like the screenshot shows,

Relay-Screenshotsends a High signal to the Relay when a 1 (49) is sent - via Serial Input and when a 0 (48) is sent, a Low signal is sent. Effectually turning the power on:

Relay-Onand off:

Relay-Offrespectively.

The next step is to merge the meter and relay code and finally to link up the power meter to the automation station.

Bring on Dublin Maker.