Close

11015 Results for "《〈 문의 OIO↗5793↗7458 》〉 셔츠룸ヒ 《〈 문의 OIO↗5793↗7458 》〉 ㎛beforehandム셔츠룸후기셔츠룸후기╇pen 선릉셔츠룸셔츠룸가격 셔츠룸‰강남셔츠룸㉦nestㅳ"

  • Removing undesired reflections/spots

  • Hey all!This is another project log to update the latest developments of OWL (Just in case you forgot, we call it OWL because, well, Open Indirect Ophthalmoscope, OIO).So, since the last time I made a log, we’ve been working on--making an elegant GUI...
  • 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...
  • prototype 0.5 and 1

  • the first two prototype was just figuring out the frame and kinematics . I didnt want the the pen to have any kind of ugly wires hanging outside which would be the case had i used a normal solenoid or a servo to lift the pen. To avoid that i used a h-bot...
  • Feeder

  • Gear now uses 1.2mm x 20mm nails. Just flat head is cut off with side cutters. With correct size of hole, pins are easy to push in into correct depth. Little screw locking is applied into hole beforehand. Ordered some HAL sensors from TI. When arrives,...
  • Super Fat Pen

  • Many people who have aphasia cannot grip a tiny pencil. A common adaptation to a pen, pencil, or artist's paintbrush is to fatten it up to make it easier to grip. This 40mm x 150mm cylinder has a 9mm hole in the middle to hold a standard "Bic" pen. It...
  • Finally working!

  • I finally make it working (at least on Windows 10). I already committed to my GitHub, so the latest code is now working! Also, I'm now understanding the way to report the correct hid event, so let me guide through. the number in parentheses corresponding...
  • More commands | More nicey

  • recently I came across the Linux commit by alistair23. The newer w9013 variant seems to support the X/Y tilting and Pen distance detection. In his commit have something that currently mainline doesn't have, It's the other commands. You can set the...
  • prototype #2

  • this one i redesigned again ground up to make it more cleaner. the y axis is now a hubless axis which moves in a contained outer ring. The y-axis homes to a hall sensor on the back side and the x-axis homes to a optical sensor on the right side with...
  • Meet Fawzan, a 16-Year-Old Maker

  • Grade 10 student Fawzan has founded Fraser Heights Youth for CARE, a student group that raises awareness of Surrey Memorial Hospital while engaging youth in the community. Fawzan and his group 3D-printed pen balls, palm pen holders, bottle...
  • Just Sketches

  • I am currently a little bit obsessed with making the construction as simple as possible.I figured to draw up some sketches and plan out how the parts and functions will be like.This is the sketch for the corner bracket(???) thing at the four corners,...
  • Design and theory of operation

  • CircuitVideo input comes from composite video source and works as a passthrough. I have used one male and two female connectors to make it easy to connect as a passthrough no matter what cables are available.The LM1881N video decoder chip is an interface...
  • PWM Accuracy Improved

  • I figured a way to get the full 13 bit resolution of the PWM and now I get the full value range. I figured that my timer counter being 8192 is just a shift of 13 so I can avoid overflow by not shifting up 13 and down 10 but rather just do the entire...
  • v1.3.1 - SPI flash

  • The v1.3.1 hardware works perfectly. There are some tweaks to the programming process, obviously, and a few tweaks to the code, but programming the flash chip with "flashrom" both from a mac with a BusPirate and from a Raspberry Pi using its SPI interface...
  • I think we have good data.

  • According to the wiibrew wiki the following is true.decrypted_byte = (encrypted_byte XOR table1[address%8]) + table2[address%8] if the host key is 16 zero bytes, table1[x] and table2[x] are all 0x97.So i set the key to zero and simplified my decryption...