Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Mar 30, 2023
1 parent 1226dcf commit 87cc6ae
Showing 1 changed file with 15 additions and 29 deletions.
44 changes: 15 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,20 @@
<a href="https://luos.io"><img src="https://uploads-ssl.webflow.com/601a78a2b5d030260a40b7ad/603e0cc45afbb50963aa85f2_Gif%20noir%20rect.gif" alt="Luos logo" title="Luos" align="right" height="100" /></a>
# My DIY desk light perfectly suited for videoMaking

![](https://github.com/Luos-io/luos_engine/actions/workflows/build.yml/badge.svg)
[![](https://img.shields.io/github/license/Luos-io/luos_engine)](https://github.com/Luos-io/luos_engine/blob/master/LICENSE)
[![](https://img.shields.io/badge/Luos-Documentation-34A3B4)](https://www.luos.io/docs)
[![](http://certified.luos.io)](https://www.luos.io)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/luos/library/luos_engine.svg)](https://registry.platformio.org/libraries/luos/luos_engine)
I create this light to get a precise conttrol over the light intensity, temperature, and position around my desk.
I can configure it depending on the ambient light to get the best lightning for my future videos.

[![](https://img.shields.io/discord/902486791658041364?label=Discord&logo=discord&style=social)](http://bit.ly/JoinLuosDiscord)
[![](https://img.shields.io/reddit/subreddit-subscribers/Luos?style=social)](https://www.reddit.com/r/Luos)
This project contain everything allowing you to create your own led_strip based videomaking light.
This project use :

Version: 2.9.0
- [Kicad](https://www.kicad.org/) for the hardware design
- [Platformio](https://platformio.org/) as IDE
- [Luos](https://www.luos.io/) as embedded software architecture
- [CubeMX](https://www.st.com/en/development-tools/stm32cubemx.html) to generate MCU low level interfaces

# Luos Technology
## The most for the developer​
Luos provides a simple way to think your hardware products as a group of independant features. You can easily manage and share your hardware products' features with your team, external developers, or with the community. Luos is an open-source lightweight library that can be used on any MCU, leading to free and fast multi-electronic-boards products development. Choosing Luos to design a product will help you to develop, debug, validate, monitor, and manage it from the cloud.
## How to make the hardware :electric_plug:
Electronics have been based on [Luos example electronic design](https://github.com/Luos-io/Examples/tree/master/Hardware). You can open and modify all of them using Kicad. This design use Luos_components library for more information to install and use it read [Luos doc](https://docs.luos.io).
In this projet I use 2 [L0 boards](https://github.com/Luos-io/luos_engine/tree/main/examples/hardware/l0):
- The first one have 2 shield stacked one on the other, the [led_strip shield](https://github.com/Luos-io/luos_engine/tree/main/examples/hardware/l0-shields/L0_led_strip) and the [button shield](https://github.com/Luos-io/luos_engine/tree/main/examples/hardware/l0-shields/l0_button)
- The second one have a simple [potentiometer shield](https://github.com/Luos-io/luos_engine/tree/main/examples/hardware/l0-shields/l0_potentiometer)

## The most for the community​
Most of the embedded developments are made from scratch. By using Luos, you will be able to capitalize on the development you, your company, or the Luos community already did. The re-usability of features encapsulated in Luos services will fasten the time your products reach the market and reassure the robustness and the universality of your applications.

* → Join the [Luos Discord server](http://discord.gg/luos)
* → Join the [Luos subreddit](https://www.reddit.com/r/Luos)

## Good practices with Luos​
Luos proposes organized and effective development practices, guaranteeing development flexibility and evolutivity of your hardware product, from the idea to the maintenance of the industrialized product fleet.

## Let's do this​

* → Try on your own with the [get started](https://www.luos.io/tutorials/get-started)
* → Consult the full [documentation](https://www.luos.io/docs)

## Disclaimer
Using Platformio, this library compilation send some anonymous information to Luos allowing to improve Luos_engine experience.
To disable the telemetry please add "-DNOTELEMETRY" as a compilation flag on your platformio.ini file.
I put all of these boards in a derivation box and power up the system with a 5V led power supply.

0 comments on commit 87cc6ae

Please sign in to comment.