Close

350 Results for "%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%80%8Eoio_%EF%BC%94%EF%BC%96%EF%BC%94%EF%BC%98_%EF%BC%90%EF%BC%99%EF%BC%93%EF%BC%90%E3%80%8F%3E %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8 %E2%88%88%EC%84%A0%EB%A6%89%EC%9C%A0%ED%9D%A5 %E2%88%83%EC%84%A0%EB%A6%89%EB%9E%80%EC%A0%9C%EB%A6%AC %E2%88%8F%EA%B0%95%EB%82%A8%EB%A3%B8%C2%B1 %EA%B0%95%EB%82%A8%EC%9C%A0%ED%9D%A5 %E2%88%91%EA%B0%95%EB%82%A8%EB%A3%B8%EC%8B%B8%EB%A1%B1 %EA%B0%95%EB%82%A8%EB%9E%80%EC%A0%9C%EB%A6%AC %E2%88%80%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8%2B %EC%84%A0%EB%A6%89%EB%A3%B8%EC%8B%B8%EB%A1%B1%E2%88%86 employee"

  • ALU and Instruction Set

  • Hardware testing is complete on all the jump and branch instructions. So that's the first 8 out of 256 instructions tested! The next 24 are loading operands. These should work fine since the jump/branch instructions are also loading operands in order...
  • The actual informations

  • Detecting and identifying a card As stated in an earlier log, the card insertion is detected by grounding the pin *CD. But this is not enough to make the scope believe he have a know card inside him. You need to indicate him what type of card was inserted....
  • Soldering perfboard

  • I took a perfboard and soldered up power and the data/address busses of the MCU, SRAM, NVRAM and the address bus latch.I did't really care about the exact order of the bits when wiring them up, I just went for the easiest layout. I'm not really sure...
  • Remapping the Keyboard

  • Remapping the KeyboardGiven most of the work is done with the "basic shift logic" how hard could it be?The basic shift logic:Well much harder than expected, here is the schematic:Now many will recognise this as a PLA (Programmable Logic Array).Designing...
  • Backplane

  • I decided that interface between ZIF-socket and host machine will be implemented with help of this antique ISA backplane manufactured in 1984 (I bought it for about $20 last month):I cut out it a little to remove part with pull-up resistors, because...
  • Peak Performance

  • Below is a picture of a patch that gates the input to the ADC so that it is only looking at the value from the EC probe at the end of the square wave pulse, after the initial transient has settled out. It works really well, dutifully recording the voltage...
  • Software

  • When Roamer's bumper is depressed, there are five possible "backup and turn" scenarios--the activation choice is random.After 30 seconds of forward movement (stuck spinning wheels without depressing the bumper or long distance), she backs up and tries...
  • EC firmware dumped

  • After another long hiatus, I've come back to this project. Let's break this thing!I've etched a new board that lets me access important pins (serial TX, RX, CLK, BUSY ; RST and power lines) without having to fiddle with the previous hacky breakout board.I've...
  • Optimisation

  • OptimisationI have been considering what to do next with the software PLL. Do I go the simple low pass filter and move on or spend more time optimising. It is a question of time versus likely outcomes. I have a good result, is it worth trying to make...
  • PS3/4 Controller

  • We already use Playstation controllers for the other robots that we use in our club, there's also a prety good chance that the students will have them at home. So It makes sense to use them with the $10Robot! as well. A quick bit of googling lead me...
  • Schematic of the CPU

  • Time to fully disclose the operation of the CPU ! The complete schematics can be found in the files section, SQ1C1841.PDF. REGISTER B Let's start with the simplest part. Since the CPU has no ALU, the most important task of the CPU is moving data...
  • New Print Function

  • The EVE chip has a number of built in fonts. You can access them directly using the "cmd_text" command. I've added a new basic command in addition to the PRINT command - "GDPRINT"You can specify the font (#16-31), cursor position and colour, plus a string...