Close

2557 Results for "%E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 O1O%CE%9E5793%CE%9E7458%E3%80%8B %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%8B%9C%EC%8A%A4%ED%85%9C%E3%86%8B %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%85%94%EC%B8%A0%EB%A3%B8applause%EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%8B%9C%EC%8A%A4%ED%85%9C%EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%8B%9C%EC%8A%A4%ED%85%9C%EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%EC%A3%BC%EB%8C%80caught %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%E3%8F%87%E3%85%97%EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0queer"

  • Complete Circuit Prototype

  • Before putting together the final circuit I put (mostly) everything together on a protoboard. Halfway through the project I found a great resource in Imgur user [omenSP]'s http://imgur.com/a/jYhRk. Before I invested in the NeoPixel strip I tested the...
  • Trial and Error

  • Trial and ErrorOptimising the code is tricky as there are so many parameters. One approach is to extract the data from the Arduino and model the code in Excel. Once the Excel model faithfully mirrors the Arduino the the parameters can be tested. Here...
  • Porting to the Arduino

  • FSK ModemThe purpose of this project was to see if I could improve the performance of my Bell 103A2 modem. Initially to see if I could extract the baud clock to mitigate output jitter. Well I have not looked at that (have to investigate other start bit...
  • Improved Extraction

  • Edit: Fixed the thingiverse page with the STLs!This is the written project page for my video on the same topic:  This is the K40 laser cutter. The epitome of cheap Chinese manufacturing. Cheap enough to risk it, and just expensive enough to warrant...
  • Simple linear regression

  • Linear regression can be used for supervised machine learning. The graph below shows measuring points (input and output values) and its distance (residues) to a function computed by the method of least squares (line). The model function with two linear...
  • Cutting-Code

  • /* * Author: Christoph Kirschner * Created: 01.01.2016 * Description: Automatischer Kabelschneider */ #include #include // Anzahl der Schritte, die für eine Umdrehung benötigt werden #define STEPS 400 // Spannungsgrenzwerte der ersten 5 Knöpfen...
  • WEEDINATOR Does Doughnuts

  • The control system has been switched to a 3 core MCU running at 200 MHz, the 'ShieldBuddy'. This enabled the whole steering and drive system to be hosted on one device. The first core runs 330 lines of code to control the stepper motors with full differential...
  • TMD-1 Quick Start Guide

  • Welcome to TMD-1, the state of the art in Turing teaching technology.   Overview To get started let's deconstruct the Tape and Finite State Machine Panels to take a look at the main components of the machine and find out what they do. TAPE...
  • udev rules

  • This whole complicated system I'm about to try involved three USB serial ports. The two USB serial TTL adapters, and the one in the printer. Sure we could probably set everything up using the various /dev/ttyUSB* ports, but what happens when the printer...