Close

2343 Results for "%EC%84%A0%EB%A6%89%EC%9C%A0%ED%9D%A5%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%C2%B1%EA%B0%95%EB%82%A8%EB%A3%B8%3C %EC%84%A0%EB%A6%89%EB%9E%80%EC%A0%9C%EB%A6%AC %E2%88%80%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8 %E2%88%81%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8 %E2%88%86%EA%B0%95%EB%82%A8%EC%9C%A0%ED%9D%A5%2B %EC%84%A0%EB%A6%89%EB%A3%B8%EC%8B%B8%EB%A1%B1%3E %EA%B0%95%EB%82%A8%EB%9E%80%EC%A0%9C%EB%A6%AC%E2%88%88 %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8 %E2%88%82%EA%B0%95%EB%82%A8%EB%A3%B8%EC%8B%B8%EB%A1%B1 enough"

  • OpenCores PDP-8 on FPGA

  • From OpenCores PDP-8 page: Features In this FPGA implementation, the PDP-8 CPU can be configured to emulate the instruction execution of a PDP-8 (Straight-8), PDP-8/S, PDP-8/S, PDP-8/I, PDP-8/L, PDP-8/E/F/M, PDP-8/A, HD-6100, or a HD-6120. The...
  • The Open Source Autarkic Motherboard

  • 3-11-2024 See these two 2011 Liliputing and TechCrunch articles, which were partly the inspiration for this project:  https://liliputing.com/pixel-qi-suggests-low-power-tablets-could-be-powered-by-1w-solar-panels/(6-3-11) https://techcrunch.com/2011/06/04/first-solar-powered-laptop/ (6-4-11)...
  • 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...
  • FPGA Blinker

  • A while ago I needed a quick and dirty way to see what's going on in a clocked down design of mine and found myself with no appropriate tools around (and I was like "oh, shift / carp, digging into something as simple as this with an MSO / logic...
  • 5 x 7 Flip Dot Display Driver

  • Display Layout (from behind, left to right) A12345 B12345 C12345 D12345 E12345 F12345 (Z123) G12345 Connection Blocks (mapping) B1 F1 A2 G2 | E3 B4 F4 A5 A1 G1 D1 F2 | F3 A4 E4 B5 Z3 C1 E1 E2 | G3 D3 D4 C5 Z2 Z1 B2 D2 | C3 C4 E5 G5 Z1 Z1 C2 A3 | B3 G4...
  • 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...
  • Deghosting multiplexed LEDs

  • Blinking LEDs, what can be easier, right? For a recent project I needed to multiplex 2 sets of 6 LED each. The circuit schematic has the LEDs driven by 6 pins on an Arduino plus two pins to activate one bank or the other. LEDs are these ones from LCSC....
  • Lucky 4D Printer

  • The JP-QR701 specifications indicate that it has GB2312 support. I think this also applies to similar products that all seem to come from the same OEM or at least from the same design. Most documentation - especially that found on English-language distributors...
  • 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,...
  • Arduino Tester

  • I came up with a nice (from my own standpoint) circuit arrange that tester each and every pin of my Arduino-compatible board:- Pins 0 and 1 = Serial communication with a PC, through the "Serial.print()" command- Pins 2 and 3= an LED connected between...