All Projects → fabsenet → Adrilight

fabsenet / Adrilight

Licence: mit
An Ambilight clone for Windows based sources - HTPC or just a normal PC

Projects that are alternatives of or similar to Adrilight

Arduino Boy
An Arduino sketch for trading Pokemon.
Stars: ✭ 107 (-6.96%)
Mutual labels:  arduino
Espway
Segway-like robot implemented on ESP8266
Stars: ✭ 109 (-5.22%)
Mutual labels:  arduino
Teensy64
C64 Emulation on a Teensy 3.6
Stars: ✭ 112 (-2.61%)
Mutual labels:  arduino
Esparto
Esparto v3.3 is a rapid development framework, synchronous task queue and GPIO manager with web UI for ESP8266 devices
Stars: ✭ 108 (-6.09%)
Mutual labels:  arduino
Arduino Nunchuk
Improved Wii Nunchuk library for Arduino
Stars: ✭ 108 (-6.09%)
Mutual labels:  arduino
Button2
Arduino Library to simplify working with buttons. It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing.
Stars: ✭ 109 (-5.22%)
Mutual labels:  arduino
Qpn
QP-nano real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
Stars: ✭ 107 (-6.96%)
Mutual labels:  arduino
Thingspeak Arduino Examples
Arduino Sketches that use ThingSpeak Web Services and API
Stars: ✭ 113 (-1.74%)
Mutual labels:  arduino
Esp8266
ESP8266 NodeMCU Workshop
Stars: ✭ 109 (-5.22%)
Mutual labels:  arduino
Arduinoisp
Use the Arduino to program AVR chips.
Stars: ✭ 111 (-3.48%)
Mutual labels:  arduino
Pateensy
Payload for teensy like a rubber ducky but the syntax is different. this Human interfaes device ( HID attacks ). Penetration With Teensy
Stars: ✭ 108 (-6.09%)
Mutual labels:  arduino
Arduino core stm32
STM32 core support for Arduino
Stars: ✭ 1,725 (+1400%)
Mutual labels:  arduino
Asr650x Arduino
Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
Stars: ✭ 110 (-4.35%)
Mutual labels:  arduino
Arduino
Stars: ✭ 107 (-6.96%)
Mutual labels:  arduino
Mdb Sniffer
Sniff a Multidrop Bus data stream and make it human readable
Stars: ✭ 112 (-2.61%)
Mutual labels:  arduino
Snap4arduino
Binding Snap! and Arduino together
Stars: ✭ 107 (-6.96%)
Mutual labels:  arduino
Efi Bruteforce
Scripts and sketches to bruteforce the Apple EFI/iCloud lock
Stars: ✭ 109 (-5.22%)
Mutual labels:  arduino
E Ink Esp32 Arduino Weather Time Note
You can get time\weather\temperature-inside\humility-inside\pressure-inside\IAQ-inside\QQ-note\computer-info on this device.
Stars: ✭ 114 (-0.87%)
Mutual labels:  arduino
Huehue
A simple yet powerful open source LED controller for Windows and Arduino
Stars: ✭ 113 (-1.74%)
Mutual labels:  arduino
Simpledht
Simple, Stable and Fast Arduino Temp & Humidity Sensors for DHT11 and DHT22. http://learn.adafruit.com/dht
Stars: ✭ 111 (-3.48%)
Mutual labels:  arduino

adrilight V2

adrilight logo

An Ambilight clone for Windows based sources - HTPC or just a normal PC

What does it do?

Adrilight lights up LEDs behind your screen or TV to step up the viewing experience to the next level.

It reads the Windows screen content using the Windows Desktop Duplication API, infers the average color in each zone (=spot) and transfers these colors to an arduino via USB. The arduino then sends this color data to WS2812b (or compatible) LED strips which are around your screen/monitor:

PC (adrilight.exe) => arduino (adrilight.ino) => LEDs

New: You have control over the white balance of the LEDs to match there color to your TV.

What does it NOT do?

This solution only analyzes image data from your windows screen. It cannot be used for your xbox or playstation or bluray player.

It cannot be used for normal television channels unless you are watching them through your PC. For example via Kodi and TVHeadend.

Performance

On a typical PC, it will not use more than 10% CPU power in normal operations.

On a typical hardware setup, it will be capable to reach 60fps on your LEDs. It is known to work with at least 228 LEDs.

Installation

This should be improved but a quick rundown on what to do:

  • Buy
    • Arduino UNO or compatible (on Amazon.com or Amazon.de)
    • WS2812b (on Amazon.com or Amazon.de) LED strip in the needed length
    • 5V DC power supply with enough power (on Amazon.com or Amazon.de) (you need at least 1A for every 50 LEDs)
    • (optionally) dc jack connector (on Amazon.com or Amazon.de)
    • Affiliate links: if you use these links to buy the hardware, you are directly supporting the development of adrilight!
  • Build
    • Attach LED strip on the back of the television. The arrows must build a circle!
      • The strip can be devided in 4 pieces: Left/Right/Top/Bottom
      • Left and right as well as top and bottom must have the same number of LEDs each.
    • solder the edges together, but DO NOT make a complete circle. The data line should still have an electrical start and end point
    • depending on the length of the strip, solder more power wires in between
    • connect power with the strip
    • connect the arduino with the data in and ground from the strip
  • Software setup
    • Download latest adrilight release
      • releases page
      • alternatively: clone the adrilight repo and build it yourself
    • Arduino
      • download arduino IDE
      • add FastLED module
      • configure the settings at the top of the script adrilight.ino (included in adrilight release)
      • compile and upload the program to the arduino
    • Adrilight setup on the HTPC
      • setup and start adrilight
      • Number of LEDs in arduino code no longer differs from the number of spots in the app! So simply enter the lengths of the horizontal and vertical strips
      • change offset value until screen and the real LEDs align
      • change com port and start sending. it should work now
      • if it works, play around with the lighting mode, white balance and spot sizes as you wish
  • enjoy ambient lighting!

Possible future features

The following list of things is more a list to not forget things. If something is on here, it does not necessarily mean, it will ever be developed.

  • handling of letterboxed video (should not be confused by video containing partial black content for a bunch of seconds)
  • GUI translations

You have another idea for a feature? Please create an issue.

Known limitations

  • Currently it is not supported to change the screen resolution after the start of adrilight (will be fixed)
  • Some apps can block their content and adrilight "sees" only a black window
    • The windows store netflix app (player components are visible to adrilight but the actual video is not, netflix in the browser works)
    • UAC asking for administrative approval (nothing is visible to adrilight)
    • ...there is probably more
  • some arduino compatible devices have problems reaching the high baudrate of 1.000.000 Baud. This is a sad thing and cannot be changed because the high baud rate is absolutely needed to provide a fluent feeling. Using lower values is not supported. If this is your problem, the best thing is to get a better arduino clone.

Supporting the project

  • A translated UI is in planning. If you can provide translations for languages other than English and German and a willing to help, please let us know.
  • To support the project with 💰 , you can buy the hardware (or whatever you like) through the affiliate links for amazon.com or amazon.de

Thanks

Changelog

See the releases page for some hints on the changes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].