Jump to content

Arduino Finally Releases the 32-Bit Due


Recommended Posts

  • 1 month later...
Posted · Arduino Finally Releases the 32-Bit Due

96kb RAM sure sounds sexy in this context (up from 8kb), and hopefully this 3.3V business will somehow work with the UM Board.

If its a straight swap, i will go for it asap. It'll be awesome to see what marlin can do with 12x more ram

  • Link to post
    Share on other sites

    Posted · Arduino Finally Releases the 32-Bit Due

    I'm no expert but i'd say that the bottleneck here is the mechanics , keep on pushing them and you'll end up with stretching belts jumping sprockets but I'm open to someone putting me straight!

    paul

  • Link to post
    Share on other sites

    Posted · Arduino Finally Releases the 32-Bit Due

    Currently things on the software side are already limiting. For example, the general idea is that every 100us, it is evaluated weather or not another step is required.... So at normal speeds, sometimes yes, sometimes no.

    This already results in artefacts. If the Y axis is taking a step every 3 cycles, but the X axis every 3.1 cycles, a visible pattern can be seen. The 100us was chosen because the AVR in the arduino can handle it, but not much more. Fine. But having a 5x faster CPU can push the artefacts a factor of five further down the line.

    Keeping things whole means sensible limits for the hardware have to be set. Max acceleration thisway and thatway. The software simply has to obey the limits.

  • Link to post
    Share on other sites

    Posted · Arduino Finally Releases the 32-Bit Due

    It would be a welcome change. The RAM and FLASH in the Arduino are very limiting.

    The 3.3v isn't a huge problem, except for the temperature sensor, this requires 5V. The steppers drivers run fine on 3.3v.

  • Link to post
    Share on other sites

    Posted · Arduino Finally Releases the 32-Bit Due

    Though they are more expensive,I wonder if we could gain some improvements with smarter stepper drivers like the L6470? You can't just slot L6470 drivers into the current motherboard unfortunately, but a new design with these drivers could reduce the software requirements significantly.

    Basically, the L6470 allows you to just specify a speed and distance to travel (RPM and number of steps) and then handle the actual stepping from there. It also supports micro-stepping configurable on the fly from single to 128-step. Though going beyond 16-microsteps would certainly be a waste for us.

    Cheers,

    Troy.

  • Link to post
    Share on other sites

    Posted · Arduino Finally Releases the 32-Bit Due
    It would be a welcome change. The RAM and FLASH in the Arduino are very limiting.

    The 3.3v isn't a huge problem, except for the temperature sensor, this requires 5V. The steppers drivers run fine on 3.3v.

    Couldn't the temp sensor issue be fixed with just a resistor and a modified table ?

    I was looking at

    http://wiki.ultimaker.com/Next-Gen_Electronics

    and the Due pretty much matches all the requirements. It's pin compatible with the Mega, and I paid about $40 for mine with shipping. Throw in a new 3.3V compatible temp sensor or one of these level shifters (

    https://www.sparkfun.com/products/8745

    ) and you'd still be well under the 75€ goal. The level shifter is small enough to make it an in-line adapter with a bit of shrink-wrap.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...