Close

11419 Results for "Q%20%EC%95%88%EC%82%B0%EB%B8%94%EB%9E%99%EC%9E%AD%20CDDC7_C%D0%9EM%20%E2%97%86%EB%B3%B4%EB%84%88%EC%8A%A4%EB%B2%88%ED%98%B8%20B77%E2%97%86%EC%88%98%EC%9B%90%EC%9E%A5%EC%95%88%20%ED%94%84%EB%A1%9C%ED%86%A0%20%EA%B5%AC%EB%A7%A4%E0%B9%8F%ED%86%A0%ED%86%A0%ED%95%AB%ED%94%BD%E2%8F%AC%EC%98%A8%EB%9D%BC%EC%9D%B8%ED%99%A9%EA%B8%88%EC%84%B1%E0%BC%88FX%EB%A7%A4%EB%A7%A4%E2%8B%8D%EC%95%88%EC%82%B0%EB%B8%94%EB%9E%99%EC%9E%AD%EC%95%A0%EC%9A%A9%20thorough/"

  • Hardware 95%

  • 04.22.2014 (Kittan) Sometime I still need to redo the base of the frame, and run the USB/serial lines for all the touch interfaces and optical drive, but that's pretty much it. All screens are mounted, as well as the keyboard, optical and the control...
  • Rev1 Voltage Test

  • I did another test with the rev1 prototype, this time only measuring voltage, and bringing it all the way to the maximum voltage of 60V. Again I am doing calibration and comparison to my Fluke 101 Multimeter. This has a problem as the Fluke 101 does...
  • Days 3,4,5: Eureka, sound and images found!

  • 1. Toolchain not found After stepping away few days far from my PC for family reason, I resumed my activities on the Tsykuyomi project.So I started by reading the https://github.com/WHhkwong/SIPI_Bear_playback code and looking for a SNC7001A Toolchain/SDK...
  • muahaha, I cheated :)

  • So since the Teensy++ 2.0 bootloader is not available and I'm not feeling comfortable to learn all the bells and whistles of USB communications I was looking for other options. Googling "at90usb1287 arduino" I found this https://github.com/mattairtech/ArduinoCore-avr...
  • We get signal

  • Indeed, immediately after running the Windows software in a VM with the device connected I was getting a live data log of the CO₂ concentration! This screenshot shows me breathing into the vicinity of the sensor:Ok, time to disconnect the device from...
  • Program Listing

  • * = $0400 0400 START 0400 SED F8 0401 CLC 18 0402 LDX #$00 A2 00 0404 LDA #$01 A9 01 0406 STA *$29 85 29 0408 NEXTD 0408 LDY #$00 A0 00 040A LDA *$29 A5 29 040C ADC *$24,X 75 24 040E STA *$24,X 95 24 0410 CMP CARRYT,X DD 32 04 0413 BEQ CONTIN F0 06 0415...
  • TI-86 Logic Analysis

  • whelp... I managed to speed up the sampling rate dramatically... My signal is /supposed/ to toggle (or not) at 8us intervals... My original sampling code took 39T-States per sample, or at 6MHz 6.5us/sample... IF I understand the z80 right... The new...