Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotlesscoder/smartclockhardware_lightunit
https://github.com/spotlesscoder/smartclockhardware_lightunit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spotlesscoder/smartclockhardware_lightunit
- Owner: spotlesscoder
- License: other
- Created: 2018-01-06T21:09:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T23:59:51.000Z (about 7 years ago)
- Last Synced: 2024-10-13T10:31:41.287Z (3 months ago)
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartClockHardware (LightUnit)
This is part of the hardware specification for my smart clock project.
The hardware consists of one device for the wake-up light functionality and another for the controls and display
The lighting unit is controlled by the NodeMCU (1.1) via MQTT. Therefore, a MQTT broker is needed. It's likely that RabbitMQ will be chosen and run on a raspberry PI. This way, it will also be possible to integrate the SmartClock into your Smart Home setup using openHAB.
The lighting unit consists of two parts held in two encasings:
1.1) The controlling NodeMCU with a PIR sensor so you can configure the lighting unit to light up automatically on motion detection during daytime and automatically disable this function at night when you go to sleep.
1.2) WS2812B RGB LED strips, 5x 12V warm white LED panels to be able to have different lighting scenes.
The software can be found here:
Control unit: https://github.com/CodingSpiderFox/SmartClockControlUnit (not implemented yet)
Lighting unit: (not implemented yet)