Close

36487 Results for "↘ 최저가 Ò1Ò〈⑻⑷89〉83Ò⑥ ↗ 쓰리아워㏃ ㏐addition쓰리아워Ⅶ강남술집정보강남술집정보O Ч강남술집정보exhibit 강남쓰리아워к강남술집정보㎼Ŋmethod"

  • PLX-DAQ v2.11 Dual Trace Transfer to Excel

  • This is my second installment on using PLX-DAQ as an easy method of sending data from an Arduino or any AVR related MCU to Excel. Here I will be showing you how to process the data into a graphical chart for plotting it’s values…the easy way 
  • SD Cards - PSoC to Z80

  • Now that we can read SD cards and have an I/O interface in place from the Z80 to do I/O mapped access to the SD card it's time to hook the two pieces together. To do this we will need to look closer at how Grant's code request blocks.  The loader...
  • Portable environmental monitor

  • Populate the board. You will need some good experience with 0805 SMD soldering, and some tools like soldering iron and hot air rework station. Start with the bottom side, with the microcontroller, the other ICs and finally the small passive components....
  • Migrating to Platform.io IDE (Atom)

  • More structured details to come. Some quick notes:Copy the original Arduino .ino file to Platform.io IDE on Atom may cause build issues. Create a new .ino file using PIO IDE and then copy/paste source code from Arduino .ino file to new .ino file. The...
  • Tinymovr

  • Found out about the Tinymovr motor controller. Basically what I'm trying to do! Very cool, and my version 2 will use it as reference. I hope to make mine even smaller (27x27mm vs 40x36mm) and cheaper ($40 vs €89). I only need up to 13V (3S lipo),...
  • TI-84+ SE Backlight

  • The backlight is an electroluminescent panel which glows a nice cool blue color. Unfortunately when its off its kind of an ugly pinkish color, but why would you ever turn it off?Its controlled by a button on the left side of the calculator and powered...
  • Frequencies

  • For some reason the 47 pF value for the caps is sitting in my mind. Either after 'calibration' the LC meter is so far off that it read both my TI-89's and my V200's caps 51 pf, both ~8% high, or both of them are within their 10% tolerance and reading...
  • Gathering information

  • Tonight I gathered some reference/research material for this project. Fortunately, several others have done some really great work with this module, so here's credit to them: LTC3780 DatasheetBeyond Logic blog postTemplaro blog postGreat Scott videoJulien...
  • Put the HV supply in an enclosure

  • Get a metal enclosure, drill holes for 2 connectors - 1 BNC and another one of your choice for 5V power.Drill another 2 holes on the other side - one for the Enable Switch and one for an optional multiturn 5K potentiometer (do not populate footprint...
  • Parity with Fibonacci

  • One thing that sets PEAC apart from the Fibonacci and Pisano series is the parity, or mod 2 remainder. When you take the natural sequence 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597... The mod 2 is 0, 1, 1, 0, 1, 1, 0, 1, 1,...