Close

10275 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%89%A1%E2%91%A7%E2%91%A389%E2%89%A183O%E2%91%A5%E3%80%8B%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EA%B2%AC%EC%A0%81%E3%82%88%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8ago%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%83%A1%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8eighty%20%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%CE%BA%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%E2%92%B2%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%83%A1%EF%BD%83%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8literary"

  • MCP23017 pins USED

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

  • In a previous log I said, "I'm not going to overthink this. Random selection from the chess openings is working.". Well I lied. I am going to overthink this. (Well at least think it.) Something I should have done when working on the opening moves was...
  • 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...
  • Elekslaser A3 Pro Arrives

  • The framework for the project finally turned up in the mail, trade war notwithstanding. I'm not going to do a full unboxing/review on this as there are dozens already on the web. However I will make some comments based on my unit and how it differs or...
  • 66% vs. 85%

  • Lessons learned from making the pattern at 66%:foam does not belong on such a small bag -- it is too structuredthis is like the right size for a tween purse or little girl purseSo now I've made the pattern at 85% of normal size as well. I never came...
  • Encryption Encryption Encryption

  • Looking at the registers I noticed something. the first 24 bytes look like they have data and the last 6 bytes look like they have data. This looks like what a WII peripheral in encrypted mode would look like. The fixed 8 byte pattern repeating every...
  • 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...
  • 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...
  • Connecting to the Arduino Pro Mini A4 and A5 I2C Pins

  • I needed to use I2C on a project with an Arduino Pro Mini, but on this model the A4 and A5 pins are 0.5in shifted and so wouldn't easily fit on a bread board without some gymnastics. I found a good way to bring them out, but it's only useful if you don't...
  • 20230214a -- Memory, cont.

  • Operating under the current assumption that RAM is 32 KiB banked at address 0000-7fff, with the first 256 bytes masked off by special function registers and internal SRAM, some other code sections of interest were found.  E.g.:ED00 loc_ED00: ED00...
  • 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...
  • Added A4 firmware and STL files for the case

  • The A4 firmware contains all the sub menus populated into the main menu, better adjusting precision for the voltage and currents, updated component values for calculating the voltage feedback and the current and many more. I also added another logo...
  • 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...