Close

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

  • The Atomik Controller

  • Features:Full featured web administration GUIMaximum of 65,280 uniquely addressable Mi-Light RGB Devices ( But an unlimited amount of Devices can be Synced to a single address )Maximum of 65,280 uniquely addressable Mi-Light CCT Devices ( But an unlimited...
  • First pixels

  • After a little probing with the scope, I figured out how to program this thing. So far, just big, ugly boring yellow and magenta. I've used 364 bytes of my 1 kB - hopefully there is enough room left to do something cool. I guess I could always move to...
  • Kids School Control

  • Kids School Control Preparation: RFIDConnection Pins: We need this to connect our RFID module to Raspberry pi 3. Preparation $ sudo nano /etc/modprobe.d/raspi-blacklist.conf #blacklist spi-bcm2708 $ sudo apt-get install python-dev $ git clone https://github.com/lthiery/SPI-Py.git...
  • Third attempt

  • This experiment was started on 2nd January 2018. It is the same as the second experiment (started 8th December 2017), but with only 12ml of water added to the bottle rather than 36ml. I also tried not to powder the soil too finely when I added it to...
  • Part 2: Data format

  • With a better understanding of the physical layout, we can start to figure out how to load bits into this thing to get some blinkenlights happening. The module is divided into three identical banks, and each bank has separate, identical connections,...
  • M65C02A Instruction Set Enhancements

  • This log describes the additions to the 65C02 instruction set added by the M65C02A core. As indicated in the previous project log, Checkout, the M65C02A core is a significant enhancement to the microarchitecture of the M65C02 core. The changes in the...
  • Constant tables in program space

  • YGREC8 separates the program and data spaces. Like the Microchip PIC16, it's a "Harvard" architecture which is safe, secure and convenient (PC does not have to deal with unused LSB for example). This creates the problem of transferring data (constants...
  • Smart Knob

  • System Overview The Smart Knob is based on ESP WROOM 32E microprocessor module. The haptic feedback is realized by burying a BLDC motor in the main body of the knob. A magnetic sensor senses the direction of the knob and sends the angle to ESP32. ESP32...
  • matrix2pi

  • NOTE: No Model M keyboards were harmed in this project. That would be horrible. The modifications detailed herein are completely reversible.UPGRADING THE MODEL M KEYBOARD CONTROLLERI decided to put a Zero in my beloved Space Saving Model M keyboard:...
  • Rotational symmetry

  • One feature of the algorithm that's been missing so far is a proper rotational symmetry. I've already implemented a point symmetry to get the same result as a 2-fold rotation; it's fast and the code is simple but not generalizable to n-fold rotations....