Radds + arduino due
-
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.