Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for RADDS/RAMPS-FD with wifi/eth #193

Closed
Cosik opened this issue Jul 26, 2018 · 1 comment
Closed

support for RADDS/RAMPS-FD with wifi/eth #193

Cosik opened this issue Jul 26, 2018 · 1 comment

Comments

@Cosik
Copy link

Cosik commented Jul 26, 2018

Hi,

Currently I'm trying to run reprap firmware on my Arduino Due with eth shield with W5100. Based firmware is working but now I'm trying to run eth part. So my question is where I can find definition of SPI for eth/wifi module? Do you know if W5100 will work with W5500 or better connect ESP to due?

Do you think when it will be ready it is good idea to add this to your repo and support them officialy?

@dc42
Copy link
Collaborator

dc42 commented Jan 22, 2019

When we implemented the Duet Ethernet, we determined that the W5100 was unsuitable due to having insufficient buffer memory for IP packets. The Duet Ethernet uses the W5500.

The Arduino Due is an obsolete board using an obsolescent processor. It was badly designed in the first place because the processor supports Ethernet and high speed SD card access, but the design of the Due made it impossible to use either of them. Additionally, the available RAM is insufficient to support the new RTOS-based build of RRF easily. If you want to use a processor board with an Arduino-compatible form factor, consider using the SAME70-XPLD instead.

@dc42 dc42 closed this as completed Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants