Close

5166 Results for "《〈 문의 OIO↗5793↗7458 》〉 셔츠룸후기ð νeveningм셔츠룸후기선릉셔츠룸Ξthreshold 강남셔츠룸셔츠룸추천 셔츠룸후기シ셔츠룸후기㎩regular≡"

  • Donor Cabinet work

  • 7/29/2013: As I stated; been working on the cabinet for the Mirror universe project. I bought a couple of "project" Bally Star Treks from a fellow pinball collector out of Shertz a few years ago. These have been setting in storage for a while... and...
  • Setup and code editing

  • I received my parts order, including a PIkit3 (to program and debug the PIC microcontroller).Did forget a few capacitors, which I can get locally.Ordering a new LCD - since I dropped the current one.Using the regular 16F1786 (instead of the 16LF1786...
  • Audio Control Output

  • The drum step counter is slowly counting from 0-15. I need to get the voltages out of the capacitor demultiplexers that match this index so they can control audio generating circuits. The problem is the capacitor demultiplexers is already being addressed...
  • Full-fledged ROM is made

  • Over a last couple of moths I constructed a ROM unit, which may be useful in further development of my computer project. The unit is composed of 256 switches and 256 associated diodes, has 2 3-to-8 74hc238 decoders combined so they act as single...
  • Initial Concept

  • The goal of this project is to build a simple Arduino-compatible board with a very low power consumption. The Arduino Pro Mini is a good starting point, because it doesn't contain much more than the Atmega328 and some peripherals.At 5 V and 16 MHz, the...
  • v61

  • Yep! That sounds pretty impressive until you consider that v60 was from whatever date it was three logs back when last I coded. Basically, in times like these, I tend to forget where I left-off, coding-wise, and re-entry is quite difficult for me. Usually...
  • What Language Does It Speak?

  • I connected the boards up to 5v but the boards wouldnt work, I theorised there is a synchronising LED and detector that triggers the writing of the LEDs, without the detector picking up a pulsing light the LEDS dont light up.  I got out the...
  • See the blog for updates

  • I post regular updates to the project blog at:http://edwardmallon.wordpress.com/read-the-blog/These posts generally fall into two categories: development updates when I am busy building new units & field reports which I usually post within a week or...
  • Working Gimbal

  • My Adafruit Trinket arrived today and I've been able to get the gimbal working. The first run did a half turn in the yaw direction (full room coverage) in about 16 minutes according to my video camera (and this can definitely be sped up still).Video...
  • Instructions ....

  • OK,  More massaging of the instruction set.  I removed the inverse jumps (JNC, JNZ, JNM).  You get the not jump condition in the next memory location after the jump.  The only reason to have them IMHO is to make the code easier to...
  • Hardware registers and microcode

  • REGISTERS The data width of the CPU is 8 bits. The CPU will now have four address registers (instead of the single HL register pair ). The address registers are 20 bits wide. Regular instructions will operate on the lowest 16 bits, and there will...