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 %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%E3%89%BB %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 %E3%89%BAsteal%E3%85%AF%EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%D1%84temperature %EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0%EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9 %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%E3%85%A3%EC%85%94%EC%B8%A0%EB%A3%B8%EC%B6%94%EC%B2%9C%CF%88encouragement%E3%85%94"

  • 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,...
  • 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...
  • Solar Genius

  •  Welcome to  the Solar Genius Page Introduction Energy is one of the necessities to live on this planet. Plants use energy to prepare their food, humans use energy to cook their food, and industries use energy to manufacture different...
  • Use a Pro Micro in a Keyboard

  • So you want to build your own keyboard (or keyboard-like device), but you are not sure what to use for the brains and how to connect and program it? I will describe what I came up with for the #Alpen Clack keyboard.The ATmega32u4 microcontroller is an...
  • 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...