W32_ETH01 #827
-
Would it be possible to add the libraries for this board W32_ETH01. So, I can use this board to connect the printer trough Ethernet? Would be possible to have both options? Ethernet or Wi-Fi? thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 37 comments 30 replies
-
Never mind, thank you |
Beta Was this translation helpful? Give feedback.
-
Did you ever get this working with that board? I'd like to try out this project but I really would like to avoid using wifi. |
Beta Was this translation helpful? Give feedback.
-
technically yes,
I was able to flash the firmware with no problems.
I haven't tested the ethernet connection...
I read on the datasheet that wifi takes priority over ethernet.
so you need to force the chip to use ethernet
My setup includes both. I wifi loses connection, ethernet kicks in.
you can force the connection through ethernet if you disable the wifi under
the socket section.
I will test the ethernet connection only and I will let you know if woks
…On Tue, Nov 8, 2022 at 2:00 PM Rubin Starset ***@***.***> wrote:
Did you ever get this working with that board? I'd like to try out this
project but I really would like to avoid using wifi.
—
Reply to this email directly, view it on GitHub
<#827 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RBDRLIDCOFJQ7LOAPLWHK5OPANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am sad to report that ethernet did not work for me.
I disable wifi and enable ethernet under webSocket.h
I build firmware and flash the W32 with no problems.
So I powered up with the cable connected to my router and everything looks
good. The printer works just fine. So in order to test the ethernet
connection I unplug the ethernet cable from my router (Technically if I
disable wifi and only enable ethernet. unplugging the cable should stop the
service. Well that did not happen. Unplugging the cable did not have any
effect.)
My next experiment would be "Hello World" using the W32 library. ( I just
want to confirm that the connection through ethernet is working. If I have
success. then I can come back to the code and see if I am missing something)
thank you,
…On Tue, Nov 8, 2022 at 5:22 PM Luc ***@***.***> wrote:
to be honest I did not tested ethernet for a while, so feedback would be
appreciate
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RAYYYM7KOL7BVDAYHLWHLVDLANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It seems that on previous versions of esp3d that is the case. You can
enable that feature under configuration.h
In the most recent version I did not find this feature under
configuration.h.
…On Wed, Nov 9, 2022 at 6:58 AM Luc ***@***.***> wrote:
I do not understand, in esp3d you do not have to change anything in code
for ethernet, just enable it in configuration.h
can yo clarify the xhanges you are doing and the tests you are doing?
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RE3QUEWSEOYH7RZTVDWHOUZXANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am using the chip W32_ETH01.
Do I have to download this configuration.h separately ?
I can't find this configuration.h. This is not included in the zip folder
that I just downloaded.
…On Wed, Nov 9, 2022 at 7:29 AM Luc ***@***.***> wrote:
yes you can
https://github.com/luc-github/ESP3D/blob/3.0/esp3d/configuration.h#L108
But my tests were limited to arduino ide and olimex POE
Your board / ethernet may need additional settings in PlatformIO or even
in esp3d is not same as olimex - because I do not have so many devices I
did not added extra configuration items
what board are you using ?
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RBIGYC2HFGQ24OIMPTWHOYOJANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
nevermind.
I was looking at the wrong folder.
I found it.
I will flash it and test it after work.
Thank you very much for your help!!!
…On Wed, Nov 9, 2022 at 7:40 AM Sal Rodriguez ***@***.***> wrote:
I am using the chip W32_ETH01.
Do I have to download this configuration.h separately ?
I can't find this configuration.h. This is not included in the zip folder
that I just downloaded.
On Wed, Nov 9, 2022 at 7:29 AM Luc ***@***.***> wrote:
> yes you can
> https://github.com/luc-github/ESP3D/blob/3.0/esp3d/configuration.h#L108
> But my tests were limited to arduino ide and olimex POE
> Your board / ethernet may need additional settings in PlatformIO or even
> in esp3d is not same as olimex - because I do not have so many devices I
> did not added extra configuration items
> what board are you using ?
>
> —
> Reply to this email directly, view it on GitHub
> <#827 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ASSK2RBIGYC2HFGQ24OIMPTWHOYOJANCNFSM6AAAAAARNIUAV4>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
Understood,
thank you for pointing me in the right direction.
…On Wed, Nov 9, 2022 at 7:48 AM Luc ***@***.***> wrote:
give also a try to
https://github.com/espressif/arduino-esp32/tree/master/libraries/Ethernet/examples
may be your board need some changes - if you can identify them I can
support it
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RF34YOQKKLV74PIKSLWHO2SVANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I will run a couple of tests today and I will get back to you.
Thank you,
…On Wed, Nov 9, 2022 at 7:53 AM Luc ***@***.***> wrote:
I only have one device so support of ethernet is definitly not
optimal...hope it will getting better with feedback like yours
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RFH25LJIYSEUMIEUVDWHO3GJANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@luc-github Not sure where in the world you are, but I'm happy to order you one or a couple boards with ethernet on it if this is something you would like to spend time on to support. |
Beta Was this translation helpful? Give feedback.
-
I am in the US in Denver Colorado.
Do you think this is worth pursuing?
As far as I know the only benefit with ethernet is a stable connection.
I would be curious to see if the uploading time improves.
Are you guys trying to compete with octoprint?
…On Wed, Nov 9, 2022 at 8:59 AM Rubin Starset ***@***.***> wrote:
@luc-github <https://github.com/luc-github> Not sure where in the world
you are, but I'm happy to order you one or a couple boards with ethernet on
it if this is something you would like to spend time on to support.
—
Reply to this email directly, view it on GitHub
<#827 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RF7MHT5TMFAKJEIQADWHPC7LANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Please email me this version to test it.
I flash the firmware with version 3. But nothing happens.
No connection through wifi or ethernet. (for some reason my serial monitor
was not working. it seems like the baud rate settings did not take any
effect )
I would like to give a try to this version that you have been working on.
I will be doing more testing after work.
thank you,
…On Wed, Nov 9, 2022 at 10:19 PM Luc ***@***.***> wrote:
Ok fixed all issues (I hope, but with Murphy law there is always a chance
of surprise...)
M117 Cable connected
M117 192.168.2.144
M117 192.168.2.144
[ESP420]
;chip id: 34003
;CPU Freq: 240Mhz
;CPU Temp: 53.3C
;free mem: 223.07 KB
;SDK: v4.4.1-472-gc9140caf8c
;flash size: 4.00 MB
;size for update: 1.87 MB
;FS type: LittleFS
;FS usage: 8.00 KB/192.00 KB
;baud: 115200
;wifi: OFF
;ethernet: ON
;hostname: esp3d
;HTTP port: 80
;Telnet port: 23
;ethernet: 24:0A:C4:26:D3:87
;cable: connected (100Mbps)
;ip mode: dhcp
;ip: 192.168.2.144
;gw: 192.168.2.1
;msk: 255.255.255.0
;DNS: 192.168.2.1
;serial: ON
;M117: ON
;notification: ON(none)
;Target Fw: unknown
;FW ver: 3.0.0.a219
;FW arch: ESP32
Now Configuration.s has more settings for ethernet, I have just tested
with my olimex POE, so need more testing
//#define ETH_FEATURE
//Ethernet type (Check ETH.h eth_phy_type_t)
//TYPE_ETH_PHY_LAN8720
//TYPE_ETH_PHY_TLK110
//TYPE_ETH_PHY_RTL8201
//TYPE_ETH_PHY_DP83848
//TYPE_ETH_PHY_DM9051
//TYPE_ETH_PHY_KSZ8041
//TYPE_ETH_PHY_KSZ8081
#define ESP3D_ETH_PHY_TYPE TYPE_ETH_PHY_LAN8720
//Ethernet board Clock mode
// MODE_ETH_CLOCK_GPIO0_IN
// MODE_ETH_CLOCK_GPIO0_OUT
// MODE_ETH_CLOCK_GPIO16_OUT
// MODE_ETH_CLOCK_GPIO17_OUT
#define ESP3D_ETH_CLK_MODE MODE_ETH_CLOCK_GPIO17_OUT
//Pins of ethernet board
#define ESP3D_ETH_PHY_POWER_PIN 12
//#define ESP3D_ETH_PHY_MDC_PIN 23
//#define ESP3D_ETH_PHY_MDIO_PIN 18
//Address of ethernet board
//#define ESP3D_ETH_PHY_ADDR 0
I will update the ESP3D configurator once more tests / feedbacks are done
let me know what is on your side, for what I can read from :
https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/main/src/WebServer_WT32_ETH01.hpp#L39-L74
the settings for WT32-ETH01 should be :
#define ESP3D_ETH_PHY_TYPE TYPE_ETH_PHY_LAN8720
#define ESP3D_ETH_CLK_MODE MODE_ ETH_CLOCK_GPIO0_IN
#define ESP3D_ETH_PHY_POWER_PIN 16
#define ESP3D_ETH_PHY_MDC_PIN 23
#define ESP3D_ETH_PHY_MDIO_PIN 18
#define ESP3D_ETH_PHY_ADDR 1
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RBVKB5AMM4MYEAOTV3WHSAUNANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
after not having any luck.
I went back to a previous version 2.1X and it seems that this version works
just fine.
I did not have a chance to test the ethernet.
…On Thu, Nov 10, 2022 at 6:10 AM Sal Rodriguez ***@***.***> wrote:
Please email me this version to test it.
I flash the firmware with version 3. But nothing happens.
No connection through wifi or ethernet. (for some reason my serial monitor
was not working. it seems like the baud rate settings did not take any
effect )
I would like to give a try to this version that you have been working on.
I will be doing more testing after work.
thank you,
On Wed, Nov 9, 2022 at 10:19 PM Luc ***@***.***> wrote:
> Ok fixed all issues (I hope, but with Murphy law there is always a chance
> of surprise...)
>
> M117 Cable connected
> M117 192.168.2.144
> M117 192.168.2.144
> [ESP420]
> ;chip id: 34003
> ;CPU Freq: 240Mhz
> ;CPU Temp: 53.3C
> ;free mem: 223.07 KB
> ;SDK: v4.4.1-472-gc9140caf8c
> ;flash size: 4.00 MB
> ;size for update: 1.87 MB
> ;FS type: LittleFS
> ;FS usage: 8.00 KB/192.00 KB
> ;baud: 115200
> ;wifi: OFF
> ;ethernet: ON
> ;hostname: esp3d
> ;HTTP port: 80
> ;Telnet port: 23
> ;ethernet: 24:0A:C4:26:D3:87
> ;cable: connected (100Mbps)
> ;ip mode: dhcp
> ;ip: 192.168.2.144
> ;gw: 192.168.2.1
> ;msk: 255.255.255.0
> ;DNS: 192.168.2.1
> ;serial: ON
> ;M117: ON
> ;notification: ON(none)
> ;Target Fw: unknown
> ;FW ver: 3.0.0.a219
> ;FW arch: ESP32
>
> Now Configuration.s has more settings for ethernet, I have just tested
> with my olimex POE, so need more testing
>
> //#define ETH_FEATURE
>
> //Ethernet type (Check ETH.h eth_phy_type_t)
> //TYPE_ETH_PHY_LAN8720
> //TYPE_ETH_PHY_TLK110
> //TYPE_ETH_PHY_RTL8201
> //TYPE_ETH_PHY_DP83848
> //TYPE_ETH_PHY_DM9051
> //TYPE_ETH_PHY_KSZ8041
> //TYPE_ETH_PHY_KSZ8081
> #define ESP3D_ETH_PHY_TYPE TYPE_ETH_PHY_LAN8720
>
> //Ethernet board Clock mode
> // MODE_ETH_CLOCK_GPIO0_IN
> // MODE_ETH_CLOCK_GPIO0_OUT
> // MODE_ETH_CLOCK_GPIO16_OUT
> // MODE_ETH_CLOCK_GPIO17_OUT
> #define ESP3D_ETH_CLK_MODE MODE_ETH_CLOCK_GPIO17_OUT
>
> //Pins of ethernet board
> #define ESP3D_ETH_PHY_POWER_PIN 12
> //#define ESP3D_ETH_PHY_MDC_PIN 23
> //#define ESP3D_ETH_PHY_MDIO_PIN 18
>
> //Address of ethernet board
> //#define ESP3D_ETH_PHY_ADDR 0
>
> I will update the ESP3D configurator once more tests / feedbacks are done
>
> let me know what is on your side, for what I can read from :
> https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/main/src/WebServer_WT32_ETH01.hpp#L39-L74
> the settings for WT32-ETH01 should be :
>
> #define ESP3D_ETH_PHY_TYPE TYPE_ETH_PHY_LAN8720
> #define ESP3D_ETH_CLK_MODE MODE_ ETH_CLOCK_GPIO0_IN
> #define ESP3D_ETH_PHY_POWER_PIN 16
> #define ESP3D_ETH_PHY_MDC_PIN 23
> #define ESP3D_ETH_PHY_MDIO_PIN 18
> #define ESP3D_ETH_PHY_ADDR 1
>
> —
> Reply to this email directly, view it on GitHub
> <#827 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ASSK2RBVKB5AMM4MYEAOTV3WHSAUNANCNFSM6AAAAAARNIUAV4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
got it.
well. I will fix my serial monitor, so I can troubleshoot this issue.
…On Thu, Nov 10, 2022 at 6:34 AM Luc ***@***.***> wrote:
esp3d v2.1 does not support ethernet
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RCAC2RV36ZKAZCTOBTWHT2VJANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I will look into erase the flash before flashing
I thought that the reset was done automatically by Vs code.
I don't remember exactly the message, but is something like "leaving bord,
doing hard reset "
How do I do a [ESP444]RESET?
…On Thu, Nov 10, 2022 at 6:54 AM Luc ***@***.***> wrote:
After Flashing ESP3D V3 to ESP3D 2.1 you must do a [ESP444]RESET
another solution is to erase flash before flashing, there is a menu in
vscode / platformio for that
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RCSVDCRTY3M6L73G7LWHT5ALANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
that is exactly the same that I am using.
I am not sure what I am doing wrong.
I will give it a try again.
thank you,
…On Wed, Nov 16, 2022 at 8:33 AM Luc ***@***.***> wrote:
[image: image]
<https://user-images.githubusercontent.com/8822552/202223480-4dc1463f-7646-4920-a0e7-5ea130565b2b.png>
#827 (reply in thread)
<#827 (reply in thread)>
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RBX4G3V7JPI4JOIAUTWIT5DLANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Luc,
I did all the modifications to the configuration.h file
#define ETH_FEATURE
//Ethernet type (Check ETH.h eth_phy_type_t)
//TYPE_ETH_PHY_LAN8720
//TYPE_ETH_PHY_TLK110
//TYPE_ETH_PHY_RTL8201
//TYPE_ETH_PHY_DP83848
//TYPE_ETH_PHY_DM9051
//TYPE_ETH_PHY_KSZ8041
//TYPE_ETH_PHY_KSZ8081
#define ESP3D_ETH_PHY_TYPE TYPE_ETH_PHY_LAN8720
//Ethernet board Clock mode
// MODE_ETH_CLOCK_GPIO0_IN
// MODE_ETH_CLOCK_GPIO0_OUT
// MODE_ETH_CLOCK_GPIO16_OUT
// MODE_ETH_CLOCK_GPIO17_OUT
#define ESP3D_ETH_CLK_MODE MODE_ETH_CLOCK_GPIO0_IN
//Pins of ethernet board
#define ESP3D_ETH_PHY_POWER_PIN 16
#define ESP3D_ETH_PHY_MDC_PIN 23
#define ESP3D_ETH_PHY_MDIO_PIN 18
//Address of ethernet board
#define ESP3D_ETH_PHY_ADDR 1
and also need to disable the pin reset feature or find a not conflicting
pin as 0 is not good for this board, it is trigered when enabling Ethernet
board and so reset the EEPROM so it always in AP mode
/************************************
*
* Reset ESP3D
*
* Reset ESP3D settings
*
************************************/
/* Enable pin reset feature
* Use a pin to reset ESP3D settings
*/
//#define PIN_RESET_FEATURE
/* Reset pin
* The pin used to reset ESP3D setting if set to low for more than 1
second at start
*/
//#define ESP3D_RESET_PIN 0
but still does not work the ethernet
[image: image.png]
…On Wed, Nov 16, 2022 at 8:48 AM Sal Rodriguez ***@***.***> wrote:
that is exactly the same that I am using.
I am not sure what I am doing wrong.
I will give it a try again.
thank you,
On Wed, Nov 16, 2022 at 8:33 AM Luc ***@***.***> wrote:
> [image: image]
> <https://user-images.githubusercontent.com/8822552/202223480-4dc1463f-7646-4920-a0e7-5ea130565b2b.png>
> #827 (reply in thread)
> <#827 (reply in thread)>
>
> —
> Reply to this email directly, view it on GitHub
> <#827 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ASSK2RBX4G3V7JPI4JOIAUTWIT5DLANCNFSM6AAAAAARNIUAV4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
I did.
Would you please show me your wirering?
I think I am not wirerinig correctly.
…On Thu, Nov 17, 2022 at 9:57 PM Luc ***@***.***> wrote:
cannot see the screenshot
did you reset ESP as I wrote above after flashin V3 ?
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RB2IIU5T3QGUJWFVKLWI4EFJANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
404 not found preferences.json
…On Fri, Nov 18, 2022 at 6:02 AM Luc ***@***.***> wrote:
What wiring ? I just connect tx / rx / gnd and 3.3v, remove the GPIO IO0
before reboot and enable serial monitoring
also what is your error ?
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RFJRSRJUKLWVPJT2OTWI545TANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I thought that I was missing a file.
There is actually a file under the folder call server named like that.
preferences.json.
I included this with my index.html.gz. but it did not have any effect.
It seems to be working fine.
I haven't connected to the printer yet.
I am still struggling with the ethernet.
…On Fri, Nov 18, 2022 at 6:10 AM Luc ***@***.***> wrote:
so ? that is normal - it does not block anything
it will disapear as soon as you save settings in interfaces
You said nothing work - so this is not what happened - is that just this
message that bother you ?
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RHVT5GM2HCWXYR5HKLWI553BANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
no do not copy preferences.json from any place - it may not synced with your version and generate weird behavior in UI |
Beta Was this translation helpful? Give feedback.
-
What do you mean?
here is what I am doing
once I change the configurations on the WEBUI from access point to
ethernet, then save the changes.
disconnect the power, connect ethernet cable, power back on.
I should be able to open the WEBUI with the same ip address. correct?
…On Fri, Nov 18, 2022 at 6:18 AM Luc ***@***.***> wrote:
What give [ESP420] as output ?
—
Reply to this email directly, view it on GitHub
<#827 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RG4OVUGTPPUQSJVNB3WI563HANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
windows 11
…On Fri, Nov 18, 2022 at 6:28 AM Luc ***@***.***> wrote:
not same ip, it is not same device
what is your os ?
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RAZUKANMHGWC2XSJWTWI577VANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
🤓🤓🤓🤓🤓🤓🤓🤓🤓🤓🤓🤓🤓
it works!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
…On Fri, Nov 18, 2022 at 6:30 AM Luc ***@***.***> wrote:
so just go to network panel of your file explorer you should see your esp
device
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RDG5DNAMOM46KIN2ELWI6AHXANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
That's amazing, I took a personal day today to work on this thing. haha
now I can go back to work!!
Is it the same for bluetooth?
enable it, then connect it and the WEBUI should pop up?
Thank you!!!!!!!!!!!!!!!!
…On Fri, Nov 18, 2022 at 6:33 AM Sal Rodriguez ***@***.***> wrote:
🤓🤓🤓🤓🤓🤓🤓🤓🤓🤓🤓🤓🤓
it works!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
On Fri, Nov 18, 2022 at 6:30 AM Luc ***@***.***> wrote:
> so just go to network panel of your file explorer you should see your esp
> device
>
> —
> Reply to this email directly, view it on GitHub
> <#827 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ASSK2RDG5DNAMOM46KIN2ELWI6AHXANCNFSM6AAAAAARNIUAV4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
So how do you control it without WEBUI?
…On Fri, Nov 18, 2022 at 6:37 AM Luc ***@***.***> wrote:
there is no webui in bt, it is bt, not web
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RGZZ4MEZVRAN742ULTWI6BA7ANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I see.
Would you mind if I create a tutorial on how to set up the ethernet?
thank you,
…On Fri, Nov 18, 2022 at 6:48 AM Luc ***@***.***> wrote:
you need to use an application that use bt on your phone/tablet
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RAFGJ24KPGMS63TV2TWI6CKJANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I did not.
I was wondering where you got that screenshot from.
So, how does it work?
Do I select all my configurations? then download the webui?
…On Fri, Nov 18, 2022 at 6:57 AM Luc ***@***.***> wrote:
no problem, I am not good at doc, good luck ^_^
Did you tried : https://luc-github.github.io ?
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RDD5TJAL4IKSPHIYIDWI6DMDANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks!
…On Fri, Nov 18, 2022 at 6:52 PM Luc ***@***.***> wrote:
Try it - you will see :)
it generate platformio.ini and configuration.h according your definition
so you do not need to dig in files, replace the existing files by the
generated one and compile/flash
The link to download webui is an helper to select right webui according
your configuration as now I splitted webui per target and FW to decrease
file size.
—
Reply to this email directly, view it on GitHub
<#827 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASSK2RAUX6STMP5AKU2UEPDWJAXHFANCNFSM6AAAAAARNIUAV4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Do you think it is possible to add esp3d to the Cura slicer marketplace?
Cura has the option, after you slice your model. you can select print with
ocotrprint.
Would it be possible to accomplish this?
By the way. I wanted to say thank you for your hard work!!
thank you,
…On Mon, Nov 21, 2022 at 6:05 AM Sal Rodriguez ***@***.***> wrote:
Awesome, thanks!
On Fri, Nov 18, 2022 at 6:52 PM Luc ***@***.***> wrote:
> Try it - you will see :)
>
> it generate platformio.ini and configuration.h according your definition
> so you do not need to dig in files, replace the existing files by the
> generated one and compile/flash
> The link to download webui is an helper to select right webui according
> your configuration as now I splitted webui per target and FW to decrease
> file size.
>
> —
> Reply to this email directly, view it on GitHub
> <#827 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ASSK2RAUX6STMP5AKU2UEPDWJAXHFANCNFSM6AAAAAARNIUAV4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
Got my boards today :
I used the same settings as variant: