Close

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

  • Xbox One Adaptive controller

  • I got the Xbox adaptive controller for a few weeks now and it's quite an impressive device. Its goal is to help gamers with limited mobility. But once you know how it works you can actually use it to interface with any device you can think of others...
  • 2020-07-19 Progress update - SEGA Saturn support

  • As seen with the last log entry, I've been working on Genesis & Saturn support since the beginning of the month. Finally got the last few bits working last night for the Saturn Multitap support! In this new release v0.3 I added support for: SEGA Saturn...
  • Build Plan

  • Before building the mould, a building plan, in the format of a video script was written, to thoroughly think through and plan each step before going ahead. DialogueShot Type📁 1. IntroHey everyone! White WallMould, skateboards and extruder...
  • TCL-ish Scripting

  • `. ___ __,' __`. _..----....____ __...--.'``;. ,. ;``--..__ .' ,-._ _.-' _..-''-------' `' `' `' O ``-''._ (,;') _,' ,'________________ \`-._`-',' `._ ```````````------...___ '-.._'-: ```--.._ ,. ````--...__\-. `.--. `-` AND!XOR ____ | |` `. `. ,'`````....
  • Holy Crap

  • Uh oh. I'm in the competition. Guess I better get to work.There's no chance of having the Decapede ready any time soon, so I bought some stepper drivers off eBay (Geeetech DRV8825) and started wiring them up on a breadboard and connecting them...
  • Captains Log, Stardate 56925.25

  • Dual extrusion is working! Through the magic of Git, I have managed to combine a firmware that handles multiple extruders on independent axes with my firmware that does the bipolar conversion. Amazingly, the thing compiles and runs. I reworked the...
  • New Video!

  • New video is a little blurry/short, I won a rebel T3I and well im used to camera phones so, maybe the next one will be better.I finaly got the Optical gates working, and oscilloscope would have helped greatly :(  I finally was...
  • The idea

  • I figured it's kinda lame to show up at Maker Faire empty-handed. I thought about costumes, but that didn't really seem to click. I figured I could do some blinky build but didn't know if I had time for that. But when I started thinking about what type...
  • Spectrometer Alignment

  • Note: This log entry is a living document. I'll be updating this post to reflect the current configuration as time goes on.. There will also be a log at the end of the post noting modifications to the log, etc.. UPDATED-----> 09.23.2014Once you've assembled...
  • Testing materials for soldering jig

  • My first prototype has been made without soldering jig. It works, but looking from a close range you can see the component does not have a perfect alignment.For now, I tested the following material:-Marble is not that good. Even with a good polish, solder...
  • Reverse Disassembly

  • I didn't have much time to document the process as we were assembling, nor did an incredible website such as hackaday.io exist at the time of construction. I'd still like to show off how we put these together, so these are actually photos taken during...
  • Yay Progress.

  • Hackaday Prize Done Twice over.Ditching CC3000. Slimming down to basics for hamshack battery charging, will build up as needed.Still want temp and light sensing/logging but not a priority.Arduino megaDFRobot Mega Sensor Shield 2.4DfRobot Voltage dividers...
  • FreeBasic Reciever Code

  • 'Freebasic Rangefinder Reciever Code #Include "FBGFX.bi" Using fb ScreenRes 800,600,32 Const TRUE = 1 Const FALSE = 0 Const maxdistance = 100 'Maximum distance we want to read Const factor = 250 / maxdistance 'scale factor for drawing bars Const minang...
  • The code

  • #Python Code to capture data points: import serial import mDb class Looper(): def __init__(self): username = "" password = "" host = "localhost" dbName = "loop_controller" self.db = mDb.Db(host, username, password, dbName) self.checkTable("ir_cal_data2",...