Close

3927 Results for "%E3%80%8A%E3%80%88 %EB%AC%B8%EC%9D%98 OIO%E2%86%975793%E2%86%977458 %E3%80%8B%E3%80%89 %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%E3%81%A3 %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9conspicuous%EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8%EC%85%94%EC%B8%A0%EB%A3%B8solid %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%E2%94%82%C3%86%EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0derivative"

  • Of IVL2-7/5s

  • To set the scope of what I am and am not going to talk about here:I am going to describe the pinouts on the IVL2-7/5I am going to talk more about what I did to get it workingI am going to talk about how to test your VFD to make sure it behaves as you...
  • Daily routine monitor

  • The monitor shows the daily routines of one month, but stores the entire year. When the routine is accomplished, just press the corresponding day button. This changes the LED light on the button from white to green. I picked the colors green and white,...
  • Fried Green LEDs

  • I knew it would happen at some point. I killed some 30x30 mil LED chips in this stock 10W green package. The remaining good ones still light off DC: Actually two others in the left string also appear at higher currents; before the "event," they all had...
  • Making Soft Bubbles

  • Intro Soft robotics is a field that has fascinated me for the longest time. Though the research field is maturing, I still haven't seen many hobby level soft robotic projects. Starting with no prior experience, a little more than a year ago I got to...
  • Matrix

  • The favorite microcontroller for all things USB, such as keyboards, joysticks or mice, is the good old ATMega 32U4, well known from the Arduino Leonardo. Of course I don't plan to stuff an Arduino-footprint board inside my keyboard, I need a smaller...
  • Mr. Gibbs 2.0 first sail, miserable failure

  • Well it's a good thing I wasn't relying upon Mr. Gibbs to navigate the ocean! The system had some issues, to say the least. The bad news is I didn't get to gather any usable data over the weekend, and we did not actually get to use the system at all....
  • Bubble-pushing the ROP2

  • The experiments with the RES64 are on hold, waiting for the delivery of more/new parts (and the strikes in France make the delivery date even more uncertain) so I'm back to the ASIC side of the projet. There is significant progress with #VHDL library...
  • camerabadge printer

  • #include "cambadge.h" #include "globals.h" // C5 #define CLK PMADDR & 8 ? 1 : 0 #define CLK_LOW PMADDR = PMADDR&~8 #define CLK_HIGH PMADDR = PMADDR | 8 // B4 #define OUT LATBbits.LATB4 ? 1 : 0 #define OUT_LOW LATBbits.LATB4 = 0 #define OUT_HIGH LATBbits.LATB4...