Close

628 Results for "%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%80%8Eoio_%EF%BC%94%EF%BC%96%EF%BC%94%EF%BC%98_%EF%BC%90%EF%BC%99%EF%BC%93%EF%BC%90%E3%80%8F%3E %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8 %E2%88%88%EC%84%A0%EB%A6%89%EC%9C%A0%ED%9D%A5 %E2%88%83%EC%84%A0%EB%A6%89%EB%9E%80%EC%A0%9C%EB%A6%AC %E2%88%8F%EA%B0%95%EB%82%A8%EB%A3%B8%C2%B1 %EA%B0%95%EB%82%A8%EC%9C%A0%ED%9D%A5 %E2%88%91%EA%B0%95%EB%82%A8%EB%A3%B8%EC%8B%B8%EB%A1%B1 %EA%B0%95%EB%82%A8%EB%9E%80%EC%A0%9C%EB%A6%AC %E2%88%80%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8%2B %EC%84%A0%EB%A6%89%EB%A3%B8%EC%8B%B8%EB%A1%B1%E2%88%86 employee"

  • Some Maths

  • So according to wikipedia "The reflectivity of bright aluminum foil is 88% while dull embossed foil is about 80%", this is far better than I thought. Markus Kaysers SolarSinter Project, appeared to use 4 lenses of about 6ft x 4ft total area, while I...
  • Upload the Source Code to Arduino

  • Here’s the programming rationale behind the code, which you can download from the project files. The main idea is to generate a punchline that does never matches the joke. This makes the whole sentence not particularly funny, and probably confusing. ...
  • OMEN Alpha

  • I write a book about old computers. Oh, sorry: I mean "vintage computers" from 80's. My primary goal is to show how one can build a 8bit computer from scratch. It means: how to set up a CPU, how to connect memories, how to connect peripheral chips, and...
  • Cap-sense name card

  • I started doodling with my profile picture in the week after I saw the PCB art video I mentioned. I worked in inkscape, and exported PNG files of the color scheme I decided on: bare FR4, glossy black mask over copper, glossy black mask over bare FR4...
  • I2C Encoder V2

  • After the first version of the I2C encoder we collected all the suggestions and we made this new upgraded version! New features: It's support the standard rotary encoder and the RGB encoderIt's possible to set all the 7bit of the I2C address trough a...
  • I2C Encoder

  • If you need to add some rotary encoder to your project, the I2C Encoder is the right choice! Reading a rotary encoder is not easy task, you need at least 2 interrupt pins for each encoder. When you need to add more than one encoder, it becomes more complicated...
  • Video Timing

  • The first 5 chips of the GPU were added this weekend. This included the H register (4-bit counters and buffer) and the V and S registers (8-bit flip-flops). Most of the time was taken up with software development for a video timing loop. The end result...
  • Single chip game console

  • As the video signal and the corresponding sync signals are generated by software, the console contains a minimum of hardware. There is also an audio signal output with five binary tone channels, mixed by a passive resistor network. Two of those channels...
  • Arduino Sketch

  • // // Happy Halloween // by Hari Wiguna 2015 // // 01 - modify to work with Chinese knockoff // 02 - Draw Happy Halloween & Pumpkin Face // Wiring: // Arduino A4 --> OLED SDA // Arduino A5 --> OLED SCL // Arduino D2 --> OLED VCC // Arduino Gnd--> OLED...
  • Graphics

  • Nokia LCD DisplayI have a few of these lying around and I wrote some code using a DigiSpark a while back. The code is based on work by Julian Ilett (https://www.youtube.com/playlist?list=PLjzGSu1yGFjXWp5F4BPJg4ZJFbJcWeRzk).First problem is that the display...
  • FarmBot Genesis V1

  • Genesis V1 was the first FarmBot ever built. The physical manifestation of it closely resembles the original FarmBot design from the FarmBot Whitepaper. The goal of V1 was to build something as quick as possible both to show prospective contributors...