Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP3D #2

Open
ememem13 opened this issue Sep 29, 2021 · 3 comments
Open

ESP3D #2

ememem13 opened this issue Sep 29, 2021 · 3 comments

Comments

@ememem13
Copy link

How to pre-lure ESP3D interface?

@markniu
Copy link
Owner

markniu commented Sep 30, 2021

Just enable the ESP3D in the file Configuration_adv.h
#define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)

@ememem13
Copy link
Author

ememem13 commented Oct 6, 2021

I get this, no IP address, only the router address is displayed (192.168.0.1):

--- Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at http://bit.ly/pio-monitor-filters
20:38:38.917 > f~�start
20:38:39.350 > External Reset
20:38:39.350 > Brown out Reset
20:38:39.351 > Watchdog Reset
20:38:39.352 > Marlin 2.0.9.1
20:38:39.352 >
20:38:39.352 > echo: Last Updated: 2021-06-27 | Author: (none, default config)
20:38:39.356 > echo:Compiled: Oct 6 2021
20:38:39.357 > echo: Free Memory: 296624 PlannerBufferBytes: 1280
20:38:39.365 > echo:EEPROM version mismatch (EEPROM=? Marlin=V84)
20:38:39.368 > echo:Hardcoded Default Settings Loaded
20:38:39.625 > Error:MAXTEMP triggered, system stopped! Heater_ID: bed
20:38:39.628 > echo:Err: MAXTEMP
20:38:39.629 > Error:Printer halted. kill() called!
20:38:39.697 > echo:AP started
20:38:39.698 > echo:192.168.0.1
20:38:39.813 > echo:OTA service started
20:38:39.817 > echo:HTTP server started

@markniu
Copy link
Owner

markniu commented Oct 7, 2021

the board have started AP servers if it can not connect to local wifi. so you can find the wifi SSID of esp32 and connect to it with browser , then set your local wifi. or you can set the default wifi in the marlin firmware,https://github.com/markniu/PandaZHU/wiki/Compile&Flash-firmware#how-to-set-default-wifi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants