Close

463 Results for "%E3%80%8A%E3%80%88 %EB%AC%B8%EC%9D%98 OIO%E2%86%975793%E2%86%977458 %E3%80%8B%E3%80%89 %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%E3%81%A3 %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9conspicuous%EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8%EC%85%94%EC%B8%A0%EB%A3%B8solid %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%E2%94%82%C3%86%EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0derivative"

  • Crystal RGB

  • Hardware Arduino sketch - Crystal#include #ifdef __AVR__ #include // Required for 16 MHz Adafruit Trinket #endif #define PIXELPIN 0 Adafruit_NeoPixel strip = Adafruit_NeoPixel(1, PIXELPIN, NEO_GRB + NEO_KHZ800); void setup() { // put your setup code...
  • 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...
  • Biology simulation with LTspice

  • Opamp circuits:Repressilator: The repressilator is a genetic oscillator (3). Here we build an electronic approximation of the repressilator. Gene expression is represented by the output of opamps U2, U3 and U5 below. Protein concentration is represented...
  • Beefy Stepper

  • (Here's the complete description - sorry for some redundancy.) There are many single chip bipolar stepper motor controllers. These can supply one to two amps and work great for most NEMA 17 and smaller motors. But I wanted to control a long NEMA 23 motor...
  • ShockBIT

  • ShockBIT is (2) small disposable electronic devices that attaches to a users wrists and will monitor hand motion and when the hand position is close to face (Above the shoulders) will emit a small, harmless electrical pulses (no more than 1 Second) to...
  • Simlplest 4 Bit TTL CPU MP-4

  • MP-4 is simplest CPU that you can build and run your programs, including conditional branches and a few arithmetic logical operations. As you can see in block diagram, MP-4 is an harvard architecture microcontroller.In this very first version there is...