Close

1559 Results for "%EC%9E%A1%ED%86%A0%ED%86%A0%EB%94%94%EB%B9%84 %ED%85%94%EA%B7%B8%EB%9E%A8 DBmong %ED%86%A0%ED%86%A0abc %E1%92%A4 %EC%9E%A1%ED%86%A0%ED%86%A0%EC%82%AC%ED%96%89%EC%82%B0%EC%97%85 %ED%86%A0%ED%86%A0db%EC%B5%9C%EC%A0%80%EA%B0%80 %E1%92%A3 %EC%8B%A0%EC%9A%A9%EB%94%94%EB%B9%84%ED%8C%90%EB%A7%A4"

  • Designing the custom LCD

  • Dave at eevblog posted an excellent video series on designing custom LCDs, so I watched those a number of times.  I also found another eevblog user who posted a great writeup of a replacement LCD he designed for his Tandy/Radio Shack TRS-80...
  • On being clueless with op-amps

  • For today's game, reduced the home made inductor from 10uH to 5uH & added an LM317, so it now boosted 7V to 55V.  Changed the feedback to frequency instead of duty cycle.  With no load, it hit 100khz.  With 2 microphones, it hit 40khz,...
  • Software-only solution

  • Paul suggested an alternate solution, namely to turn off LEDs by setting them to high impedance instead of 0V. That way the tiny LED capacitances have no way to charge and thus no ghosting. I tried it and it works! Awesome "zero extra components" solution,...
  • ACPI is working now

  • At last, I found a bit in EC RAM that is used to enable EC ACPI, so ACPI is working now. I copied the ASL code from vendor DSDT, and now battery, AC, and lid status change can be detected by OS now.https://review.coreboot.org/#/c/19072/
  • Board NEDONAND-6

  • NEDONAND-6 is 8 multiplexers 2:1 with common control (straight select and inverted select):Board already ordered through OSHPark:Pins description:1.1) GND - ground 1.2) O0 - output of multiplexer 0 1.3) O1 - output of multiplexer 1 1.4) O2 - output of...
  • Arduino / FTDI problems

  • Yesterday we had a lot of problems with running the Ed-2000 as fast as possible and together with the Ed-Chuck. MaxMSP kept crashing!This morning, I simply cut out the Arduino Pro Mini with FTDI serial adapter and replaced it (a bit hacky) with another...
  • BLANK

  • The PROM has 1 extra input pin and 1 extra output pin.  There is one clever way to use it !Extra Input Pin : BLANK if input number is 0Extra Output Pin : active if input number is 0This way, the decoders can be chained and leading 0s can be blank'ed.A...
  • Bitslice

  • The ROP2 and ALU part has been slowly expanding to the SUXEN but the log  70. The nexus  reminds that something is missing : I have forgotten to include PC+1 (NPC) value. So another level of MUX is required, which is fortunate because I had...
  • CPU schematic explained

  • This will be a quite long log....  luckily, it will naturally stop when all 42 IC's have been explained... This will be a detailed description of the schematic. For a good understanding, first read the first log and the logs that follow...