Close

2156 Results for "%EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%EB%93%B1%EB%A1%9D%E2%9C%9Aoptime4%E3%80%82com%EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC %EC%B2%AD%EC%A3%BC%EB%A7%88%EC%82%AC%EC%A7%80 %E2%9C%9A %EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%E1%99%91 %EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%EC%82%AC%EC%A7%84%E1%99%91 %EC%B2%AD%EC%A3%BC%ED%9C%B4%EA%B2%8C%ED%85%94 %EC%B2%AD%EC%A3%BC%ED%82%A4%EC%8A%A4%EB%B0%A9 %ED%83%80%EC%9E%84"

  • 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...
  • Project Planning

  • This is my first foray into hydroponics, so there will be a lot of learning opportunity for myself, and I will try to log as much of my learnings as possible to make this a richer project log. My general strategy to get this project done is to first...
  • FieldKit Now: What We’ve Done So Far

  • Last week, the Conservify team started their tenure at the SupplyFrame DesignLab Residency! This opportunity is something we've been looking forward to for several weeks and we're very excited. This first post is going to outline the current state of...
  • Encryption Encryption Encryption

  • Looking at the registers I noticed something. the first 24 bytes look like they have data and the last 6 bytes look like they have data. This looks like what a WII peripheral in encrypted mode would look like. The fixed 8 byte pattern repeating every...
  • Building a CP/M System Disk

  • Building a CP/M System Disk To avoid rewriting the assembler codes for ccp, bdos and cbios so that they can co-exist in the same file. I can append the i8hex files and remove the "end of file markers". To make the hex file more readable I have changed...
  • Pro Trinket and Pro Micro Compatibility

  • In preparation for the next logs I wanted to talk a bit about the pin compatibility between the Pro Trinket and the Pro Micro. The reason why I also want to integrate the Pro Micro is that it's more commonly available and cheaper.---------- more ----------The...
  • Algorithm bits

  • In this log I will discuss some algorithm ideas I have in mind for MARB. Some are easy, some require higher math. 1. Weather forecast MARB will not be connected to the internet. Call me old-fashioned, but it has nothing to do with AI to get for instance...