Close

276 Results for "《〈 문의 OIO↗5793↗7458 》〉 셔츠룸후기た 《〈 문의 OIO↗5793↗7458 》〉 ⑷plenty㎋셔츠룸후기셔츠룸후기んteeth 셔츠룸후기선릉셔츠룸 강남셔츠룸₩셔츠룸ⓤsilverⓞ"

  • Transputers?

  • At some point in planning this project, I stubbornly declared to nobody in particular that the hardware in question had to be era-appropriate and suitably exotic. Preferably something used in spaceflight. Something not commonly found in home or business...
  • Graphics, retrostyle.

  • As I’ve been developing this satellite tracking console, the goal has been to create a really unique piece of hardware that does useful work. The fact that it’s built up from a very eclectic collection of parts is pretty important to the aesthetic, so...
  • Retro Modules v1.0 Proposal Released

  • It's right here! This release is pretty significant. I am preparing to shift from the oft-repeated arduous process of hand-soldering modules... to creating printed circuit boards. I wanted to have the specs for the major connectors (DE-9, DA-15, DB-25,...
  • The Heart of the Beast

  • When you have limited programming skills it's hard to chose a platform for your project. I've been tossing options around in my head the past few weeks, trying to think of what processor I want to control the radio.I've been debating between going the...
  • First working version

  • Found a bug on the function that shifted the bits from the shift registers. This function loops 8 times, one for each bit. The problem was that the clock pulse was being issued before each sample and that caused me to loose one bit.Wrong:data=0; for...
  • Powering the beast

  • Following from the change from sunglasses display to a 2.5" S-Video LCD...Power: The LCD requires 7-12vdc. The Pi delivers 5v from pins and that's confirmed by testing to not be enough. With the dev SKROSS Reload 5 I have 5vdc 1.5amp output. This runs...
  • KIT1 iterations

  • Developing the KIT1 raised several problems in hardware and software, and those were solved with multiple PCB iterations.These are just of the few that were built. Initially, v1.0 used a ferrite transformer for the High Voltage inverter needed to boost...
  • Debugging Stuck Notes

  • I was having some peculiar errors playing a keyboard through Twister into the NanoEgg synthesizer prototype. Namely, it would often lose note off commands, resulting in stuck notes. That really sucked, and made for some terrible demos, so I finally decided...
  • Parts, parts, parts...

  • Circuit design is like speaking a language. You have vocabulary (parts) made of letters (transistors and gates), grammar (how a few parts interact to provide a macrofunction), sentences, paragraphs... The semantic is what the whole is meant to do. In...
  • the end of LCD-hacks?

  • UPDATE: RIDONCULOUS HACKING to obtain EPG-info via an old tuner, scroll down a bit...Whelp, there's a pretty-durn-good find, if I say so...Sitting in the laundry room atop the donation-bin...Apparently the only things wrong with it are:A) Batteries leaked...
  • Pairing and memory read/write

  • The register-mapped memory system, pioneered by Seymour Cray in the CDC6600, has many benefits and I developed it in my own way in the #YASEPI used a different approach however, where the data register both reads and writes. The CDC had data 5 registers...
  • Decoupled Globules

  • One design goal of the F-CPU is to increase efficiency with smart architecture features, and with the FC1 I would like to get closer to OOO performance with in-order cores. You can only go so far with all the techniques already deployed and explored...