Close

31 Results for "%E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 O1O%CE%9E5793%CE%9E7458%E3%80%8B %ED%8D%BC%EB%B8%94%EB%A6%AD%EC%85%94%EC%B8%A0%EB%A3%B8%EC%B0%A8%EC%9D%B4%C5%8B %E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 O1O%CE%9E5793%CE%9E7458%E3%80%8B %E2%87%92silver%E3%8F%82%ED%8D%BC%EB%B8%94%EB%A6%AD%EC%88%A0%EC%A7%91%EC%84%A0%EB%A6%89%ED%8D%BC%EB%B8%94%EB%A6%AD%E3%85%9Eproprietary %ED%8D%BC%EB%B8%94%EB%A6%AD%EC%88%A0%EC%A7%91%ED%8D%BC%EB%B8%94%EB%A6%AD%EC%85%94%EC%B8%A0%EB%A3%B8%EC%B0%A8%EC%9D%B4 %EC%84%A0%EB%A6%89%ED%8D%BC%EB%B8%94%EB%A6%AD%C2%B9%ED%8D%BC%EB%B8%94%EB%A6%AD%EC%97%85%EC%86%8C%EC%8B%9C%EC%8A%A4%ED%85%9C%EF%BD%97sworn%E3%86%89"

  • The Great Resistor

  • This idea was born when i saw this project years ago: https://hackaday.io/project/170961-resistor-color-code-clock-v10 NOTE: There is a bug showing resistor values under 100 since gold nor silver can be displayed. AND the multiplier seems to be...
  • 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...
  • O Blinkenbaum

  • An 8.5" tall blinky Christmas tree made from WS2812s, a Moteino, foam, and some spring steel...
    • 0
    • 4
  • AIRee Pollution Clock

  • #include #ifdef __AVR__ #include #endif // Which pin on the Arduino is connected to the NeoPixels? // On a Trinket or Gemma we suggest changing this to 1 #define PIN 6 // How many NeoPixels are attached to the Arduino? #define NUMPIXELS 48 // How much...
  • HapticPong

  • Using the HaptiVision Belt as base we tried out if we can use it also as Display for playing games on it. Of course, with 16*8 pixel that's not high resolution, but we thought that at least games like Pong might work. Adaption was rather easy: Using...
  • 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...
  • 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...