https://github.com/18markus1984/ldr-light-switch
I created a small Arduino Nano based System to controll a usb extension board. A relay that is connected to the arduino will turn the usb extension off when the LDR sensors don't register light and on when light shines on them the relay will turn the usb extension on.
https://github.com/18markus1984/ldr-light-switch
arduino ldr-sensor switch usb
Last synced: 3 months ago
JSON representation
I created a small Arduino Nano based System to controll a usb extension board. A relay that is connected to the arduino will turn the usb extension off when the LDR sensors don't register light and on when light shines on them the relay will turn the usb extension on.
- Host: GitHub
- URL: https://github.com/18markus1984/ldr-light-switch
- Owner: 18Markus1984
- Created: 2020-12-05T21:44:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T12:05:40.000Z (over 5 years ago)
- Last Synced: 2025-06-10T15:48:56.283Z (about 1 year ago)
- Topics: arduino, ldr-sensor, switch, usb
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LDR-Light-Switch
I created a small Arduino Nano based System to controll a usb extension board. A relay that is connected to the arduino will turn the usb extension off when the LDR sensors don't register light and on when light shines on them the relay will turn the usb extension on.