Close

6 Results for "%E3%80%8A%E3%80%88 %EB%AC%B8%EC%9D%98 OIO%E2%86%975793%E2%86%977458 %E3%80%8B%E3%80%89 %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%E3%89%BB %E3%80%8A%E3%80%88 %EB%AC%B8%EC%9D%98 OIO%E2%86%975793%E2%86%977458 %E3%80%8B%E3%80%89 %E3%89%BAsteal%E3%85%AF%EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%D1%84temperature %EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0%EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9 %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%E3%85%A3%EC%85%94%EC%B8%A0%EB%A3%B8%EC%B6%94%EC%B2%9C%CF%88encouragement%E3%85%94"

  • Rewrite code with FastLED + Gamma Correction

  • Today, i rewrite a code of ambient light of arduino module applied FastLED library carefully. Why? there are 3 important thing, 1) the legacy code of adalight is based on SPI that is used by a RF module too. I think move pin in code of adalight from...
  • How many LEDs ? How fast ?

  • I often get these questions :How many LED can the WizYasep drive ?The answer is : a lot !The W5300 network chip has a 128KB FIFO, that's roughly 40KLED. Is that enough ?Actually I have reduced the receive FIFO depth to 56KB, or about 19K LED. My largest...
  • The home stretch

  • (June 2016)I finally decided that the sparkfun level convertor was to blame for the bad clock bits. Yes, I know the clock wasn't even going through the level convertor, but the data was. I removed the PCB with prejudice. As I mentioned before, the shift...
  • An STM8 eForth WS2812 Demo

  • Controlling the WS2812 with STM8 eForth was something I've had on my to-do list for a long time. The lore of W2812 timing is already long and twisted, and any new implementation, it seems, has to add a bit to it :-) Mine is the following:    ...
  • PCB design decisions: Backlight

  • I'm not really a fan for RGB, in the {something}-puking-rainbows way, so my first thought was to use single color LEDs. This means I need to create some steady current through a resistor for each N pieces of LEDs. If you want to drive 105 LEDs from a...