-
-
Wisdom
Integrity
High Ambition
2 years, 1 month ago -
working with pico w and not able to get it to look for network following pi foundation instructions This worked
try:
import time
import networkssid=”MY_SSID”
password=”MY_PASSWORD”wlan = network.WLAN(network.STA_IF)
wlan.active(True)
wlan.connect(ssid, password)max_wait = 100
while max_wait > 0:
if wlan.status() =3:…[Read more] -
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 2 months ago
M552 s1
m552 s0
m587 s “” P “” define the network -
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 2 months ago
deciding to setup a backup board opend a can of worms, I tried to go through the update firmware using YAT and putting the files on the sd card, this failed and wasted at least an hour trying to remember… Read more»
-
admin posted a new activity comment 2 years, 2 months ago
-
12V LED strip is configured with 3 LEDs in series per string. At 3V each, the total LED voltage is only 9V, or about 75% of the total voltage. The remaining voltage is dissipated by a current limiting resistor. Since the resistor does not contribute to illumination, we can conclude that in a 12V LED strip, approximately 25% of the electrical…[Read more]
-
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 2 months ago
i had a board with 2.1 firmware this is the beginning of the update Copy the new firmware binary file to the /firmware (if RRF 3.3beta1 or later is installed) or /sys folder (for earlier firmware versions)Also copy the relevant… Read more»
-
admin posted a new topic "Yuneec H+ turn off GPS" – 2 years, 2 months ago
While your drone and controller are powered on and connected, but the motors aren’t turning, move the Proportional Control Rate Slider (on the right side of your controller) to the uppermost position. Move the right-hand stick to the right and… Read more»
-
Casing: The top layer with the groove is the outer casing that encloses the battery components. This is typically made of metal and provides structural integrity.
Electrode Layers: Beneath the casing, there are winding layers of electrodes. These are typically:
Cathode: The positive electrode, usually a lithium metal oxide.
Anode: The…[Read more] -
The three most widely available battery options are alkaline, lithium-ion, and lithium-polymer batteries. Alkaline is the most common, but also the poorest choice due to their output
voltage degrading relatively quickly and their limited temperature range of operation. Lithium-ion batteries are the next best option and offer a considerably…[Read more] -
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 2 months ago
I was a little deflated because I was ready to do some production runs and now this setting, one that I normally dred because your hooking up the computer to the duet and sending a specific instruction, and I mean… Read more»
-
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 2 months ago
With everything in-place and a few prints completed (4) “T” fittings for some home made landing gear for a RC project, I decided to move the unit out to the production shop. Then the big shocker, a different wireless extender,… Read more»
-
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
M220 S100 ;Reset Feedrate
M221 S100 ;Reset FlowrateG28 ;Home
G92 E0 ;Reset Extruder
G1 Z2.0…[Read more] -
details of my ender5 duet upgrade in the forum 2 years, 3 months ago
-
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 3 months ago
to review: I installed the duet2 wifi on top of the ender control box, removing the ender power supply and securing it also to the top. I installed Bltouch sensor updated the firmware https://github.com/Duet3D/RepRapFirmware/tree/3.4-dev did several bed level runs ran heater… Read more»
-
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 3 months ago
; Configuration file for Duet WiFi (firmware version 3.3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.4.1 on Tue Mar 19 2024 16:40:01 GMT-0400 (Eastern Daylight Time) ; General preferences G90 ; send… Read more»
-
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 3 months ago
couple codes for setup m303 H0 s60 calibrate heat but also check it’s performance m303 H1 s200 hotend for… Read more»
-
admin replied to the topic "Finally moved to duet 2 wifi" – 2 years, 3 months ago
It took a couple attempts to get a complete print, it’s not pretty but it has a purpose. I build raspberry pi security systems and print a stand for the 7in pi touch screen. This image is a classic bed… Read more»
-
admin posted a new topic "Finally moved to duet 2 wifi" – 2 years, 3 months ago
steps to remove the old control board and move to duet
- Load More

