Code Monkey home page Code Monkey logo

Comments (3)

cefiar avatar cefiar commented on May 21, 2024

FWIW: RAMPS has a 5V input for running just the servos.

Moving the servos and the expansion connectors to their own dedicated +5V rail would take away most of the load. We can provide a jumper that allows people to use either an external supply, or try and run it off the Due's +5V.

Note: Do we really need +5v for SD? SD itself tends to be 3.3V now. The only reason it was used on the RAMPS adaptors was because RAMPS itself didn't have 3.3V available. It would make the board compatible with the RAMPS SD card adaptors though.

from bobc_hardware.

cefiar avatar cefiar commented on May 21, 2024

This might prove useful: Arduino Due reference design - http://arduino.cc/en/uploads/Main/arduino-Due-schematic.pdf

From that, 5V is generated from VIN using an LM2734Y. 3.3V is then generated from +5V using an NCP1117ST33T.

Notes:
Using our own 7805 on board has the disadvantage that we'd be dissipating a lot of heat at >12V (if we're stepping down directly). A switch mode regulator might be worth investigating, especially if it can produce about 1-1.5A.
I think we can power the +5V line into the Due, as I think the LM2734Y handles that, as long as we don't provide power to VIN. TI spec sheet: http://www.ti.com/lit/ds/symlink/lm2734.pdf - Specifically, Figure 24 in the spec sheet matches the reference circuit.
How much current is the 5Vsb rail on ATX specced for? FWIW: 3 ATX supplies I have in the garage are specced for 2A.

from bobc_hardware.

cefiar avatar cefiar commented on May 21, 2024

+5V rail needs to be thicker all round as well.

from bobc_hardware.

Related Issues (20)

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.