Re: Low cost 32-bit controller board April 11, 2015 03:49PM |
Registered: 10 years ago Posts: 158 |
Re: Low cost 32-bit controller board April 26, 2015 12:22PM |
Registered: 11 years ago Posts: 14,685 |
Re: Low cost 32-bit controller board April 27, 2015 12:06PM |
Registered: 11 years ago Posts: 14,685 |
Re: Low cost 32-bit controller board April 27, 2015 12:12PM |
Registered: 10 years ago Posts: 1,159 |
Quote
dc42
As nobody has replied, I'll assume that virtually all users use the maximum microstepping available. So I'm not going to include microstepping jumpers on the board - they add substantially to assembly cost, and are one more thing for users to get wrong (as they often do with RAMPS). However, I'll make it possible to drill off the surface of a via (which is easier than cutting a trace) if anyone needs to change the microstepping of individual drivers.
Re: Low cost 32-bit controller board August 31, 2015 02:08PM |
Registered: 11 years ago Posts: 100 |
Re: Low cost 32-bit controller board August 31, 2015 04:14PM |
Registered: 9 years ago Posts: 245 |
Re: Low cost 32-bit controller board August 31, 2015 06:11PM |
Registered: 11 years ago Posts: 14,685 |
Quote
TRoager
Hows it going with the board dc42??
Re: Low cost 32-bit controller board September 01, 2015 04:16AM |
Registered: 11 years ago Posts: 100 |
Quote
dc42
Quote
TRoager
Hows it going with the board dc42??
I've given up on my original design, for two reasons:
1. The kit manufacturers I spoke to didn't want plug-in drivers, because on-board drivers are more reliable and bring the cost down. So the market for the board would have been limited.
2. Since I started the design, Replikeo has started second-sourcing the Duet. They are now selling it for $49.99, which is less than the price I would have sold my board at, AND it has Ethernet. The MKS SBASE Smoothieware-compatible has also appeared and is selling at $56.53. The AZSMZ Mini (a 32-bit board with plug-in drivers and no Ethernet) has come down to $50. So there are already at least three low-cost 32-bit boards available.
I'm now working on a design with built-in WiFi.
Re: Low cost 32-bit controller board September 01, 2015 04:45AM |
Registered: 11 years ago Posts: 14,685 |
Re: Low cost 32-bit controller board September 01, 2015 07:24AM |
Registered: 11 years ago Posts: 100 |
Quote
dc42
Yes I am looking at using one of the ESP8266 variants to provide the WiFi connection. The challenge is to get the wifi and I/O throughput high enough to give a good speed for uploading files to the SD card. This may require a major rewrite of the ESP8266 firmware.
Re: Low cost 32-bit controller board September 01, 2015 09:23AM |
Registered: 11 years ago Posts: 14,685 |
Quote
TRoager
Quote
dc42
Yes I am looking at using one of the ESP8266 variants to provide the WiFi connection. The challenge is to get the wifi and I/O throughput high enough to give a good speed for uploading files to the SD card. This may require a major rewrite of the ESP8266 firmware.
Well i found this and looks like its quite active in periods
[github.com]
Re: Low cost 32-bit controller board September 01, 2015 10:53AM |
Registered: 11 years ago Posts: 100 |
Quote
dc42
Quote
TRoager
Quote
dc42
Yes I am looking at using one of the ESP8266 variants to provide the WiFi connection. The challenge is to get the wifi and I/O throughput high enough to give a good speed for uploading files to the SD card. This may require a major rewrite of the ESP8266 firmware.
Well i found this and looks like its quite active in periods
[github.com]
Like every other ESP8266 solution I have seen, that uses async serial comms between the ESP8266 and the host. That's OK for just monitoring and controlling the printer, but nothing like fast enough for file upload. The max achievable speed would be about 25kbytes/second, compared to 200kbytes/sec on a Duet using the Ethernet port (and work is in hand to increase that). So my first task will be to modify the ESP8266 firmware to use SPI with something like a 2Mbit transfer speed between the host and the ESP8266, unless someone has done that already.
Re: Low cost 32-bit controller board September 01, 2015 01:02PM |
Registered: 11 years ago Posts: 14,685 |
Re: Low cost 32-bit controller board September 01, 2015 01:14PM |
Registered: 11 years ago Posts: 100 |
Re: Low cost 32-bit controller board September 24, 2015 11:00AM |
Registered: 9 years ago Posts: 4 |
Quote
AndrewBCN
Quote
vreihen
They are calling it the "Red Rabbit" board:
http://www.3dxmy.com/?p=822
No sense of how they stand on open-source, but a huge concern that the firmware was apparently developed in-house and obviously has a lot of custom code to run the color touchscreen. On the plus side, the top-of-the-line board with a larger touchscreen and dual hotends is under $73 at today's exchange rate.....
If you don't have the source code or even if you do manage somehow to get your hands on the source code, but all the comments are in Chinese and/or it's not clean, easy to read the code, then it makes for a $73 paperweight.
Re: Low cost 32-bit controller board October 03, 2015 09:32AM |
Registered: 11 years ago Posts: 739 |