Radds + arduino due
-
Hi! What is the state of reprap firmware on radds+arduino due? I have this board along with some original tmc2208 and I want to give a try!how to install it and where to get the firmware for radds?
thank you! -
The latest stable release (2.03) includes a build for Due/RADDS, but I haven't tested it, and I am not aware that anyone else has. For first time installation you will need to install it via the USB programming port of the Due using Bossa or bossac.
-
Hi dc42, is there any tutorial or something that a noob can follow to install the 2.03 firmware on radds!I mean, i have 2 duet 2 wifi boards working already, but never installed the firmware on other boards, so the bossa is new for me...I'll slowly want to port all my 7 3dprinters from marlin to reprap...finally i will get a duet for each printer, but as I have this board laying around i want to test it and maybe I will keep it for future tests on my test printer...
-
And by the way...thank you for your fast replay...never had such a great experience with other firmware...
-
This might get you 99% of the way despite being for the Duet boards, just pick the correct filename for the Arduino Due
https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware#Section_Fallback_procedure_Num_3 -
Ok...i Just get my reprap firmware on my radds! Now to change parameter how to do it!i connect my radds board to my windows 10 pc thru YAT or pronterface?do I need to take out my sd cards from radds board and mount it to pc in order to get my config files done?or I can make all the things from terminal something like duet from web interface?
-
https://configurator.reprapfirmware.org/Start
You can use the configurator to create a config set. Then once you're connected to the web interface you can edit everything from there.
-
Web interface?does radds support wifi?I have a bunch of esp8266 around!
-
No idea. You're in uncharted territory now.
-
And how about panel due for radds?on my dedicated duet2 wifi printers I don't use any lcd...i only use the web interface, but since radds is not a duet if I can't have the web interface, I might try the panel due lcd on it...I don't want to be pc dependent...any tutorial for installing panel due?what hardware do I need more beside the panel due of course?
-
If the cpu has a uart and it configured in the firmware build then you shouldn't need any hardware, just hook up 5v, gnd, rx, tx and enable panel support it in config.g.
But like wifi, no idea if the radds build has panel due support enabled, you'd have to try or browse the source.
-
@bearer it has uart!how to add it to config.g file in order to activate it..
-
how about looking for paneldue in the g-code wiki?
https://duet3d.dozuki.com/Wiki/Gcode#Section_M575_Set_serial_comms_parametersyou may still find it wont work without the firmware build supporting it, you're still in uncharted waters, beware the kraken etc.
-
@weed2all said in Radds + arduino due:
And how about panel due for radds?on my dedicated duet2 wifi printers I don't use any lcd...i only use the web interface, but since radds is not a duet if I can't have the web interface, I might try the panel due lcd on it...I don't want to be pc dependent...any tutorial for installing panel due?what hardware do I need more beside the panel due of course?
The RADDS board certainly used to support PanelDue, and AFAIK it still does.
-
Ok...so I got the paneldue 5i in my shopping cart!now another question(I know I'm boring with all the question)
tmc2208 uart is supported by the reprap firmware on radds? -
@weed2all said in Radds + arduino due:
Ok...so I got the paneldue 5i in my shopping cart!now another question(I know I'm boring with all the question)
tmc2208 uart is supported by the reprap firmware on radds?No. In principle you could add it, if you can identify a free pair of UART or USART Tx and RX pins, because there is a TMC2208/2224 driver in RRF that is used in the Duet Maestro firmware build. You would need to add the multiplexer chip to the hardware to allow several TMC2208 chips to be fed by one UART. The SAM3X chip doesn't have the Peripheral DMA Controllers built in to the UARTs that the SAM4 does, so you would also need to adapt the code to use the regular DMAC instead of the PDC.
-
Wow...thanks for reply...so is a headake...better let it be...thank you...
-
Does bltouch work with reprap firmware under radds board?
-
PanelDUE works fine on a RADDS board, iirc the pins in the connector had to be rearranged to match the top 4 pins in AUX1. I had to solder pins to AUX1 as well.
Firmware 2.03 works fine so farSend: M115 Recv: FIRMWARE_NAME: RepRapFirmware for RADDS FIRMWARE_VERSION: 2.03 ELECTRONICS: RADDS 1.5 FIRMWARE_DATE: 2019-06-13b2
There is a lot of sdcard juggling between the printer and pc when setting it up.