@dc42 I can confirm that the new firmware fixes the issues. Many thanks for the quick fix!
Posts made by mule
-
RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano
-
RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano
I just activated debugging via M111 P3 S1 and it showed the M409 gcodes being sent from the Arduino. But the Arduino gets no response from the duet.
-
RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano
@dc42 I can confirm that with V3.5RC3 PanelDue stopped working on IO1. Very weird.
-
RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano
@dc42 I am using the Arduino Nano in order to get the printer status, print progess, heater status and temperature in order to display it including animations via Neopixels. Therefore I send different M409 (.e.g. M409 K"state.status) to the duet3.
The issue with V3.5.x is that the Arduino Nano not even get a single byte of response via UART after sending the M409.
Is there a way to see if the duet3 receives the M409 at all? Or do you already have an idea which change between V3.4.x and V3.5.x could cause this different behaviour? -
RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano
@dc42 @jay_s_uk I tested it with 3.5Beta1, 3.5RC1, 3.5RC2 and 3.5RC3. None of these versions did work.
On the Arduino Serial.available() always returns 0 with these firmware versions.I now did another test with IO0 and it has the same issue (although a panel due connected to IO0 is working fine). I therefore edited the topic. With 3.4.6 IO0 works flawlessly too with the Arduino Nano.
What I do not know yet is, if it is only an issue receiving anything from the duet board or if there is also an issue sending anything to the duet board from the Arduino Nano. Is there any way to see what the duet receives via the UART ports?
Regarding config via M575 I am using:
M575 P1 B57600 S1
M575 P2 B57600 S1I did also try M575 P2 B57600 S2 but it did not change the behaviour.
-
RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano
@mule Just begin testing and it already stopped working with V3.5-Beta1
-
RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano
@Phaedrux If I remember correctly the first tests I did was with Beta 4. On the coming weekend I am going to find out since which version the issue exists.
-
UART on IO0/IO1 not working since V3.5.x using an Arduino Nano
I am using a Duet3 6HC V1.0. Since I upgraded from V3.4.6 to V3.5.x I am getting no response via UART using an Arduino Nano connected to IO1.
Going back to V3.4.6 again solves the issue. -
RE: [3.5.0-rc.1] duet web control loosing connection
@chrishamm It is an 6HC
Maybe it has something to do with the following:
I am using the duet hardware on a BLV mgn printer with an arduino which polls (M409 K"job" and M409 F"d99f") the duet via serial port in order to get the hotend temperature, bed temperature and printer status to show them via neopixels. The polling frequence is set to 3 seconds. Using this since ages now. -
RE: [3.5.0-rc.1] duet web control loosing connection
@chrishamm Only one session has been open
-
[3.5.0-rc.1] duet web control loosing connection
I just installed 3.5.0-rc.1 and duet web control is loosing its connection every 3 to 5 seconds. I tried it with Firefox and Chrome and it happens on both. Downgrading to 3.4.6 did solve the issue.
I remember that this also had happended after I tried 3.5.0-Beta4 some time ago but sadly had no time for further investigation.After updating only the main- and toolboard firmware and letting DWC 3.4.6 untouched showed no resets.
The browser console of chrome shows the following messages while DWC is loosing its connection:
PollConnector.ts:265 GET http://192.168.178.160/rr_model?flags=d99fn 503 (Service Unavailable) (anonymous) @ PollConnector.ts:265 request @ PollConnector.ts:168 updateLoop @ PollConnector.ts:521 doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 PollConnector.ts:265 GET http://192.168.178.160/rr_model?flags=d99fn 503 (Service Unavailable) (anonymous) @ PollConnector.ts:265 request @ PollConnector.ts:168 (anonymous) @ PollConnector.ts:217 Promise.then (async) ce.onload @ PollConnector.ts:215 load (async) (anonymous) @ PollConnector.ts:169 request @ PollConnector.ts:168 updateLoop @ PollConnector.ts:521 doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 PollConnector.ts:265 GET http://192.168.178.160/rr_model?flags=d99fn 503 (Service Unavailable) (anonymous) @ PollConnector.ts:265 request @ PollConnector.ts:168 (anonymous) @ PollConnector.ts:225 setTimeout (async) ce.onload @ PollConnector.ts:224 load (async) (anonymous) @ PollConnector.ts:169 request @ PollConnector.ts:168 (anonymous) @ PollConnector.ts:217 Promise.then (async) ce.onload @ PollConnector.ts:215 load (async) (anonymous) @ PollConnector.ts:169 request @ PollConnector.ts:168 updateLoop @ PollConnector.ts:521 doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 index.ts:999 Error: Operation failed (Reason: Service Unavailable) at new ExtendableBuiltin (app.1a9e8c80.js:306:363023) at new NetworkError (errors.ts:24:3) at new OperationFailedError (errors.ts:50:3) at ce.onload (PollConnector.ts:231:14) onConnectionError @ index.ts:999 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 reconnect @ PollConnector.ts:390 await in reconnect (async) reconnect @ index.ts:218 await in reconnect (async) wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ index.ts:248 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 se.dispatch @ vuex.esm.js:779 onConnectionError @ index.ts:1013 wrappedActionHandler @ vuex.esm.js:851 dispatch @ vuex.esm.js:516 boundDispatch @ vuex.esm.js:406 onConnectionError @ BaseConnector.ts:184 doUpdate @ PollConnector.ts:783 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 await in updateLoop (async) doUpdate @ PollConnector.ts:781 setTimeout (async) scheduleUpdate @ PollConnector.ts:303 updateLoop @ PollConnector.ts:644 PollConnector.ts:265 GET http://192.168.178.160/rr_model?key=inputs&flags=d99vn 503 (Service Unavailable)```
-
RE: 3.5 B3 Toolboard stepper intermittently running backwards
@OwenD It is not a defective driver, because if downgrading the firmware to v3.4 everything is working fine again.
-
RE: 3.5 B3 Toolboard stepper intermittently running backwards
@gloomyandy Sorry, of course you're right. Please find attached the the config.g and the macro (PrintStart.txt) including the code for printing the purge line:
config.g
PrintStart.txt -
RE: 3.5 B3 Toolboard stepper intermittently running backwards
@gloomyandy
Some of my findings:
Nr. 1: The purge line is not being completed because the extruder runs backwards after printing about half of the line
Nr. 2: Line is not being printed because the extruder runs backwards
Nr. 3: The extruder motor stands still and neither moves forward nor backwards. Therefore no filament is being extruded until the end of the whole print job.Findings: There is not only an issue with retracting instead of extruding but also with a complete stop of the extruder motor. Looking at Nr. 1 and Nr.2 it seems to me that the extruder runs backwards whenever the y axis is moving from the front to the back (Y increases).
Hopefully this helps.
-
RE: 3.5 B3 Toolboard stepper intermittently running backwards
I am having the same issue withe B3: When trying to print a test for measuring pressure advance the filament gets retracted so far that it even leaves the extruder gears after printing some lines. It is always happening at the same position when trying to print the following gcode:pa_pattern.gcode
-
RE: DuetWifi 2 and LIS3DH wiring
For me it did not work to connect +3.3V from duet to the output of the adafruit board. Maybe there are different boards with different layouts being sold by adafruit?
-
RE: DuetWifi 2 and LIS3DH wiring
Just a quick info:
The picture of the adafruit LIS3DH on https://duet3d.dozuki.com/Wiki/Accelerometers is misleading because the V3.3 from the duet is connected to 3Vo (Output) instead of the VIN (Input) pin. Maybe it is better to remove it. -
RE: Bed fuse blown
Thanks for the quick reply. Going to get a 20A fusion.
-
Bed fuse blown
Maybe a dumb question: I am using a Keenovo bed heater which is rated at 17A. Now my bed fuse has blown.
What I do not understand: The bed heater connector is rated at 18A, but the bed fuse only at 15A?!
So the max is 15A for the bed heater and not 18A, right? But why is the connector rated at 18A?