Never mind it was that simple. It worked and I’m connected.
Posts made by tony449777
-
RE: Unable to use web control after firmware update
-
RE: Unable to use web control after firmware update
Is the firmware folder hidden?
-
RE: Unable to use web control after firmware update
I get an error M997: file 0:/firmware/duetWi-Fiserver.BIN not found
-
Unable to use web control after firmware update
Hello. I’m having trouble using Wi-Fi and connecting to my duet after going from the latest version of 2.05.1 to 3.0. The firmware upgrade went well, but after it was finished, the console on the paneldue gives a message of connected. Yet it is not connected, and I cannot find it on the network. When looking for the network info, I get a message saying another SPI transfer is pending and cannot even look at the information. I have tried fallback methods such as dropping the Wi-Fi binaries into the/SYS file, but apparently they’re not in the place they need to be. Any help would be appreciated.
-
RE: PT100 amplifier board - redaings seems to be 30 degrees below
@dc42 Update. Switched out the daughter board for another one I purchased from filastruder and it works fine. It must be the board.
-
RE: PT100 amplifier board - redaings seems to be 30 degrees below
@dc42 I’m using the phone application. Every time I try to attach a picture it just says undefined.
-
RE: PT100 amplifier board - redaings seems to be 30 degrees below
Also curious, if the channel 1 on the daughter board is “spi.cs1”
And you have one daughter board with the two ports, then is the second port for the same card “spi.cs2”? -
RE: PT100 amplifier board - redaings seems to be 30 degrees below
I also have 3 PT100 cartridges in the same room measuring within 1° of each other. By that I mean looking at a PT 100s resistance table and measuring each one’s resistance, according to the table they are within 1° of each other.
-
RE: PT100 amplifier board - redaings seems to be 30 degrees below
On my precision bench meter both resistors measure R1-199.50 and R2-199.52
-
RE: PT100 amplifier board - redaings seems to be 30 degrees below
@dc42 I can’t attach a picture, it will not let me however I can tell you R1 is marked”102” while R2,R3,R4 are all marked “201”
-
RE: Duet 3 Mini 5+ Error: short-to-ground reported by driver(s)
@dc42 Exactly. That’s what I’m trying to say,
-
RE: PT100 amplifier board - redaings seems to be 30 degrees below
@dc42 I’m using a Fluke. I have 3 others. I’ll try them all. However, how would we ever be able to come up with a reference for resistors if all multimeters give us such a diverse readings?
-
RE: Duet 3 Mini 5+ Error: short-to-ground reported by driver(s)
@fotomas It wasn’t the pin out of the driver that was wrong. It was how the output of the driver was actually connected to the coils of the motor. They were physically in the motor plug in the wrong configuration.
-
RE: Thermistor at 2000c
@phaedrux So if the channel 1 on the card is “spi.cs1”
And you have one daughter board with the two ports, then is the second port for the same card “spi.cs2”?Is there any pages that you can recommend that would help me understand what this means?
-
RE: Duet 3 Mini 5+ Error: short-to-ground reported by driver(s)
Check your motor winding specs on the manufacturer page. I had the same problem. Bought LDO steppers but the harness came from somewhere else. I just released the pins from the plug on the stepper side and reconfigured them correctly according to the manufacturers diagram.
-
RE: PT100 amplifier board - redaings seems to be 30 degrees below
@phaedrux I wonder how that could happen? I believe I got this daughterboard from Filastruder. It was purchased a while ago, but never used until this build.
-
RE: PT100 amplifier board - redaings seems to be 30 degrees below
I am also having a similar problem. I printed one day with my printer and noticed that the temperature trajectory bounced around a lot. Started to print the next day and noticed that after sitting all night and everything settling to room temperature there were major differences between my bed temperature and nozzle temperature. The bed uses a standard glass in cased thermocouple. I am using a PT 100 with daughter board for the hot end. I moved a 100ohm Resistor in place of the PT 100 cartridge and get a reading of -20c. It should’ve been zero.
Current code :
Y248); Heaters
M308 S0 P"bedtemp" Y"thermistor" A"bed_heat" T100000 B3950 R4700 H0 L0 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bed_heat" T0 ; create bed heater output on bedheat and map it to sensor 0
M140 H0 ; Inform the firmware that bed heater 0 uses heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M308 S1 P"spi.cs1" Y"rtd-max31865" ; configure sensor 1 as thermistor on pin spi.cs1 (Hotend)
M950 H1 C"e0_heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M143 H1 S320 ; Set temperature limit for heater 1 to 320C
;M308 S2 P"duex.e6temp" Y"thermistor" A"keenovo" T100000 B3950 R4700 C7.06E-8 H0 L0 ; Secondary bed thermistor
M140 S0 R0 ; Standby and initial Temp for bed set to 0 (-273 = "off")
M308 S10 Y"mcu-temp" A"mcu-temp" ; Display Duet2 CPU temp