This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/README.md
2022-04-09 20:11:16 +02:00

41 lines
2.4 KiB
Markdown

# Heliox
[![Electron Build](https://github.com/GHOSCHT/light-control/actions/workflows/Electron.yml/badge.svg)](https://github.com/GHOSCHT/light-control/actions/workflows/Electron.yml)
[![PlatformIO Build](https://github.com/GHOSCHT/light-control/actions/workflows/PlatformIO.yml/badge.svg)](https://github.com/GHOSCHT/light-control/actions/workflows/PlatformIO.yml)
[![CodeQL](https://github.com/GHOSCHT/light-control/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/GHOSCHT/light-control/actions/workflows/codeql-analysis.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/bdb8a994396345efab8271307f1ea155)](https://www.codacy.com/gh/GHOSCHT/heliox/dashboard?utm_source=github.com&utm_medium=referral&utm_content=GHOSCHT/heliox&utm_campaign=Badge_Grade)
<a href="https://www.figma.com/file/fK5tEIw4Zx8AivuVbu79Lw/Light-Control">
<img src="https://img.shields.io/badge/Figma-F24E1E?style=flat&logo=figma&logoColor=white" />
</a>
<div align="center">
<img src="assets/logo.png" alt="Logo" width="80" height="80">
<p>It just takes two standing lights which are too far away to reach, to make turning on and off desk lights a chore.</p>
<p>Heliox aims to make desk lighting as easy as possible.</p>
</div>
## About Heliox
Heliox consists of a combination of multiple modules that attacht to or fully replace parts of your lighing setup. The modularity allows you to mix and match in order to suit each person's special needs. CAD files and custom PCB files are included with the intent to make the footprint as slim as possible.
## Modules
### [Switching Module](/modules/switching-module/Hardware)
The switching module is the heart of this project. It sits right in the body of each lamp and contains the necessary transistors to control and even dim the light bulbs.
### [Controller](/modules/control)
The controller is the centerpiece of communication. It sits between the switching module, console and dashboard. USB C ports allow for easy connection.
### [Console](/modules/console) (Optional)
The console is a slim device with rotary encoders and a status led that connects to the control board via USB C.
### [Dashboard](/modules/dashboard) (Optional)
The dashboard is the software counterpart of the console which allows users to control the lights right from the PC.
## License
Distributed under the MIT License. See `LICENSE` for more information.