Close

5428 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"

  • 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...
  • 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...
  • 20230216b -- "Files"

  • The gist of this unit is that you type text into a discrete 'file' and then you can edit and later transfer to a separate computer via the keyboard emulation.  While whizzing through the code doing other things, various strings caught my eye, such...
  • 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...
  • More Peripherals and some tablet bytes.

  • The amazon fairy dropped off a "NES Classic Controller" and a "Classic Pro"The classic pro comes up as a classic controller, The only difference is the analog R and L on the one I have are buttons and just return the max value when pushed. Although this...
  • Starting with the ESP8266

  • This is a big question, where to start with the ESP8266. There is the official SDK path, for the brave. There is the Arduino, Espruino... Well, I tried NodeMCU. Starting with this page https://nodemcu.readthedocs.io/en/master/, there is a lot explained...
  • 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...
  • 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...
  • Updates to Boot Menu on PSoC

  • It's been a while. I plugged in the board USB and forgot how to run it. I even forgot which button I needed to press on the front panel to get Multiboot to run. This Hackaday page helped me remember. Glad I made it. Decided to add hints to the PSoC...
  • Board NEDONAND-6

  • NEDONAND-6 is 8 multiplexers 2:1 with common control (straight select and inverted select):Board already ordered through OSHPark:Pins description:1.1) GND - ground 1.2) O0 - output of multiplexer 0 1.3) O1 - output of multiplexer 1 1.4) O2 - output of...
  • The Story So Far-- Explodophone 1.0 Part 2

  • Now for the other half. For maximum starting flexibility without taking the cost too high, I opted to go two octaves, using notes found on the white piano keys only, i.e., notes with only letter designations and no sharp or flat symbols. This means I...