Close

81 Results for "!삼성추천유흥!Ⅳ【↖010± 4648 ±0930↗】┙!삼성셔츠룸!ⓔ!삼성룸싸롱!⑶!삼성란제리!′!삼성란제리셔츠룸!㎂!wrath"

  • PSU #010, a PL320QMD

  • Fault label: "Numbers keep changing".2024-03-01Switched on, set dials to maximum. Leftt around 28.8V and drifiting, right around 32.88Dials set to minimum.Left side very slowly descends to 14.3 volts, terminals are at -0.424 volts.Right side slowly descends...
  • Adapter PCB for V1 PCB 010

  • Adapter PCB made to accept an Arduino Nano or any similar board to interface with V1 I2C PCB. This reduces the requirements of having to manually wire the connections similar to the photos on V1 hand prototype. Adapter PCB also bring added debugging...
  • V1 PCB prototype

  • 11 Jan 2019 Two versions of the circuit were created and tested: - Version 020 which used shift registers for controling the drivers along with a 4 bit R-2R DAC - Version 010 which used the PCA9685 with a digital potentiometer to control the drivers...
  • Core Component Selection

  • MCU x CH552  STM32G031J6 (link): no USB, 8pin package STM32F042F4 (Link): USB2.0, 1x 12bit ADC Temperature Sensors PT100(ADC)P0K1.232.6W.Y.010€ 6.08/ 1€ 3,32/ 1kuPT100(ADC)PTFC101B1G0(datasheet)€ 2,81/ 1€ 1,34/ 1kuThermistor(ADC)NTCLE203E3104GB0A(datasheet)€...
  • Add Long Instruction

  • A small addition to the memory addressing logic is needed to support long word instructions. A new control signal MSW indicates that the most significant short word of a long word is being addressed, and forces the LSB of the address to 1. We can now...
  • Finalised PCB

  • All parts of the PCB is wired up and all connections are buzzed out to test for shorts and bad connections.Going from left to right on the PCB there are a screw terminal for 5 volts and a power-on LED and above that the reset button and its support circuity...
  • Transfer Instructions

  • The two Transfer instructions, T and U, transfer the contents of the accumulator to the main memory. The difference between them is that T also clears the accumulator, whereas U does not. These are the first instructions we've implemented so far that...
  • First Github drop

  • Here be the source code!Next steps: after being happy with the small Xiao BLE for the initial prototype phase (will it work? Of course!), I decided to use the Adafruit nrf528xx feather because of:I already have a couple of LCD feathers. It will make...
  • Maths

  •  Jelly have a change in signals for  fake ALU eeprom.  Now the low byte address is the argument and high byte address is the operation. Only unary math are allowed, and using address A08, A09, A10, the operations are:high byte (page)operationexample000clear...
  • memory

  • # http://www.ibiblio.org/apollo/hrst/archive/1689.pdf # pg. 4-5 memory = range(00, 010000) bank = range(00, 010) super_bank_bit = 0 # Memory adressing # http://www.ibiblio.org/apollo/NARA-SW/E-2052.pdf # Section 1.1.2 paragraph 2 #Flip-Flop Registers...
  • MC68020 - First Steps!

  • A while ago I bought some MC68020RC12s, and I recently decided it was time to do something with them, so I made a little adapter that allows the 020 to plug into the 64-pin DIL socket used by the MC68010 on the rosco_m68k. Of course this limits the...
  • Display Units

  • Each display has an array of 16x3 and 20x2 boards, each board contains an array of 10 x (4x8) RGY LED blocks Boards are serially linked to each other in each row Each row is connected to the board using a 10 bit ribbonThe ribbons are connected from the...
  • The KCL structure

  • After I sketched The HMS board, @K.C. Lee made a pertinent remark about another use of these boards for dividing the 18KHz source down to 1Hz.Two HMS boards divide by 60, each, or 3600. Only a factor of 5 is needed to get 18000Hz. This reduces the overall...
  • Meta-work

  • First off, a disclaimer. As with much of my work as a sound designer, the ideas I develop (or at the very least the roots of the ideas that I develop) come from external sources. When I first learned of the gallery staff's issue with sound in their space,...
  • Subtract and Halt Instructions

  • Subtract Microcode for the Subtract and Subtract Long instructions is very similar to the Add instructions, the only differences being the activation of CMX and CY1. # OPCODE L STAT : FETCH MASEL SHS EOI RFA1 WRF1 XSEL YSEL CMX AND CY1 CYP ODD MSW LSW...