Close

154 Results for "역삼유흥★010=4648=0930 ω최저가ωdown금나라실장℈shampoo강남프린스℈objet강남테란℈real강남란제리클럽℈civa강남살아있내℈kona강남지중해"

  • So it begins!

  • Considering that almost all of the requisite information I needed to design and build this was found through hackaday to begin with, I decided to give back in *some* small way by documenting this project.  The design had been kicking around in my...
  • Built in ANSI Terminal

  • There was enough resources to put my ANSI Terminal into the FPGA. It displays on a VGA monitor and input comes from a PS/2 keyboard. The ANSI Terminal uses my IOP16 CPU. The terminal connects via an internal 9600 baud serial connection. The IOP16...
  • Improved ANSI Screen

  • Added subroutines for UART and VDU initialization to the IOP16 code. Also, added an ANSI screen clear command (0x0c). Here's a handy ANSI codes chart.   Here's the IOP16 code (latest version is here). 000 START 0xA017 JSR INITVDU INITIALIZE...
  • 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...
  • Log#38 : microYASEP's first boot !

  • By whygee on Wednesday 22 February 2012, 04:00 Today is a big milestone : a tiny implementation of the YASEP has executed tens of instructions ! phase='1' PC=3FE RAM=0000 Result=0000 DST=0 R1=???? R2=???? R3=???? R4=???? phase='1' PC=3FE RAM=0000 Result=0000...
  • Relay ALU

  • Achitekture And in real life: The data input, select and store switches are mounted on the I/O board. For every data line (input, register, result and select) a LED displaying the status of this line is mounted and a voltage divider (12V to 5V) to feed...
  • Vinduino Network

  • Limited WiFi RangeThe current Vinduino setup allows me to collect soil moisture data and send it to the ThingsSpeak website, where I can pull up graphs. As soil moisture changes slowly, having graphic capability is extremely helpful understanding the...
  • Propeller S/PDIF Receiver

  • The details about the S/PDIF protocol are standardized worldwide as IEC-60958. Unfortunately the IEC asks ridiculous amounts of money (hundreds of dollars) for a copy of the standard. As a hobbyist, I don't have wads of cash that big lying around. The...
  • Taking stock of Particles

  • So a while ago I picked up this low cost dust monitor from somewhere.  It is based around a Plantower PMS5003 Air Quality Sensor.  It never seems to work correctly, that is the PM 2.5 and PM 5 values almost never move above 3, even when I'm...
  • SIA Register Set

  • The Serial Interface Adapter (SIA) core is coming along nicely, if a bit slowly.I've just implemented the Wishbone slave port for it. It exposes 16 bytes to the programmer, with 16-bit wide registers. Here's the register map for the core (with byte offsets),...