User Tools

Site Tools


hardware:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hardware:home [2021/04/13 02:47]
nanodano [Power relay switch]
hardware:home [2022/03/14 18:45] (current)
nanodano
Line 34: Line 34:
  
 ===== Components ===== ===== Components =====
 +
 +==== LED strip/matrix ====
 +
 +For example, this 64x8 RGB LED matrix from Amazon: [[https://www.amazon.com/gp/product/B088BTXHRG/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1|BTF-LIGHTING WS2812B ECO RGB Alloy Wires 5050SMD Individual Addressable 8X32 256 Pixels LED Matrix Flexible FPCB Full Color Works with K-1000C,SP107E,etc Controllers Image Video Text Display DC5V]].
 +
 +The `WS2811` and `WS2812` are common in various LED strips. There are multiple libraries that allow you to control each LED.
 +
 +  * [[https://github.com/adafruit/Adafruit_NeoPixel|Adafruit NeoPixel]]
 +  *  [[https://github.com/FastLED/FastLED|FastLED]]
 +
 +Each LED consumes about 20ma per color, so 60mA at full brightness. For a 256 pixel strip, that is 15,360mA.
 +
 +Here is another tutorial on using WS2812 LEDs: [[https://howtomechatronics.com/tutorials/arduino/how-to-control-ws2812b-individually-addressable-leds-using-arduino/]]
  
 ==== Power relay switch ==== ==== Power relay switch ====
Line 84: Line 97:
  
  
-===== Laptops =====+===== x86 PC & Laptop ===== 
 + 
  
 ==== Thinkpad X60 ==== ==== Thinkpad X60 ====
hardware/home.1618282064.txt.gz · Last modified: 2021/04/13 02:47 by nanodano