Close

5540 Results for "%EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%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%EA%B0%95%EB%82%A8%EB%A3%B8%EC%8B%B8%EB%A1%B1 %E2%88%81%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8%E2%88%91 %EA%B0%95%EB%82%A8%EB%9E%80%EC%A0%9C%EB%A6%AC %E2%88%80%EA%B0%95%EB%82%A8%EC%9C%A0%ED%9D%A5 %E2%88%88%EC%84%A0%EB%A6%89%EC%9C%A0%ED%9D%A5%E2%88%82 %EC%84%A0%EB%A6%89%EB%A3%B8%EC%8B%B8%EB%A1%B1%E2%88%86 %EA%B0%95%EB%82%A8%EB%A3%B8%E2%89%AE %EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%88%8F %EC%84%A0%EB%A6%89%EB%9E%80%EC%A0%9C%EB%A6%AC early"

  • V9958 - Beyond Hello World

  • Development on the V9958 board continues apace, and after a false start due to a silly mistake in the first revision things are back on-track with a revision 1 prototype. The design is now validated and working really well. So far it's baby-steps in...
  • ACPI is working now

  • At last, I found a bit in EC RAM that is used to enable EC ACPI, so ACPI is working now. I copied the ASL code from vendor DSDT, and now battery, AC, and lid status change can be detected by OS now.https://review.coreboot.org/#/c/19072/
  • All Your ISA Belong to Me!

  • Before I began the layout of the DDL4-CPU, I came up with an initial Instruction Set Architecture (ISA) for the design. It went through several revisions as I was designing the boards and refined the components. Here at the last minute as I am...
  • 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...
  • 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...
  • 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...
  • Project Resumption

  • I'm going to eb hopefully getting my teeth back into this project after a while on the shelf.One thing I was dubious on was how to handle the shutting down of the Pi safely when the car is switched off without causing corruption in the filesystem.One...
  • 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...
  • Eureka!

  • After I convinced myself that the emulator was probably OK, I turned back to the ROM.  But after I found yet another ROM image online, and it turned out to be identical to the other three, I have to rule out bad ROM as well. Just as well as I was...
  • Programming Toolchain

  • There are some options for assembling 6800 code today. Ideally, a cross assembler would be good from Windows. Herb Johnson has adapted William C Colley III's A68 6800 cross-assembler. The A68 assembler runs in DOSBOX under Microsoft Windows. Output Format...