Close

230 Results for "수원오피링크✜www,optime4.com수원오피 수원마사지 ✜ 수원오피ꅐ 수원오피확인ꅐ 수원휴게텔 수원키스방 타임"

  • The Flea is born

  • Day 1 of the project and a project log already???? I thought I'd describe why I'm doing the project.Well, Hackaday did post an article about the SunCube recently, and it got me thinking. Is a 3x3x3cm spacecraft feasible? I looked into the ASU press release,...
  • Details on keyboard

  • Keyboard is connected similarly to ZX-Spectrum - 8 bits from address bus ( other bits by the way ; ) trough diodes goes to key matrix and come back through data bus (if address space is 0x8000...0x9FFF): data bus bits ======>01234567bit 0 from address...
  • version 2020/05/01

  • I uploaded a newer version that seems to solve some issues I discovered these last days. I found a condition that triggered a double close, for example, and a more worrying endless loop when the peer closes the socket before the server... POSIX sockets...
  • Dem wheels & sprockets

  • After a late, long chat with Manoel about which wheels we where going to use, we found some interesting links to where we could buy some. Here they are (I also posted them for us in case we forget them) :1st idea https://www.befr.ebay.be/itm/3009196515602nd...
  • Giving up on theory

  • I decided to study the 555 fade in/out circuit, to understand its working and to take the control of the LED into my own hands... I failed, realising I'm just a young padawan that has a lot yet to learn about electronics. Since I don't understand all...
  • Optical Tool Changer Calibration

  • After upgrading the Blackbox with a tool changer, i had to find a way to calibrate the different hotends. The required precision cannot be achieved with mechanical measuring methods. I got inspired doing it optically by a forum post at 3d-druck-community.de Instead...
  • Designing Ergonomic Buttons

  • The first Litar prototype used some 2D hall effect joysticks (with button click) as a demonstration to enable advanced chord control, vibrato as well as ambidextrous control: These joysticks were based on the AMS Easypoint N40P107 assembly which uses...
  • Stratix II GX SDI board

  • FPGA Device Stratix II GX EP2SGX30CF780CSN Device 30K Programmable Logic Elements M4K RAM blocks (128×36 bits) - 144 M-RAM blocks (4K×144 bits) - 1 Transceiver data rate 600 Mbps to 6.375 Gbps Configuration and Debug Serial Configuration Device...
  • ROM

  • Focus shifted to building the ROM this weekend. Here's a quick overview of the contents:Native Program (128k) - code executed natively by machine.ALU (56k) - lookup tables containing ALU results.Relocatable Code (40k) - code executed by interpreter.Fonts...
  • Have Sprites !

  • The current plan is that Kobold has a bitmapped, multicolor display. It has 640 visible pixels per line, with 256 colors per pixel. But we want more. Suppose we want to program a game, where the hero (let's call him Mario) has to move in front of a background...
  • The spring

  • It supposed to be simple and actually can be super simple, but my personal challenge here is create some reliable method to fabricate this spring. To be more precise, I want the following features:Functional to fabricate different thread sizes;Somehow...
  • Timeout/Interleave interrupt logic working OK

  • Arduino library ecosystem come in handy but sometimes you better read the datasheet and write your own code. After I have spent a lot of time struggling with TimerOne library,  trying to figure out why the function to change the period weren't working...