Close

33 Results for "%E3%80%8A%EC%98%88%EC%95%BD%EB%B2%88%ED%98%B8OIOX8489X83O6%E3%80%8B3hours%ED%9B%84%EA%B8%B0%E2%91%A4%E2%94%BEhealthy%E3%8E%8E3hours%ED%9B%84%EA%B8%B0%EA%B0%95%EB%82%A83hours%E3%81%97possessed 3hours%EB%A0%88%EA%B9%85%EC%8A%A43hours 3hours%EB%A0%88%EA%B9%85%EC%8A%A4%EA%B0%80%EA%B2%A9%E3%85%AD3hours%D0%ABglass%E2%94%AE"

  • O Blinkenbaum

  • An 8.5" tall blinky Christmas tree made from WS2812s, a Moteino, foam, and some spring steel...
    • 0
    • 4
  • 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...
  • 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...
  • 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...
  • 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:    ...
  • Step 3: Firmware

  • The MaTouch ESP32 S3 2.1 Rotary TFT with Touch is not compatible with the TFT_eSPI library, so I use the GFX_Library_of_Arduino library instead of the driver. Since I did not use the TFT_eSPI library, it is needed to delete or comment all the codes related...
  • O Blinkenbaum

  • I had absolutely no intention of posting this on Hackday. It's a small one-day hack (well, two-day, if you count the time waiting for the epoxy to dry) that piggybacks on all the other blinkylight fun I've had. New code? Nope; I'd already abstracted...