How to connect a Troodon V2 Printer to WiFi

Overview

The Troodon V2 Printer comes with RRF already preinstalled to the stock board as well the WiFi module being flashed with the relevant firmware. This page will guide you through connecting the Troodon V2 Printer to your WiFi by the method suggested in the getting started manual and by the standard method used by other RRF boards.

Formbot Method

The printer gets supplied with a file called “Configure Wifi.gcode” that has the following contents.

M552 S0
G4 P10000
M587 S"FORMBOT" P"zxcv5678" ; S is your Wifi name, P is your Wifi password
M552 S1
M552
M500


; put this gcode file into SD card, then choose it to print.
; you'll see the IP address under "About" menu after one minutes.
; input the IP address on your browser, then it'll show web console.

We suggest that you make adjustments to the contents of this file to match the following

M552 S0
G4 S1
M587 S"FORMBOT" P"zxcv5678" ; S is your Wifi name, P is your Wifi password
M552 S1
G4 S20
M552

The adjustments have done the following.

  • Removed the M500 as nothing is being saved
  • Changed G4 P10000 to G4 S1 which reduces the time to wait from 10 seconds to 1 second before moving on to the next command
  • Added a 20 second wait to allow the WiFi to connect before querying what the printers IP address is.

Edit the M587 command to match your WiFi settings.

Save the file and copy it onto a FAT32 formatted SD card.
Turn on the printer and insert the SD card into the SD Socket on the 12864 display.
Using the screen, launch the file as you would a print job and wait 30 seconds.
If the IP address isn’t displayed after 30 seconds, wait 30 seconds more and then navigate to the “About” menu on the display and look for the IP address.
Use this IP address on your web browser to navigate to Duet Web Control (DWC) and move onto this page. If the IP address still isn’t displayed, move on to the standard method for connecting to your WiFi network.

Standard WiFi Connection Method

Follow the instructions here to set it up for RRF.

Power up the Troodon V2 and connect to the USB port on the printer from your PC or laptop.
Change the Com port to match the Troodon V2 and connect. The baudrate doesn’t matter.

If you’re carrying this out after the Formbot Method didn’t wory correctly for you, send the following gcode throught putty

M552 S0
M588 S"*"

Then send the following gcode

M552 S0
M587 S"your SSID" P"your password"
M552 S1

The IP address will be shown on the serial connection. It is also possible to type just M552 to get the current IP address reported back. Use this IP address on your web browser to navigate to Duet Web Control (DWC) and move onto heater tuning.

WiFi Issues

There have been a number of reports of SPI timeouts etc when trying to connect the printer to a WiFi connection.
This can be solved by running the following command from putty.

M552 S0
M997 S1

Wait for the WiFi module update to finishe and then enter your WiFi details using one of the methods above.

Tags: