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"

  • Knowhere

  • The Knowhere works using an FM transmitter and receiver. A Raspberry Pirate radio is loaded with a program which sends Pulse Modulation radio signals which are decoded using an ATtiny. If the ATtiny identifies that it's 8-bit code is being sent, it beeps...
  • Arduino Web Server

  • Let's start with the beginning.. This is a gateway based system that uses the well known nRF24L01 wireless modules to communicate to small clients embedded in the power outlets or light switches. The gateway is build around the Atmega 2560. the internet...
  • BBC micro power supply rethink

  • A major power drain on the beeb is the 16 DRAM chips. The HM4816-3 chips on the original design draw 88 mA each, or about 1.4 amps total. The Mostek MK4516 fitted on my beeb use 25 mA each, or 0.4 amps total. These reduce the total power budget from...
  • What the SOT?! - PCB Ruler

  • Why did you make it? Who the heck can keep transistor package names straight? Sure the SOT names make a little bit of sense, but who can keep track of the difference between an SC-88 and an SC-88A? And wait is one of those also an SC-70-6? And what...
  • Utility Control Unit

  • Construction The computer is divided in two seperate boards. First there is the mainboard. This is the upper PCB that carries the Compute module 4. The board handles the high-speed interfaces and carries the USB 3.0 host controller, the USB 2.0...
  • RC2014 Tape I/O Board

  • Overview The 8-bit microcomputers of the 1970s and 1980s frequently used audio cassette tapes for data and code storage and, with the recent resurgence of interest in vintage computing, there is a need to be able to read and write these tapes without...
  • HDMI capture project

  • I need to read up a lot on HDMI, USB Video Class and ECP5 SERDES. I think I'll be writing the code in nMigen, because why not. Pixel formats. Haven't really poked at anything other than RGB565, RGB888 and RGBA8888 (premultiplied and not).. But the various...
  • UPDI HV Programmer

  • Mode Jumper Settings: Mode JumperProg ModePA0 ConfigurationsHV PulsePower Cycleno jumperUPDIUPDINONOpins 2-3 shortedHVUPDI, RESETYESNOpins 1-2 shortedPCHVUPDI, RESET, GPIOYESYES Modes: UPDI Mode:  This mode would be used when the UPDI pin is configured...
  • UPDI HV Programmer Stick

  • Uploading Firmware SELFPRG Jumper Settings: SELFPRG JumperProg Modeno jumperNormal operation.pins 1-2 shortedUPDI - Uploading firmware or installing bootloader via UPDI header using another UPDI (HV) programmer. This is necessary when no bootloader is...
  • Daily routine monitor

  • The monitor shows the daily routines of one month, but stores the entire year. When the routine is accomplished, just press the corresponding day button. This changes the LED light on the button from white to green. I picked the colors green and white,...
  • camerabadge printer

  • #include "cambadge.h" #include "globals.h" // C5 #define CLK PMADDR & 8 ? 1 : 0 #define CLK_LOW PMADDR = PMADDR&~8 #define CLK_HIGH PMADDR = PMADDR | 8 // B4 #define OUT LATBbits.LATB4 ? 1 : 0 #define OUT_LOW LATBbits.LATB4 = 0 #define OUT_HIGH LATBbits.LATB4...