Hi,
First things first: many thanks for this great project! This is something I wanted to do for ages, and particularly for my PC and video games immersion.
I'm testing Hyperion on my pc. Here is my setup:
- Hyperion on Windows with DXGI DDA grabber
- Arduino Nano connected to PC via USB
- Adalight based sketch on the Arduino
- WS2812B based ledstrip with 104 leds
- Meanwell RS-50-5 power transformer
It actually work pretty well.
I modified the Adalight sketch from https://github.com/hyperion-pr…ino/adalight/adalight.ino, so I can :
- use the leds as a normal lamp when PC is off (serial not detected)
- modified the startup animation to a constant breathing one untill serial connection is up
- react to button presses to change between modes (hyperion or lamp etc.)
However, I found that my ledstrip is not very shiny, so using it as a lamp is not great.
My idea is to double the ledstrip, so I'll have aproximately 200 leds.
I would have 2 rows emitting the same color, with the inner row a bit less longer than the outer one.
I could do to data copy from the arduino sketch, but I was wondering if I could achieve the same using hyperion configuration.
Ledstrips will be connected in series.
Is this possible? or do I really need to this from arduino's code?
Thanks