on my Smartphone and Tablet in Portrait mode i can Not Upload any Firmware packages with the mobile-UI. When switching to Desktop Mode the Update ist possible.
Best posts made by wildblue
-
No FW Update on mobile ui possible
-
Coming soon: Accelerometer Support
@dc42
I saw you implementing the upcoming support for a LIS3DH (3-axis MEMS accelerometer).As it supports SPI and IIC, my question is whether both protocols are supported by your Implementation. I am with Duet2wifi (as you probably already know) and want to get this feature working on my machine. Can i order such a sensor yet or do you plan to switch to another sensor Platform?
I would offer to test the Implementation as soon my sensor arrives (If i am to order one, which depends ob your answer).
-
Using Google NestHub as GUI-Interface for your Printer
1.) Own a Google NestHub.
2.) Visit https://demille.github.io/url-cast-receiver/#
3.) Start with "cast session", your NestHub displays an empty page.
4.) Enter the URL of your printer and choose "location"
5.) Confirm the URL with "send"Your printer can now been controlled by your NestHub.
Have fun...Maybe this can be automated in any way. This first information on using your NestHub as a display should inspire more developers beside myself to look into this.
For local execution you can
- grab the following .bin file,
- rename it to .zip,
- extract and play around with.
I made the selection of "location" default and updated the standard URL to fit my printer, but you can alter this in the .html file very easy. Finally i replaced the direct link at the bottom to the DWC of my printer, also.
Have even more fun!
Latest posts made by wildblue
-
Duex 5 Hardware - SMD component specifications
Hello,
i need the some information about 2 SMD componebts mounted on the DueX 5 Board.In more detail do i need the manufacturer, model and the parameters / specifications from the diodes D7 and D18, listed in the BOM as
- "DB2W40300L", "D_SOD-123F"
and - "DO-219AB", "DO-219AB"
of the Duet3D DueX 5.
Are there any replacement variants for these components, if the original parts are not available to order or too expensive?
Thank you in advance..
- "DB2W40300L", "D_SOD-123F"
-
Using Google NestHub as GUI-Interface for your Printer
1.) Own a Google NestHub.
2.) Visit https://demille.github.io/url-cast-receiver/#
3.) Start with "cast session", your NestHub displays an empty page.
4.) Enter the URL of your printer and choose "location"
5.) Confirm the URL with "send"Your printer can now been controlled by your NestHub.
Have fun...Maybe this can be automated in any way. This first information on using your NestHub as a display should inspire more developers beside myself to look into this.
For local execution you can
- grab the following .bin file,
- rename it to .zip,
- extract and play around with.
I made the selection of "location" default and updated the standard URL to fit my printer, but you can alter this in the .html file very easy. Finally i replaced the direct link at the bottom to the DWC of my printer, also.
Have even more fun!
-
RE: Coming soon: Accelerometer Support
My ordered sensors just came in today from china. Even better, the new firmware is also available right now.
@dc42 Before soldering a header to the breakout board, i would love to know If the analog inputs of the sensor will be available in reprap firmware. Just like the panelDue we have available inputs for free at no additional cost (other
than you implementing the code to make then work) on our remote devices, which i already have plenty ideas of what crazy stuff we could connect to them.So please let ne know If you also have the future of what DuetFirnware could become in mind and If the analog! inputs are/will be available via gcode.
-
RE: Coming soon: Accelerometer Support
@dc42 Okay, a LIS3DSH Sensor is ordered to connect via SPI on my Duet2wifi.
As i understand, the LIS3DSH should be also supported, because its only a more capable version of the LIS3DH. If not, there it goes to my bin of parts and 1.60€ down to the gods of tinkering. Just using the second position of this order (a true and only supported LIS3DH) then.
Just for planing things ahead, when will Version 3.3b3 be released?
I would love to add CAN-bus connectivity to my machine with Duet2 hardware. Is there yet a viable path to go for people capable of soldering and willing to tinker with their hardware?
-
Coming soon: Accelerometer Support
@dc42
I saw you implementing the upcoming support for a LIS3DH (3-axis MEMS accelerometer).As it supports SPI and IIC, my question is whether both protocols are supported by your Implementation. I am with Duet2wifi (as you probably already know) and want to get this feature working on my machine. Can i order such a sensor yet or do you plan to switch to another sensor Platform?
I would offer to test the Implementation as soon my sensor arrives (If i am to order one, which depends ob your answer).
-
RE: Shorted 12v Header on duex5, now 14v - 20v
Hello dc42,
How could i verify your argument regarding the fan output with my multimeter?What do you think of my issue with the 12V rail? I currently have no idea how to fix this...
Maybe someone else other than me and the ultimate god of duet3d developers could take a quick look in the circuit diagramm of the Duex5 and connect my measuring results with some reason of them happening.
Or maybe you are just the kind of swarm-bee with knowledge of electronic things and the ability to point people other than you in the right direction? Stop hiding, start to participate in resolving this issue. Show me your bee-skills...
-
RE: Shorted 12v Header on duex5, now 14v - 20v
Okay,things progress...
Today one condensator of my system-fans exploded, because i ran it with a higher voltage than it was rated for.Very loud, when standing right next to them exploding.
Now, this one fan output of my duex5 does not work anymore.
Measuring the two Sides of the Diode D15 results in 10.8v when fan should be off and 7.9 when on.
Should i take a replacement of this diode into consideration?
-
Shorted 12v Header on duex5, now 14v - 20v
I shorted the 12v connector of my duex5 and now got 14v - 20v (depending on the load in the 12v rail) when the internal 12v Regulator is enabled.
How can i fix this issue?
Could a destroyed Diode D7 cause this behavior? -
RE: Example gcode for rrf3 and m585 is Not working
I solved it for the moment by deassigning the probes, doing my M585 and reassigning them again. But this cant be the final solution.
; Start Workaround for M585 M558 K1 P5 C"nil" M558 K0 P5 C"nil" M558 K0 P5 C"!e0stop" M585 P0 S1 F50 Z-5.15 ; Probe BedSensor (Offset to Bed: 0.15mm) M558 K0 P5 C"nil" M558 K0 P5 C"!zprobe.in" H5 R0.000 A30 B0 S0.01 F200 T2000 ; Setup the Z-Probe (switch, active high) M558 K1 P5 C"!e0stop" G31 P1000 X25.0 Y-13.0 Z0.830 S22.0 C0 H0 ; End Workaround for M585
-
Heightmap.csv does not get loaded when using M505
Currently on RRF3 and DWC2 the heightmap does not get loaded when using M505 to work with multiple configurations.