• Back On!

    Logan Cummings01/05/2016 at 02:30 1 comment

    Work has resumed on this project after a long hiatus due to time constraints, etc. etc. etc. - check out the smaller project I have being fabbed at OSH Park right now: https://hackaday.io/project/9084-mini-dvm

    I was able to get most of the Easy-PHI template added to the schematic - an Altium version of the template module will be an unexpected but rewarding side-effect of this project. I am doing a fairly faithful reproduction of the KiCad schematics - part because no importer but also to gain familiarity with the template circuits. It's based largely on an Arduino Due but there are lots of features for use in a high-end physics test platform (central 10MHz clock, RF connectors by default, Eurocard sizing and connectors, etc.) which made it very attractive as a starting point.

    Check those out on github and thanks for all the follows and skulls!

  • Feedback welcome!

    Logan Cummings08/21/2014 at 07:13 0 comments

    As I near the capture/layout phase of the DDS section of this project, I'd appreciate any feedback and/or usecases anyone can provide. For example, is it more useful (for you) to have an ultra low-noise signal < say 100MHz, or would you prefer to maximize the modulation capabilities of the DDS? I'm toying with some ideas on switchable output filters, as well as trying to get an idea of down the road, what kind of processing power the daughtercard should exhibit...

    Thanks and hack on!

  • Intro Video Uploaded!

    Logan Cummings08/21/2014 at 07:10 0 comments

    Hi Folks! I uploaded a quick intro video detailing the project here: http://youtu.be/D6CwkmWaq7M

  • Design Document on Google Drive

    Logan Cummings08/21/2014 at 06:32 0 comments

    I've added a very quick design document/block diagram to google drive here: 

    https://docs.google.com/document/d/1JdDacofMxN9zo3MFpjHVc2o74f6vh41sJwJNfwpOXBM/edit?usp=sharing

    The FPGA daughter card is FMC compatible although it uses the "exception" style in that the processing is happening on the daughter card, not on the motherboard as is the norm. The FPGA will be programmed by the ATSAM3x8E and should enable the full 140MSPS modulation the AD9914 is capable of. 

    Currently a Spartan 6 LX16 is planned, although this may change to a Zynq depending on cost and flexibility.

  • Easy ɸ Compatibility

    Logan Cummings08/21/2014 at 06:07 1 comment

    One of the hardest things about any electronics design project is capturing requirements. That's why after some careful consideration I have taken Mathieu Stephan's recommendation to take a look at the Easy-Phi project to heart. 

    The Easy-Phi project is a very well thought out modular system that is compatible with the size and interface constraints I had already set for this project. Easy-Phi defines a backplane connector that will supply USB 2.0 connectivity as well as ample power and a reference timing signal. This, in addition to the eurocard form-factor I had already chosen makes this a really good fit and eliminates a lot of decisions I still needed to make about how I was to connect to the board. 

    One issue I'm facing is that the template is in KiCAD and I plan to use Altium Designer at least for the initial layout, although I am very interested in re-creating my Designer work in KiCAD and learning what looks like a really strong truly Open EDA tool.

    Mathieu's very nice introduction to the Easy-Phi template finally convinced me. You can read it on his blog here: http://www.limpkin.fr/index.php?post/2013/10/09/Easy-phi-project%3A-the-template-module

    Arduino IDE compatibility FTW!