Considering Duet3, New to RPi
-
Hi Veti,
Yeah just found the price on E3D, but like you say, sold out.
Thank you.
-
@Phaedrux aren't most of the services run from the Pi instead of the duet, leaving the duet just handling IO? I thought that especially at high speeds having a Pi would lighten up the duet MCU.
Also updating is much faster/easier with a pi
-
Hi Jay_s_uk,
Okay thank you.
-
Hi matt3o,
Oh, another positive thought on the RPi.
LOL, commence the battle of RPi users vs non RPi users.
As a hobby user, so light use, would I benefit from having a RPi?
-
@Dizzwold said in Considering Duet3, New to RPi:
As a hobby user, so light use, would I benefit from having a RPi?
define "hobby" many users here including myself take the hobby very seriously
If you connect to the duet from 1-2 PCs and you print at "human" speeds I don't think it makes any difference. Probably it makes no difference for 90% of the use-cases. Personally I use it mostly for the wifi and for the good performance ssh connection.
-
Hi matt3o,
Lol, Yeah like how longs a piece of string...
I think most of us take their 3d printing seriously, as we all want the best results we can get form the equipment we have.
The other way of looking at it as a hobby is I don't use it for a living.When I purchased the printer, cost was an issue, and wrongly or rightly I have to live with the choice I made.
I was looking into the possibility of getting a duet in the future, but as I've now killed my motherboard, my arm is now forced into getting one and a Duet it will be.
I've had lots of answers to questions I've not yet asked, but these are all welcome, as I would have been asking these questions anyway, so I'm very grateful for all this input.
Basically, I have a dead printer, I'm a mac user, I wish to have a PanelDue along with a Duet, I wish to be able to not only use the PanelDue but also connect it to my mac that's 2.5mm across the room, I would like to (but not essential) Connect to another mac in another room, I don't have (is it cat6 cabling) a wired network in my house, I have wifi, but have some TP Link Pass through Powerline adaptors.
Once I have a Duet, PanelDue and my printer functioning again, the next thing maybe a Mic6 bed with 3 point levelling and possibly a 3rd Z axis. -
It sounds to me that the Duet 3 Mini WiFi will meet your needs well. For the display, you can use either a PanelDue or a Mini 12864 display (using ST7567 controller) with it, or if you use a Pi then you can connect a HDMI touch screen to that.
-
Hi All,
So it looks like I'm swaying toward the Duet 3 Mini 5 as few have commented on. This way I can also upgrade βif and whenβ needed.
It looks like I'll have to wait a few weeks before any more Duet 3 Mini 5's are ready, No Pressure David. LOL
I am most grateful for everyone's input and advice.
No doubt I'll be back again with yet more questions, but for now I think I have a bit of reading to do, to familiarise myself better with the Duet system.
Also any more comments and / or suggestions are very welcome.
Thank you,
Dizzwold.
-
With the RPi,
Do you just change the ssid and password in the wpa_supplicant.conf file to your router settings, wire the 26-40way into the Duet and RPi, put the SD card in the RPi then power the Duet?Do you have to flash the RPi with anything first then do the above?
-
@Dizzwold https://duet3d.dozuki.com/Wiki/SBC_Setup_for_Duet_3
Yes you've got it. There is a custom Pi image as well. Though you can also do it manually if you wish.
-
Hmm,
I have no screen attached to the RPi.
I've tried opened http://duet3.local , but nothing opens, Disabled VPN and ran IP Scanner, but don't see anything?
I must be missing a step?
-
You're using wifi? Something must not have worked adding it to the network. Can you add a screen and keyboard to see what's going on?
-
I have a desktop mac, the Duet and RPi are on the desk in front of it, so can either connect with Ethernet of Wifi, but no dedicated screen or keyboard
-
If you connect via ethernet it should pick up a DHCP address from your router, so check your router to see if it's actually getting an address. Then try to connect to that via SSH as described in the SBC setup link.
-
@Phaedrux said in Considering Duet3, New to RPi:
If you connect via ethernet it should pick up a DHCP address from your router, so check your router to see if it's actually getting an address. Then try to connect to that via SSH as described in the SBC setup link.
You might have to enable ssh before you can SSH into it.
https://www.raspberrypi.org/documentation/remote-access/ssh/
-
Isn't there an interface of some description like the Arduino's have an IDE?
I'm surprised at how hot the thing gets as well.
Something I've just done by mistake was power the unit without the SD card. The Red LED stays on and the Green LED flashes. With the SD card in, this only happens when first powering up , then they both go out?
-
@garyd9 said in Considering Duet3, New to RPi:
@Phaedrux said in Considering Duet3, New to RPi:
If you connect via ethernet it should pick up a DHCP address from your router, so check your router to see if it's actually getting an address. Then try to connect to that via SSH as described in the SBC setup link.
You might have to enable ssh before you can SSH into it.
https://www.raspberrypi.org/documentation/remote-access/ssh/
Depends on if he's using the lite version or full version of DuetPi.
https://duet3d.dozuki.com/Wiki/SBC_Setup_for_Duet_3#Section_Connecting_via_SSH
-
@Dizzwold said in Considering Duet3, New to RPi:
Isn't there an interface of some description like the Arduino's have an IDE?
I'm surprised at how hot the thing gets as well.
Something I've just done by mistake was power the unit without the SD card. The Red LED stays on and the Green LED flashes. With the SD card in, this only happens when first powering up , then they both go out?
Are you talking about the Duet or the Pi?
If you're new to both I would suggest using the full version of DuetPi and connecting a keyboard, mouse, monitor to the Pi for the setup phase. It makes things much easier.
-
On the RPi, How do I view what's going on on my mac, or have I got to buy a dedicated HDMI display to see what the Pi's doing?
All I've done is edit the wpa_supplicant.conf file that came on the SD card with the Duet3.
So, should I be removing some one set of software of the SD Card, being that there is the Full and Lite?
Here's what's currently on the SD Card.
-
Which image did you use on the pi? Full, or Lite?
Full is intended to be used with a display since it has a full desktop environment. The Lite version is command line only.
In either case you would normally interact with the printer from your browser using the Duet Web Control interface.
If you're brand new to Duet you might want to consider starting with the Duet running in standalone mode and get used to reprapfirmware. Then you can add the pi afterwards.
Here's an example of getting started with a Duet3 in standalone mode.
https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3
If you've not seen that yet, it's the best place to start.