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.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...