Giter VIP home page Giter VIP logo

daughtercards's Introduction

Daughter Cards

Eagle sources for schematic and board layout for all of the Demand Peripherals daughter cards.

These drawings are released under the Creative Commons Share-Alike 3.0 Unported license. Please see LICENSE for the text of the license.

The white directory contain the schematics and layout for cards with a white silkscreen and which have either 3.5 or 1.575 inches between mounting holes. The black directory has the same, or newer, schematics for cards which have 40 or 90 millimeter mounting hole spacing.

 

System Architecture

The following diagram shows the major components in the Demand Peripherals system. Major components include: daughter cards, the FPGA card, dpdaemon, and your application. (The FPGA card supports eight daughter cards although this diagram shows only three.)

 

Dpdaemon is a set of user space device drivers implemented as plug-in modules. The daemon provides an ASCII API over TCP. The daemon also acts as a multiplexer for packets to and from the FPGA. The real functionality of dpdaemon is in a set of loadable shared object libraries (plug-ins). While intended to support the FPGA-based peripherals in a Demand Peripherals FPGA image, you may find that dpdaemon has several features you'll find useful for your next Linux-to-hardware project: Command line tools to view and set plug-in parameters Simple publish/subscribe mechanism for sensor data All commands and data are printable ASCII over TCP Modular plug-ins (drivers) for easy development No dependencies (excluding libc) Event-driven and C means low CPU/memory footprint GPLv2 License.

DPCore is the FPGA part of the peripherals. DPCore has the timing and logic needed to drive the electronics on the daughter cards. For example, the FPGA part of the dc2 peripheral does the timing for the H-bridges that controls two DC motors. Logic in the FPGA implements an internal address and data bus and each peripheral has a set of 8-bit registers which configure the peripheral. For example, the FPGA peripheral part of dc2 has an 8-bit register that sets the mode (brake, coast, forward, or reverse) of each motor. Other registers in dc2 set the duty cycle of the H-bridge FETs and configure the watchdog timer.

The defining feature of the Demand Peripherals approach is that 32 of the FPGA pins are grouped into "slots" of exactly 4 pins each. The slots are completely interchangeable and any FPGA peripheral can attach to any slot. The use of ribbon cables makes it easy to attach any daughter card to any slot.

Daughter cards contain the electronic components needed. Daughter cards, called interface cards on the web site,might contain the sensors, H-Bridge FETs, or the headers to connect to servo motors. Each daughter card connects to the FPGA card over an eight-wire IDC cable connected to one slot. The cable has power lines and four pins from the FPGA. Daughter card designs are released under a Creative Commons license.

 

The picture below shows a typical system with a single board computer, an FPGA card, four daughter cards, and two dpdaemon managed USB peripherals.

daughtercards's People

Contributors

bob-dpi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.