Close

3598 Results for "%E3%80%8A %EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98 OIO%E2%86%978489%E2%86%978306%E3%80%8B%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%8F%8A%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4mystery%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%CE%A7%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8briefly %EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%84%B7%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%94%90%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%E3%88%8B%E2%92%B4%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4modification"

  • SolidCore CoreXY 3D Printer

  • SolidCore CoreXY CAD Design In Fusion 360 All Metal Parts Our long term goal is to is to build a modular platform, not just a printer. Think of it as an ecosystem of parts that can be arranged in different configurations and adapted for unique applications....
  • Z80 (CP/M) Writing to SD Card

  • Digging into SD card writes means shifting gears from the Boot BIOS source code since the Boot BIOS code only does reads. The CP/M BIOS code (CBIOS128.LST) which does the reads/writes after booting. Here's the BIOS code for writes to the SD Card: 0754...
  • Debugging

  • Debugging Need to get this project working. One problem is that the Nano does not have enough pins. So I have used a Meduino (a Mega2560 Pro Mini). Here is the schematic: Here is the PCB: The ports (P1 & P2) match the TTA8 bus. A problem with the Meduino...
  • All Your ISA Belong to Me!

  • Before I began the layout of the DDL4-CPU, I came up with an initial Instruction Set Architecture (ISA) for the design. It went through several revisions as I was designing the boards and refined the components. Here at the last minute as I am...
  • More SD Card Write Details

  • Had to dig into the FPGA code for the SD card. Using Neal Crook's documentation of Grant Searle's version (longer pedigree on the page). The status register values are: // SD_Status bit values from Neal Crook's documentation of Grant's SD card // b7...
  • Tablet Init

  • We have some bytes from the tablet. It's all pretty standard stuff with one exception.// unenc init a4 w f0 55 a4 w fb 00 Read ID Bytes a4 w fa a5 r ff 00 a4 20 00 13 // Enter enc mode a4 w f0 aa // write 16 byte key a4 w 40 e0 7d e0 7d e0 7d a4 w 46...
  • I2C on OPT8241

  • I have connected the opt8241 sensor over I2C. I have disabled sensor clock by setting MCLCK to 0. Power consumption of adapter board is ~1.8 mA. Then I have sent the i2c commands. Command output : # i2cdetect 2 WARNING! This program can confuse your...