Seba0855 / lights-rc-control

A simple controller for outdoor lighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdoor lighting control unit

A control unit based on Arduino Nano, that can be controlled either by RC remote or motion sensor.


Summary

A simple project that I made to control my outdoor lights when it's dark outside.

How it works

The project was designed to be controled by a motion sensor or a RC remote.

Motion sensor here is for detecting a person or a car moving around yard in order to switch on the lights. For practical reasons, the duration of how long lights are on is fully based on motion sensor output. Light intensity on which motion sensor starts detecting objects and the duration can be set directly on the sensor itself, so there was no need to include it in code.

There are two light rails on my yard (under a shed and on a terrace) which I can control individually by using RC remote, or both rails are powered when an object is detected by a motion sensor.

How it looks inside

Components used


About

This was one of my first practical projects on Arduino that I actually use on a daily basis. I made it in November 2020, but uploaded on GitHub in 2022.

About

A simple controller for outdoor lighting


Languages

Language:C++ 100.0%