markniu / PandaZHU

3D printer control board based on ESP32,support 8 Driver motors.
67 stars 10 forks source link

ESP3D #2

Open ememem13 opened 2 years ago

ememem13 commented 2 years ago

How to pre-lure ESP3D interface?

markniu commented 2 years ago

Just enable the ESP3D in the file Configuration_adv.h

define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)

ememem13 commented 2 years ago

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 commented 2 years ago

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