Close

2412 Results for "%E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 O1O%CE%9E5793%CE%9E7458%E3%80%8B %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EA%B0%80%EA%B2%A9%E2%92%82 %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%85%94%EC%B8%A0%EB%A3%B8practically%E3%81%AA%EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%8B%9C%EC%8A%A4%ED%85%9C%EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%8B%9C%EC%8A%A4%ED%85%9C%EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%EC%A3%BC%EB%8C%80shoes %EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%E3%84%BA%EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%E2%94%9E%E3%81%AE%EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%EC%A3%BC%EB%8C%80boiled"

  • Debugging

  • Started to debug the code. So far the SNES controller reading is fine, operating mode selection is fine, Left port driving is fine.For this project I have used variables to store the state of the input controls and for the output data to interface with...
  • Received the Boards - Debugging Entry 1

  • The boards have finally arrived. The past 12 months have been a mixture of waiting for parts, software design for FPGA IP Cores (harder than expected) and communicating to a thankfully perceptive PCBWay for fixing possible part conflicts with my BOM....
  • Kria GTH Findings and MIPI CSI-2 Working

  • Crazy cool finding for the Kria SOM: if you save the settings from simulation of another GTH capable Zynq MPSOC (Like say the ZCU104 or ZCU106), you can load the GTH on the Kria SOM with these settings via dynamic reconfiguration, and have it working...
  • PCjrNet

  • Original forum discussion from January 2017: https://www.brutman.com/forums/viewtopic.php?f=1&t=607 One of the slots (2x15 contacts) of IBM PCjr are intended to be occupied by modem, so we can re-use it, because that modem was useless anyway ( 300...
  • Lucky 4D Printer

  • The JP-QR701 specifications indicate that it has GB2312 support. I think this also applies to similar products that all seem to come from the same OEM or at least from the same design. Most documentation - especially that found on English-language distributors...
  • Propagation Velocity Outside Coax

  • No, this isn't like the sound of one hand clapping. Several popular ham antennas depend on multiple sections of coax, which act alternately as radiators and delay lines. The velocity of propagation in the delay lines is well known, being 66% for solid...
  • 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....
  • 20230214b -- LCD revisited

  • The LCD analysis isn't strictly complete.  While I'm pretty sure I found the data lines (nybble mode, PD5-2), there are control lines as well.While rummaging through the RAM stuff, I came across a routine:F618 sub_F618: F618 86 01 ldaa #1 F61A BD...
  • The Open Source Autarkic Motherboard

  • 3-11-2024 See these two 2011 Liliputing and TechCrunch articles, which were partly the inspiration for this project:  https://liliputing.com/pixel-qi-suggests-low-power-tablets-could-be-powered-by-1w-solar-panels/(6-3-11) https://techcrunch.com/2011/06/04/first-solar-powered-laptop/ (6-4-11)...
  • ALU tested by PIC

  • Today I successfully tested assembled 4-bit ALU (previous revision of NEDONAND-4 board with four NEDONAND-1 connected). In order to do this I slightly modified the board to connect nedoCPU-16 with it: Then I wrote a simple program in PIC assembler that...
  • Day2: more exploration ...

  • 1. Datasheet.So thanks to the datasheet, we know now that Lunii chipset is based on a 16bit DSP core and I also found out that the 10 pts connector is belonging to ICE-Debug (very known in the arduino/avr world) and not for UART or SWD.Unfortunately...