Close

90479 Results for "《〈 문의 OIO↗5793↗7458 》〉 초콜릿셔츠룸С 초콜릿셔츠룸drink선릉초콜릿강남셔츠룸초콜릿선릉초콜릿temporary 초콜릿가라오케╉㎧강남초콜릿sport"

  • 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...
  • JTAG Wiring Completed

  • Uploaded files to my git repository with the JTAG wiring completed.  Video to follow.  The basics are pretty straight forward:- Broke out JTAG signals- Add pullups to ensure JTAG is always in a known state- Add terminations - Generate...
  • 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...