Close

1217 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%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%A6%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80world%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EC%82%AC%EC%9D%B4%EC%A6%88%EC%B2%AD%EB%8B%B4%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80promotion %EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%AB %E2%88%AB%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80decided"

  • SD Cards - PSoC to Z80

  • Now that we can read SD cards and have an I/O interface in place from the Z80 to do I/O mapped access to the SD card it's time to hook the two pieces together. To do this we will need to look closer at how Grant's code request blocks.  The loader...
  • 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...
  • Exploring the Instruction Set - Architecture

  • Suite-16 The inspiration for this project was to design a 16-bit TTL computer loosely based on Steve Wozniak's 16-bit virtual cpu "Sweet-16".  It written in 6502 assembly language to augment the Apple II when performing 16-bit operations. Sweet-16...
  • side quest: temperature measurement

  • I must confess I haven't spent much time looking at NTC curves before. My prior knowledge was that they are somewhat ill-defined and can only deliver reliable measurements when calibrated individually. source: https://support.belimo.us/Documentation/Standards-Compliance/957165601/What-is-the-difference-between-NTC-10K-Type-2-and-Type-3-sensors.htm...
  • On coordinate transformations

  • The unusual geometry of plotbot means that one has to find a way to map the Cartesian coordinates of what shall be drawn to the coordinates of the steppers in a way that the tip of the triangle that is formed by the arms will follow the Cartesian coordinates...
  • Reverse Engineering from Package Data

  • As you can see airodump-ng picked up the WiFi of the drone and also that it is running on channel 2. Next I recorded some packages. sudo airodump-ng -w JJRC_out -c 2 -bssid 10:A4:BE:2E:77:B5 wlan0mon While recording I simply used all the functions the...
  • 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...
  • What shall we wrap it all up in?

  • Any enclosure needs to be easy to access yet provide enough space to get all of our cables in and out without being too big. A tough challenge!---------- more ----------Once our technology solution is chosen, we have to mount it, cable it, make it all...
  • Initial LED Selection

  • When I set about this project the first thing I wanted to work out was what LED I was going to use, as this would drive the requirements of everything else in the project, driver, lens, heatsinking, etc. Due to personal preference I decided that I wanted...