Are there any solutions for the Revo and the smart effector? I have been working on one but I am not happy with it. Seeing if someone has come up with something.
Posts made by aerouta
-
RE: SE and "Revo" hotend?
-
Smart Effector LED replacement
Can someone provide the part number for the LED on the smart effector? I damaged one of the three LEDs and I would like to repair it. I am having a hard time with the .SCH file.
-
RE: Cancel/Skip Individual Objects During Print
Any chance this feature has been implemented and I missed it?
-
Fan Not working
I am having issues with running my layer fan. I get 12v across the FAN0 pins. However when i plug a fan in the voltage drops to 1.8V and no rotation on the fan. Any thoughts?
-
RE: Issues with Homing Delta on RRF3
@droftarts the motor connects were switched! good catch!
-
RE: Issues with Homing Delta on RRF3
@droftarts Yes, I did switch from a 1.01 to a 1.04 board. I will recheck all my motor and endstop connections.
-
RE: Issues with Homing Delta on RRF3
Here is my new config file with suggested changes. Same machine response...
; Configuration file for Rostock Max early V1 ; Communication and general M550 RostockMax ; Machine name and Netbios name (can be anything you like) M551 Preprap ; Machine password (used for FTP) ; General preferences G90 ; Send absolute coordinates... G21 ; Work in millimetres M83 ; ...but relative extruder moves ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration M665 R144.96 L300.15 B140 H367.532 ; set delta radius, diagonal rod length, printable radius and homed height ;M666 X-0.48 Y1.11 Z-0.63 ; put your endstop adjustments here, or let auto calibration find them ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits ;*** Wifi Networking M552 S1 ; Enable WiFi M555 P2 ; Set output to look like Marlin M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address ; Axis and motor configuration M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S1 ; Drive 4 goes forwards M584 X0 Y1 Z2 E3 ; Driver 0 controls the X motor, 1 controls Y, 2 controls Z motor, 3 control E motor M350 X16 Y16 Z16 E16 I1 ; Set 16x microstepping with interpolation M92 X106.667 Y106.667 Z106.667 E470 ; Set axis steps/mm M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min) M201 X1500 Y1500 Z1500 E1500 ; Accelerations (mm/s^2) M906 X1000 Y1000 Z1000 E800 I60 ; Set motor currents (mA) and increase idle current to 60% ; Endstops M574 X2 S1 P"xstop" M574 Y2 S1 P"ystop" M574 Z2 S1 P"zstop" ; set endstop configuration (all endstops at high end, active high) ; Thermistors and Heaters ;RRF 2 ;M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction ;M305 P1 T100000 B4267 R4700 H25 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction ;M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction ;RFF 3 M308 S0 Y"thermistor" P"bedtemp" T100000 B3950 M308 S1 Y"thermistor" P"e0temp" T100000 B4725 C7.06e-8 A"T_e0" M950 H0 C"bedheat" T0 M950 H1 C"e0heat" T1 M308 S10 y"mcutemp" a"Mcu" M308 S11 y"drivers" a"Drivers" M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds ;Heater 0 model: gain 140.9, time constant 634.3, dead time 13.9, max PWM 1.00, mode: PID M307 H0 A199.9 C634.4 D13.9 B0 ; Values obtained from autotunning M307 H1 A529.9 C170.4 D6.3 B0 ; Values obtained from autotunning M570 H1 P7 T30 ; Fans ;M106 P1 H-1 ; disable thermostatic mode for fan 1 M950 F0 C"fan0" M950 F1 C"fan1" M950 F2 C"fan2" M106 P1 T45 H1 S1 ; hot end fan ; Enable logging after setting the heater models to avoid logging the usual warnings of overpowered heaters M929 S1 P"eventlog.txt" ; Tool definitions M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures ;*** If you have a single-nozzle build, comment the next 2 lines ;M563 P1 D1 H2 ; Define tool 1 ;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures M140 H0 ;Bed Heater ;M92 E92.4:92.4 ; EZextruder Set extruder steps per mm M92 E470 ; Bondtech Extruder ; Z probe and compensation definition ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command ;M558 P4 X0 Y0 Z0 H4 F1000 ; Z probe is an IR probe and is not used for homing any axes M558 P5 C"e0stop" H4 F1000 T3000 ; Z probe connected to E0 endstop input "T" Travel speed between probe G31 X0 Y0 Z-0.588 P500 ; Set the zprobe height and threshold (put your own values here) ;*** If you are using axis compensation, put the figures in the following command ;M556 S78 X0 Y0 Z0 ; Axis compensation here M208 S1 Z-1.5 ; set minimum Z ; T0 ; select first hot end M143 H1 S350 ; Raise max temp M143 H0 S170 ; Raise max temp
-
RE: Issues with Homing Delta on RRF3
@Phaedrux I conducted the test you suggested. Endstop index 0, 1, 2 triggered on towers X, Y, Z respectively.
I no longer get the M92 error during the M98 command and my firmware version is confirmed to be 3.1.1
; Configuration file for Rostock Max early V1 ; Communication and general M111 S0 ; Debug off M550 RostockMax ; Machine name and Netbios name (can be anything you like) M551 Preprap ; Machine password (used for FTP) ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address ;*** Wifi Networking M552 S1 ; Enable WiFi M555 P2 ; Set output to look like Marlin ; Axis and motor configuration M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S1 ; Drive 4 goes forwards M574 X2 S1 P"xstop" M574 Y2 S1 P"ystop" M574 Z2 S1 P"zstop" ; set endstop configuration (all endstops at high end, active high) ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration ;M665 R144.96 L291 B150 H375.532 ; set delta radius, diagonal rod length, printable radius and homed height M665 R144.96 L300.15 B140 H367.532 ; set delta radius, diagonal rod length, printable radius and homed height ;M666 X-0.48 Y1.11 Z-0.63 ; put your endstop adjustments here, or let auto calibration find them M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation M92 X106.667 Y106.667 Z106.667 ; Set axis steps/mm M906 X1000 Y1000 Z1000 E800 I60 ; Set motor currents (mA) and increase idle current to 60% M201 X1500 Y1500 Z1500 E1500 ; Accelerations (mm/s^2) M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min) M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Thermistors and Heaters ;RRF 2 ;M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction ;M305 P1 T100000 B4267 R4700 H25 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction ;M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction ;RFF 3 M308 S0 Y"thermistor" P"bedtemp" T100000 B3950 M308 S1 Y"thermistor" P"e0temp" T100000 B4725 C7.06e-8 A"T_e0" M950 H0 C"bedheat" T0 M950 H1 C"e0heat" T1 M308 S10 y"mcutemp" a"Mcu" M308 S11 y"drivers" a"Drivers" M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds ;Heater 0 model: gain 140.9, time constant 634.3, dead time 13.9, max PWM 1.00, mode: PID M307 H0 A199.9 C634.4 D13.9 B0 ; Values obtained from autotunning M307 H1 A529.9 C170.4 D6.3 B0 ; Values obtained from autotunning M570 H1 P7 T30 ; Fans ;M106 P1 H-1 ; disable thermostatic mode for fan 1 M950 F0 C"fan0" M950 F1 C"fan1" M950 F2 C"fan2" M106 P1 T45 H1 S1 ; hot end fan ; Enable logging after setting the heater models to avoid logging the usual warnings of overpowered heaters M929 S1 P"eventlog.txt" ; Tool definitions M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures ;*** If you have a single-nozzle build, comment the next 2 lines ;M563 P1 D1 H2 ; Define tool 1 ;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures M140 H0 ;Bed Heater ;M92 E92.4:92.4 ; EZextruder Set extruder steps per mm M92 E470 ; Bondtech Extruder ; Z probe and compensation definition ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command ;M558 P4 X0 Y0 Z0 H4 F1000 ; Z probe is an IR probe and is not used for homing any axes M558 P5 C"e0stop" H4 F1000 T3000 ; Z probe connected to E0 endstop input "T" Travel speed between probe G31 X0 Y0 Z-0.588 P500 ; Set the zprobe height and threshold (put your own values here) ;*** If you are using axis compensation, put the figures in the following command ;M556 S78 X0 Y0 Z0 ; Axis compensation here M208 S1 Z-1.5 ; set minimum Z ; T0 ; select first hot end M143 H1 S350 ; Raise max temp M143 H0 S170 ; Raise max temp
-
RE: Issues with Homing Delta on RRF3
M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
-
RE: Issues with Homing Delta on RRF3
@JoergS5 The videos show that the first axis to reach the endstop begins the jitter. I tested each axis one at a time and confirmed what is seen on the video. Attempting to home one axis begins the jitter on that axis.
Is there any changes from board V1.01 to V1.04 that could cause this? This was another change that was made. My v1.01 board developed an intermintate failure that resulted in both thermocouples to fault. I then purchased the .04 board and upgraded to RRF3. This is my first attempt to use the new .04 board.
-
RE: Issues with Homing Delta on RRF3
@JoergS5 These commands were brought over from a properly functioning RRF2 config. I have tried adding "Z16". There was no improvement in homing..
-
RE: Issues with Homing Delta on RRF3
I have updated the config file to correct the error. I am still having the same problems shown in the video links...
; Configuration file for Rostock Max early V1 ; Communication and general M111 S0 ; Debug off M550 RostockMax ; Machine name and Netbios name (can be anything you like) M551 Preprap ; Machine password (used for FTP) ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address ;*** Wifi Networking M552 S1 ; Enable WiFi M555 P2 ; Set output to look like Marlin ; Axis and motor configuration M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S1 ; Drive 4 goes forwards M574 X2 S1 P"xstop" M574 Y2 S1 P"ystop" M574 Z2 S1 P"zstop" ; set endstop configuration (all endstops at high end, active high) ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration ;M665 R144.96 L291 B150 H375.532 ; set delta radius, diagonal rod length, printable radius and homed height M665 R144.96 L300.15 B140 H367.532 ; set delta radius, diagonal rod length, printable radius and homed height ;M666 X-0.48 Y1.11 Z-0.63 ; put your endstop adjustments here, or let auto calibration find them M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation M92 X106.667 Y106.667 Z106.667 ; Set axis steps/mm M906 X1000 Y1000 Z1000 E800 I60 ; Set motor currents (mA) and increase idle current to 60% M201 X1500 Y1500 Z1500 E1500 ; Accelerations (mm/s^2) M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min) M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Thermistors and Heaters ;RRF 2 ;M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction ;M305 P1 T100000 B4267 R4700 H25 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction ;M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction ;RFF 3 M308 S0 Y"thermistor" P"bedtemp" T100000 B3950 M308 S1 Y"thermistor" P"e0temp" T100000 B4725 C7.06e-8 A"T_e0" M950 H0 C"bedheat" T0 M950 H1 C"e0heat" T1 M308 S10 y"mcutemp" a"Mcu" M308 S11 y"drivers" a"Drivers" M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds ;Heater 0 model: gain 140.9, time constant 634.3, dead time 13.9, max PWM 1.00, mode: PID M307 H0 A199.9 C634.4 D13.9 B0 ;Values obtained from autotunning M307 H1 A529.9 C170.4 D6.3 B0 ;Values obtained from autotunning M570 H1 P7 T30 ; Fans ;M106 P1 H-1 ; disable thermostatic mode for fan 1 M950 F0 C"fan0" M950 F1 C"fan1" M950 F2 C"fan2" M106 P1 T45 H1 S1 ;hot end fan ; Enable logging after setting the heater models to avoid logging the usual warnings of overpowered heaters M929 S1 P"eventlog.txt" ; Tool definitions M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures ;*** If you have a single-nozzle build, comment the next 2 lines ;M563 P1 D1 H2 ; Define tool 1 ;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures M140 H0 ;Bed Heater ;M92 E92.4:92.4 ; EZextruder Set extruder steps per mm M92 E470 ;Bondtech Extruder ; Z probe and compensation definition ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command ;M558 P4 X0 Y0 Z0 H4 F1000 ; Z probe is an IR probe and is not used for homing any axes M558 P5 C"e0stop" H4 F1000 T3000 ; Z probe connected to E0 endstop input "T" Travel speed between probe G31 X0 Y0 Z-0.588 P500 ; Set the zprobe height and threshold (put your own values here) ;*** If you are using axis compensation, put the figures in the following command ;M556 S78 X0 Y0 Z0 ; Axis compensation here M208 S1 Z-1.5 ;set minimum Z ; T0 ;select first hot end M143 H1 S350 ; Raise max temp M143 H0 S170 ; Raise max temp
-
RE: Issues with Homing Delta on RRF3
@dc42 said in Issues with Homing Delta on RRF3:
M98 P"config.g"
Here are the results from the M98 command...
M98 P"config.g" RepRap name: My Duet Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 224C Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 554C Error: in file macro line 88 column 10: M92: array too long, max length = 1
And here is my current config file...
; Configuration file for Rostock Max early V1 ; Communication and general M111 S0 ; Debug off M550 RostockMax ; Machine name and Netbios name (can be anything you like) M551 Preprap ; Machine password (used for FTP) ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address ;*** Wifi Networking M552 S1 ; Enable WiFi M555 P2 ; Set output to look like Marlin ; Axis and motor configuration M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S1 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S1 ; Drive 4 goes forwards M574 X2 S1 P"xstop" M574 Y2 S1 P"ystop" M574 Z2 S1 P"zstop" ; set endstop configuration (all endstops at high end, active high) ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration ;M665 R144.96 L291 B150 H375.532 ; set delta radius, diagonal rod length, printable radius and homed height M665 R144.96 L300.15 B140 H367.532 ; set delta radius, diagonal rod length, printable radius and homed height ;M666 X-0.48 Y1.11 Z-0.63 ; put your endstop adjustments here, or let auto calibration find them M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation M92 X106.667 Y106.667 Z106.667 ; Set axis steps/mm M906 X1000 Y1000 Z1000 E800 I60 ; Set motor currents (mA) and increase idle current to 60% M201 X1500 Y1500 Z1500 E1500 ; Accelerations (mm/s^2) M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min) M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Thermistors and Heaters ;RRF 2 ;M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction ;M305 P1 T100000 B4267 R4700 H25 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction ;M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction ;RFF 3 M308 S0 Y"thermistor" P"bedtemp" T100000 B3950 M308 S1 Y"thermistor" P"e0temp" T100000 B4725 C7.06e-8 A"T_e0" M950 H0 C"bedheat" T0 M950 H1 C"e0heat" T1 M308 S10 y"mcutemp" a"Mcu" M308 S11 y"drivers" a"Drivers" M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds ;Heater 0 model: gain 140.9, time constant 634.3, dead time 13.9, max PWM 1.00, mode: PID M307 H0 A199.9 C634.4 D13.9 B0 ;Values obtained from autotunning M307 H1 A529.9 C170.4 D6.3 B0 ;Values obtained from autotunning M570 H1 P7 T30 ; Fans ;M106 P1 H-1 ; disable thermostatic mode for fan 1 M950 F0 C"fan0" M950 F1 C"fan1" M950 F2 C"fan2" M106 P1 T45 H1 S1 ;hot end fan ; Enable logging after setting the heater models to avoid logging the usual warnings of overpowered heaters M929 S1 P"eventlog.txt" ; Tool definitions M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures ;*** If you have a single-nozzle build, comment the next 2 lines ;M563 P1 D1 H2 ; Define tool 1 ;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures M140 H0 ;Bed Heater ;M92 E92.4:92.4 ; EZextruder Set extruder steps per mm M92 E470:470 ;Bondtech Extruder ; Z probe and compensation definition ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command ;M558 P4 X0 Y0 Z0 H4 F1000 ; Z probe is an IR probe and is not used for homing any axes M558 P5 C"e0stop" H4 F1000 T3000 ; Z probe connected to E0 endstop input "T" Travel speed between probe G31 X0 Y0 Z-0.588 P500 ; Set the zprobe height and threshold (put your own values here) ;*** If you are using axis compensation, put the figures in the following command ;M556 S78 X0 Y0 Z0 ; Axis compensation here M208 S1 Z-1.5 ; set minimum Z ; T0 ; select first hot end M143 H1 S350 ; Raise max temp M143 H0 S170 ; Raise max temp
-
RE: Issues with Homing Delta on RRF3
**@giostark said in Issues with Homing Delta on RRF3:
@aerouta
Hi ,
Have you checked that it work properly?
Are they optical? Or mechanical?
Web Control > Settings > Machine Specific > on the right you should see "Endstop". All are not in triggered status if they are not interrupted (or activated if mechanical).
Can you manually interrupt (or activate) the endstop (the one problematic) and verify in the WC that the signal is properly passed?
Do your endstop section in config.g look ike this?; Endstops M574 X2 S1 P"xstop" ; Set active high endstops M574 Y2 S1 P"ystop" M574 Z2 S1 P"zstop"
Did you already checked the conversion guide?
https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_M574**Yes, they seem to be working properly, they are mechanical switches. I just checked them on the WC and they all trigger and toggle status correctly. The issue is not a single tower but which every tower is first to reach the end stop starts to chatter.
Here is my old M574 command
M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
Here is the new M574 command
M574 X2 S1 P"xstop" M574 Y2 S1 P"ystop" M574 Z2 S1 P"zstop" ; set endstop configuration (all endstops at high end, active high)
I have uploaded some videos showing the issue.
Homing Fail 1
Homing Fail 2 -
Issues with Homing Delta on RRF3
I just upgraded to 3.x and I am having issues homing. Once home begins all axis start to travel towards the endstops as expected. However it seems that 2 of the 3 delta axis reaches the end stop and one does not. All axis then start to jitter significantly around the endstops. If I manually use my figure to depress the endstop on the axis that was not reached the homing completes.
; Homing file for RepRapFirmware on RostockMaxc G91 ; use relative positioning G1 H1 X550 Y550 Z550 F5000 ; move all carriages up 320mm, stopping at the endstops G1 H2 X-3 Y-3 Z-3 ; move all carriages down 3mm G1 H1 X6 Y6 Z6 F250 ; move carriages slowly up 6mm, stopping at the endstops G1 Z-5 F2000 ; down a few mm so that we can centre the head G90 ; back to absolute positioning G1 X0 Y0 F2000 ; centre the head and
-
RE: Upgrading to RR3.x
@BlueDust
in my opinion the examples do a poor job of walking through what a basic transition between a 2.x and 3.x would look like without all the "extra bells and whistles" of 3.x. The fact that the provided examples for M308, and M950 are not related you don't really get a good understanding of what is happening and how to define what is needed for your own setup.I would like to see a fully defined set, (an actually working config file) if some and provide one?
-
RE: Upgrading to RR3.x
What are the chances of someone writing a script to convert the config file from 2.x to 3.x? It may not be perfect but it would sure be helpful to get folks started.
-
Shorted F0 and F2 Fans
Re: I think I shorted my layer fan
Seems like i sucessfully shorted both F0 and F2 fans. The F1 fuse is not blown and my "always on" fans and F1 fan are still working. I would like to attempt to repair the F0 and F2 circuits. Which MOSET do I need to check?
I am running a DuetWifI V1.01