Re: RAMPS for Due! February 16, 2014 12:56PM |
Registered: 11 years ago Posts: 1,807 |
Re: RAMPS for Due! February 16, 2014 02:15PM |
Registered: 13 years ago Posts: 1,236 |
Re: RAMPS for Due! February 16, 2014 02:30PM |
Registered: 11 years ago Posts: 62 |
Re: RAMPS for Due! February 17, 2014 11:42AM |
Registered: 11 years ago Posts: 25 |
Re: RAMPS for Due! February 17, 2014 02:53PM |
Registered: 13 years ago Posts: 1,236 |
Quote
cdsteinkuehler
Quote
bobc
Status update: I've sent gerbers for PCB manufacture to Itead, now waiting for delivery.
I was unaware of this vendor, it looks like they have great pricing! I assume the quality is OK since it sounds like you've used them before. What sort of leadtimes do you typically see?
Re: RAMPS for Due! February 17, 2014 02:57PM |
Registered: 13 years ago Posts: 1,236 |
Quote
turutk
Do you consider the second usb port on due for using it with usb memory sticks? Also will we be able to use a touchscreen with ramps-fd?
Re: RAMPS for Due! February 17, 2014 03:12PM |
Registered: 13 years ago Posts: 1,236 |
Re: RAMPS for Due! February 17, 2014 04:19PM |
Registered: 11 years ago Posts: 31 |
Re: RAMPS for Due! February 24, 2014 06:46PM |
Registered: 13 years ago Posts: 40 |
Re: RAMPS for Due! February 24, 2014 09:09PM |
Registered: 13 years ago Posts: 40 |
Re: RAMPS for Due! February 25, 2014 04:31AM |
Registered: 13 years ago Posts: 1,236 |
Re: RAMPS for Due! February 25, 2014 11:18AM |
Registered: 13 years ago Posts: 40 |
Re: RAMPS for Due! March 02, 2014 01:37AM |
Registered: 13 years ago Posts: 40 |
Re: RAMPS for Due! March 02, 2014 06:11AM |
Registered: 12 years ago Posts: 26 |
Re: RAMPS for Due! March 02, 2014 07:41AM |
Registered: 11 years ago Posts: 62 |
Quote
JNOD
I have a quick question though, I looked at your stuff on GitHub and you have .brd files but they don't open in eagle. What software do you need to view your files? I am after a BOM to see what parts you are using.
Re: RAMPS for Due! March 16, 2014 11:27PM |
Registered: 11 years ago Posts: 18 |
Re: RAMPS for Due! March 16, 2014 11:33PM |
Registered: 11 years ago Posts: 18 |
Quote
cdsteinkuehler
Quote
JNOD
I have a quick question though, I looked at your stuff on GitHub and you have .brd files but they don't open in eagle. What software do you need to view your files? I am after a BOM to see what parts you are using.
The files are for KiCAD, an open-source PCB design package. There is a BOM file on github, but it's for the previous board, so you'll need refer to the schematic and make a new BOM (or wait for someone else to do it).
I'll leave the firmware question to others, I'm using a modified version of this board as a BeagleBone cape and running LinuxCNC.
Re: RAMPS for Due! March 16, 2014 11:47PM |
Registered: 11 years ago Posts: 62 |
Quote
sakunamary
GOOOOOOD JOB!!!cdsteinkuehler , but I do not know about the BBB...... raspberry , PCduino .BBB ,i can't tell which is better....
Re: RAMPS for Due! March 17, 2014 04:09AM |
Registered: 11 years ago Posts: 18 |
Quote
cdsteinkuehler
Quote
sakunamary
GOOOOOOD JOB!!!cdsteinkuehler , but I do not know about the BBB...... raspberry , PCduino .BBB ,i can't tell which is better....
Well, for machine control I would say the BBB is best:
The Raspberry Pi is a nice system, but it's CPU is basically designed to be a set-top box or Blu-Ray disk player. It's great if you want to play videos, but lacks I/O and hard-real-time for machine control.
The PCDuino is better, but still has issues doing real-time control. All ARM Cortex-A parts don't have great interrupt latency (this includes the Pi and BB and are not optimized for rapidly toggling I/O pins (ie: generating step pulses for servo motors).
The BeagleBone Black has lots of I/O pins, and while the ARM Cortex-A doesn't have great IRQ latency, there are dual 200 MHz 32-bit PRU micro-controllers you can use to generate timing critical signals like the step/dir pulses. It's also already got LinuxCNC running on it, as well as at leats two other motion control frameworks (one from Elias, maker of the Replicape, and one from Bas, maker of the BeBoPr).
...but I could be biased.
The Cortex-M parts (like on the Due) DO have good interrupt latency and are great parts for "twiddling bits" like driving stepper motors. The biggest issue vs. the above parts is the Cortex-M won't run Linux, so you get to do custom firmware instead of running a regular OS.
Re: RAMPS for Due! March 18, 2014 10:52AM |
Registered: 10 years ago Posts: 7 |
Re: RAMPS for Due! March 18, 2014 11:08AM |
Registered: 11 years ago Posts: 1,807 |
Re: RAMPS for Due! March 20, 2014 01:53PM |
Registered: 13 years ago Posts: 40 |
Re: RAMPS for Due! March 21, 2014 03:57AM |
Registered: 14 years ago Posts: 1,092 |
Re: ilt and checked out soonRAMPS for Due! March 28, 2014 03:38PM |
Registered: 10 years ago Posts: 1 |
Re: RAMPS for Due! March 29, 2014 05:04PM |
Registered: 10 years ago Posts: 7 |
Re: RAMPS for Due! April 23, 2014 06:54PM |
Registered: 11 years ago Posts: 25 |
Re: RAMPS for Due! April 23, 2014 07:51PM |
Registered: 10 years ago Posts: 903 |
Quote
turutk
Are there any news about this project?
Re: RAMPS for Due! April 24, 2014 05:29AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: RAMPS for Due! April 24, 2014 05:42AM |
Admin Registered: 13 years ago Posts: 7,102 |
Re: RAMPS for Due! April 24, 2014 07:06AM |
Registered: 10 years ago Posts: 903 |
Quote
Dust
Also [www.panucatt.com] is now out and runs smoothieware
Not a due, but a 32bit, 120Mhz NXP LPC1769 ARM