Close

902 Results for "N%20%EC%98%A8%EB%9D%BC%EC%9D%B8%EC%86%90%EC%98%A4%EA%B3%B5%EA%B2%8C%EC%9E%84%20CDDC7%EB%8B%B7%EC%BB%B4%20%E2%97%86%ED%94%84%EB%A1%9C%EB%AA%A8%EC%85%98%EB%B2%88%ED%98%B8%20b77%E2%97%86%EC%9A%A9%EC%82%B0%EC%B9%B4%EC%A7%80%EB%85%B8%E3%88%A3%EC%9B%94%EB%93%9C%EC%BB%B5%EC%98%88%EC%84%A0%EA%B2%BD%EA%B8%B0%EC%83%9D%EC%A4%91%EA%B3%84%E1%87%AD%ED%95%98%EB%85%B8%EB%B2%84%E1%87%A1%ED%86%A0%ED%86%A0%EC%8B%A0%F0%9F%8D%8B%EC%98%A8%EB%9D%BC%EC%9D%B8%EC%86%90%EC%98%A4%EA%B3%B5%EA%B2%8C%EC%9E%84%EA%B0%95%EC%B6%94%20luniform/"

  • MUSIC REACTIVE LED

  • INTRODUCTION:- We all have seen vu meters in every music system and various other recording devices but never wondered to create such a thing ,so today I am going to tell you a simple and easy way by which you can create a simple vu meter by your own...
  • Diode-capacitor RAM

  • This isn't an original idea - I have found similar notions dating back to at least 1952! http://ed-thelen.org/comp-hist/SEAC&DYSEAC-5-150.pdf#page=11 Anyway, the idea is to make a DRAM memory cell with just a capacitor and two diodes. I played with one...
  • SMART TFT LCD DISPLAY FOR MACHINERY

  • STONE TFT LCD display is also widely used in different kinds of heavy equipment, industrial product or dashboard for automobile. For the heavy equipment: like excavator, operators usually work with oil-covered hand, or gloves. STONE TFT...
  • 6+ IDEs to debug the $2 STM32 BluePill

  • 2018 UpdateST gets AtollicYes, "almost 2018", update. Interesting to see as noted @Hamish with the link he posted, STMicro acquiring Atollic IDE that was classified in this review as the most efficient. That makes sense. VSCode rules overWhere...
  • Which Arduino board to buy?

  • Arduino is a fantastic platform for anyone who wants to get started with programming and electronics. With so many different boards available, it can be difficult to know which one to choose. In this post, we’ll explore the different types of Arduino...
  • Propagation Velocity Outside Coax

  • No, this isn't like the sound of one hand clapping. Several popular ham antennas depend on multiple sections of coax, which act alternately as radiators and delay lines. The velocity of propagation in the delay lines is well known, being 66% for solid...
  • High speed steam engine

  • The engine in my boat is a Stuart Swan, designed in 1906. It has 2-1/4 in. bore, 2 in. stroke and is a twin cylinder double acting engine. I built it from a kit in the 1980s. I've wanted to upgrade to something a bit more modern for 30 years but when...
  • UPC barcode generator

  • 000 REM UPC/EAN CODE GENERATOR 010 DIM p$(29), c%(12), q$(9), m%(100) 020 INPUT " Enter the Number : "; u$ 030 FOR i% = 0 TO 9 040 READ n$, s$ 050 n% = ASC(n$) 060 s% = ASC(s$) XOR &H3F 070 WHILE n% <> 0 080 p$(i%) = RIGHT$(STR$(n% MOD 2), 1) + p$(i%)...
  • Teasing a few GPIO lines from a UART

  • So you have an old microcomputer board that has a UART but no PIO. Maybe one like mine. No chance then of driving a couple of digital I/O lines unless you add a PIO chip? Hmm, let's look at the data sheet for the Intel 8251, a typical UART of a...
  • JOYSTICK WITH ARDUINO

  • JOYSTICK:- INTRODUCTION:- Analog Joystick is not any type but it is a type of switch or simple components attached or joined together to form a Joystick. It is not as same as most of you might have an Xbox one or some gamepad controller, it is similar...
  • Netgear ReadyNAS RN3138

  • Table of Contents 1. Hardware2. The serial console 1 Hardware The Netgear ReadyNAS 3138 is a 1U rack-mounted NAS server with 4 3.5'' SATA drive slots. I have recently purchased such a device in order to use it as a small home fileserver and decided to...
  • How to debug W806 and W801 MCUs?

  • W806 is quite an interesting product in terms of price and performance. One of the biggest drawbacks of this platform is lack of popular hardware debugger for it. Official CK-Link Lite debuggers are pretty expensive and not widely available. But as turns...