Close

818 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 %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%CE%9E %EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0brilliant%EC%85%94%EC%B8%A0%EB%A3%B8%EC%B6%94%EC%B2%9C%EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9moderate %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%E3%88%9A %E2%93%91%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8%EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0vivid"

  • Automatic checkers

  • Time for technical details:1) Board recognition.We have used the camera (in android phone with IP Webcam app) to grab the photo of board and send it to the host computer. Next, the image is cropped translated to board square - then it is divided into...
  • Mega2USB

  • The Voltage Divider The AtTiny167 didn't have enough pins for two controllers so, for each port, I made a voltage divider out of three resistors which allows two digital inputs to be read by one analogue GPIO pin.  You can see the circuit working...
  • "Complexity" of a time series

  • Techniques ReviewWe are going to consider only time series analysis in this section. There are reviews of "complexity measures" (Feldman and Crutchfield 1998, Daw, et.al. 2002). Kuusela, et.al. (2002) compare the results of ten different complexity measures...
  • IN-2 Binary Nixie Clock

  • FEATURES & COMPONENTS. Compatible with 5V/3.3V boards – Arduino Nano, Nano Every, Nano 33 IoT and Particle PhotonReplaceable IN-2 nixie tubes – pin socket connectorsModular designRTC real time clock DS3231 module on boardNixie...
  • 5V Logic on a Z80 Retrocomputer

  • I bought a bunch of Z80 parts on ebay for cheap ($10 plus shipping). The parts came on a PCB which had not yet been flow soldered. From the date codes of the parts it looks like it was stuffed sometime around 1999. All I had to do was straighten...
  • NEDONAND homebrew computer

  • Briefly about architecture and instruction set - it is 8-bit design with 8 registers: 000 - 0 (always zero) 001 - A (accumulator) 010 - B 011 - C 100 - D 101 - E 110 - F (flags and 3 higher bits for jumps) 111 - G (8 lower bits of program counter) Flags...
  • 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...