Close

70158 Results for "《 예약문의 OIO↗8489↗8306》가라오케┦가라오케world선릉가라오케가라오케사이즈청담가라오케promotion 선릉가라오케┫ ∫선릉가라오케decided"

  • Prototypes ahoy

  • With motors in hand, I built up a quick prototype. The X27 motors are designed to only move a small pointer. They draw so little current (under 20ma at 5v) that they can be driven by PIC and AVR micro pins directly. Soldering wires to the thin pins of...
  • Designing a PCB

  • I designed my PCB in my favorite software - Diptrace. The motor footprint from switec's datasheet was missing a few key dimensions. It took a bit of measuring with a caliper and calculating hole sizes, but I was able to get all the dimensions correct...
  • Of Pointers, Pins, and Needles

  • While the PCB's were being built, I turned my attention to the pointer issue. The switec motor's have a 1mm shaft. A good pointer has to be a press fit on the shaft, but not so tight that the mild steel motor shaft is bent while pressing the pointer...
  • Putting a Face on a Gauge

  • With the PCB and parts finally back, and working pointers printed in safety orange, I started assembling. About 10 minutes of soldering later, the finished board looked greatNow I needed a face for my gauge. I broke out word for windows (I know,...
  • Talking to the PC

  • Now with everything built and wired up to the Arduino, I had one last step. I needed to get my PC to share its processor utilization data with the Arduino. I figured I would be writing up some software in C# to do this, but found an even simpler way....
  • Next Steps...

  • While I do have a working system, I still am not done with the project - I'd like to ditch the Arduino and use a PIC or AVR to drive the motor. I'd also like to get the entire assembly mounted in a more gauge like enclosure. Something that would look...
  • Preliminary BOM and rough costing

  • Did a preliminary BOM today and selected a few key components, incl. the Spartan 6 variant I'd like to use and the SDRAM and Flash devices (may go with a BGA SP6 package with more IO...no risk yet to the design, regardless of what I choose).  All...
  • Setup git repo for project

  • For those interested, I setup a working directory on git for this project (https://github.com/sfgit/FPGA_Arduino_Shield).  I've uploaded a few libraries today also for the FPs and a !very! generic PCB (just the imported board shape and some parts...
  • Updated Flash Memory Choice

  • Realizing I've got heaps of room on this board, I've gone ahead and tweaked my choice of Flash memory.  In this case, I'm still doing SPI programming of the FPGA, though using a Spansion part (at least for prototypes...I'll try and cost this down...
  • Decoupling Schema Completed

  • FPGA decoupling can be tricky to sort out without some guidance.  Thankfully, Xilinx provides a pretty comprehensive PCB Layout guide that has specific recommendations for decoupling schemas for the PCB, based on specific parts and pin counts.  I...