Close

2198 Results for "%EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%E3%80%8Eoio_%EF%BC%94%EF%BC%96%EF%BC%94%EF%BC%98_%EF%BC%90%EF%BC%99%EF%BC%93%EF%BC%90%E3%80%8F %E2%88%8F%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8 %3E%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%88%88 %EA%B0%95%EB%82%A8%EB%A3%B8%E2%88%82 %EC%84%A0%EB%A6%89%EC%9C%A0%ED%9D%A5%E2%88%81 %EA%B0%95%EB%82%A8%EB%A3%B8%EC%8B%B8%EB%A1%B1%3C %EA%B0%95%EB%82%A8%EC%9C%A0%ED%9D%A5%E2%88%80 %EC%84%A0%EB%A6%89%EB%A3%B8%EC%8B%B8%EB%A1%B1%C2%B1 %EC%84%A0%EB%A6%89%EB%9E%80%EC%A0%9C%EB%A6%AC %E2%88%86%EA%B0%95%EB%82%A8%EB%9E%80%EC%A0%9C%EB%A6%AC every"

  • A Traveler Has Arrived

  • Make contact. Unscrambled circles will get you there:hackaday.io/_ _ _ _ _ _ _ Across: 3: this is what project #164913 is all about 5: dressed in stripes of BBROYGBVGW 8: I go clack and have an electromagnet 11: the brain of the circuit 13: one of the...
  • Grow Cube / Grow Box

  • The Grow Cube / Grow Box is an indoor hydroponic setup which can be used to plant and grow seedlings, micro-greens, lettuce, and other plants up to a height of about 75 cm (around 3 ft).Ideally, the system will monitor temperature and relative humidity...
  • 6 Channel Temperature Meter

  • #include #include #include #include #define SCREEN_WIDTH 128 // OLED display width, in pixels #define SCREEN_HEIGHT 64 // OLED display height, in pixels #define OLED_RESET -1 // Reset pin # (or -1 if sharing Arduino reset pin) #define SCREEN_ADDRESS...
  • Rubik's-Cube-Solving-Robot

  • Rubik's-Cube-Solving-Robot Abstract Rubik's Cube, a 3-D combination puzzle invented by Ernő Rubik in 1974, is the World’s top-selling puzzle game and best-selling toy. Rubik's Cube is surprisingly complex, there are 43,252,003,274,489,856,000 permutations...
  • RGB color interpreter

  • Here's the Arduino code!  // LED color interpreter // Made by Thomas Burns // www.thomasburns.net // last revised: 04/12/2020 #include #include #include int red, green, blue = 0; // I2C pins declaration LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5,...
  • The Little Green Tower

  • For lack of a better place, the Instructions project section gives a detailed description of the system.  Last update September 25, 2018. If you would like more information on the custom Raspberry PI board that controls the system, there is another...
  • Latitude E6400 Coreboot port

  • The main differences between the E6400 and the T400 are the SuperIO, the EC, and the use of DDR2 RAM instead of DDR3. The SuperIO is supported by coreboot, so it should just be a matter of including it in one of the files, but I may have to write new...
  • 2.4 GHz band Scanner

  • In this project, we will build a 2.4GHz Wlan scanner using the nRF24L01 radio board. In this project, the output delivers all the interference and information in the scanned area in the form of ASCII codes. In the project of making  this scanner,...