Close

1559 Results for "%EC%9E%A1%ED%86%A0%ED%86%A0%EB%94%94%EB%B9%84 %ED%85%94%EA%B7%B8%EB%9E%A8 DBmong %ED%86%A0%ED%86%A0abc %E1%92%A4 %EC%9E%A1%ED%86%A0%ED%86%A0%EC%82%AC%ED%96%89%EC%82%B0%EC%97%85 %ED%86%A0%ED%86%A0db%EC%B5%9C%EC%A0%80%EA%B0%80 %E1%92%A3 %EC%8B%A0%EC%9A%A9%EB%94%94%EB%B9%84%ED%8C%90%EB%A7%A4"

  • MCP23017 pins USED

  • MCP23017 Pins Used: PINWhat is ConnectedA0TCS34725 InterruptA1ADS1115 AlarmA2CCS811 InterruptA3VL53L1 GPIO1A4SI1145 InterruptA5VEML6070 AckA6User Button Active LowB0TCS34725 LEDB1User Red LED
  • Draft Bus Layout

  • Here is a draft bus layout - 1 +5V +5V 2 +12V +3.3V 3 4 5 6 } 18 pins for other signals 7 8 9 10 11 12 REFSH RESET 13 M1 CLK 14 INT NMI 15 BUSRQ BUSAK 16 HALT WAIT 17 MREQ IORQ 18 RD WR 19 A14 A15 20 A12 A13 21 A10 A11 22 A8 A9 23 A6 A7 24 A4 A5 25 A2...
  • 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...
  • 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...
  • 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...
  • 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...
  • Smooth operator

  • Put the capacitive reading code to use.Started with code from here: https://forum.pjrc.com/threads/31797-Teensy-FSR-based-MIDI-controllerAdded a calibration stage where it detects the base capacitance at startup.Modified it to use this library for smoothing...
  • Audio (and more i/o)

  • I don't know why '80s sound chips also handle some of the i/o  but it's the same with the C64 - the SID also handles the paddle input.I'd noticed that the MSX AY sound chip (or Programmable Sound Generator, PSG) also handles joystick(s). I'd spotted...