Close

1004 Results for "%E2%86%98 %EC%B5%9C%EC%A0%80%EA%B0%80 %C3%921%C3%92%E3%80%88%E2%91%BB%E2%91%B789%E3%80%8983%C3%92%E2%91%A5 %E2%86%97 %EA%B0%95%EB%82%A8%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%E3%89%B5 %EA%B0%95%EB%82%A8%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8Crest%EA%B0%95%EB%82%A8%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%E3%83%AB%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EA%B0%80%EA%B2%A9obs %EA%B0%95%EB%82%A8%EC%88%A0%EC%A7%91%EC%A0%95%EB%B3%B4%E3%85%88%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EA%B0%80%EA%B2%A9%C2%A4%EA%B0%95%EB%82%A8%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EF%BC%A9%E2%94%80%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EA%B0%80%EA%B2%A9minute"

  • Directory Stuff

  • I put a bunch of files on the SD card so the directory spans across multiple blocks. It might be fun to have a directory listing. The front of the first directory block has: 000 42 20 00 49 00 6E 00 66 00 6F 00 0F 00 72 72 00 B .I.n.f.o...rr. 010 6D...
  • Decoding Eddystone UID

  • Beforedecoding the advertisement data, we need to understand what isEddystone. Eddystone was created by Google as a open format to be used on Android and iPhone devices. On the format specification, 4 different format are described. Eddystone-UID – Used...
  • D-H parameters

  • In an effort to make less terrible code I've build a DHRobot that uses D-H parameters.  This greatly simplifies the underlying fabric of all the robot arms in the code.  I've already got better IK working in the SHSixi2 and shortly I will be...
  • Light demo

  • A video for showing the led stripes: Music: Incredible Miracles by Stefan Kartenberg ((licensed CC by-nc 3.0)Test Drive by Zapac ((licensed CC by-nc 3.0)
  • Lucky 4D Printer

  • The JP-QR701 specifications indicate that it has GB2312 support. I think this also applies to similar products that all seem to come from the same OEM or at least from the same design. Most documentation - especially that found on English-language distributors...
  • Number conversion

  • The last log (Bit shuffling: what goes where ?) explains how the address bits are shuffled. Once the logical value and all the modes/options are obtained, these informations are compiled to generate a 32-bits word that is output to the file, which will...
  • 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...
  • Pulser-sequencer

  • Remember the last logs : the goal is to use as few transistors as possible to send a string of consecutive non-overlapping pulses to several pass-gates. Here the design uses NPN as primary type but it will be reversed later because PNP are the majority...
  • C-ving

  • OK I thought that the amount of data in the future would be too large and I decided to do the sieving in C. Using the available scanning data, I could only go up to 2161 : n1=46 and n2=2114.The first hicup comes at 1511 so there is no point in dealing...
  • 2020-08-04 Progress update - SFC/SNES support

  • Finished basic SNES 2P support and some experimental 5P Super Multitap support. Multitap can be configured by setting multitap config to Slot 2 in the Web Bluetooth interface. I also fixed a config corruption bug that impacted mostly PS3 & PS4 controllers....
  • Arduino Line Follower Robot

  • COMPONENTS AND SUPPLIES Arduino UNO & Genuino UNO×1SparkFun Dual H-Bridge motor drivers L298×1Proximity Sensor×1 APPS AND ONLINE SERVICES Arduino IDE ABOUT THIS PROJECT Line Follower Robot Best & Fast PCB Supplier (2$ for 10 PCBs) https://jlcpcb.com...
  • Build and flash the Libros firmware

  • Support for the ESP32-S3 Open Book is very early at this time; there is no prebuilt firmware image, so you'll need to have both Visual Studio Code and PlatformIO installed. Download the Libros firmware from GitHub, open...