-
-
Notifications
You must be signed in to change notification settings - Fork 471
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
[BUG] No IP Address on LCD/TFT of printer #986
Comments
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
Does the IP appear on TFT if you do an |
Zip File contains my config.h and esp3d.h so you can check my setting. |
here correct file. |
Does the IP appear on TFT if you do an [ESP444]RESTART in webui terminal ? |
I currently printing , I will update later in about half an hour to complete print. |
also does any command work from WEBUI to monitor / control printer ? |
[ESP444]RESTART show disconnected on TFT |
does |
Only in Webui console #define CONFIG_MENU_ITEM_1_DESC "Wifi IP ?" and even adding M117 but no display on TFT but shows IP on console or/and echo:Unknown command: in webui console. |
what about : |
Yes that displays 192.168.1.1 on TFT |
would adding space character before IP address allow M117 to show IP |
yes you can add space to end |
that shows in console and no IP on TFT/LCD |
I like to get IP to show on LCD, but if it cant its ok, I can get IP from router if neeeded, and DHCP saves it for a time also. Also it shows IP in AP when doing fiirst setup to upload index.html.gz I dont want to give you head ache from this or waste your time, |
I am checking on it because the code is very old, I am adding possible solution now, 2.1 use HK wifi method not serial solution for emulating MKS WiFi module so I may missed that in 2.1 but I do not understand :
ESP3D 2.1 does not support MKS file transfert only ESP3D 3.0 so I do not understand : how can you have fast file transfert on 2.1 ? |
Its seems to work you have the option in config.h I can not get ESP3D 3.0 to work no wifi comms have tried twice,but ESP3D 2,0 work well what the main differences of 2.1 vs 3.0 ? |
3.0 is a complete rewrite and has native support of MKS WIFI |
I think it is fixed now I have tested with your config |
Maybe it just placebo , lol |
I will reflash firmware with MKS TFT WIFI disabled. maybe thats the issue |
if you do this the TFT may think there is not WIFI module, just download the FW on git I have already pushed the fix |
Thats it now see IP |
MY wifi in on mainboard |
yes or change the code I have linked to esp3d.cpp |
Working OK |
cool thank you for reporting it 😺 |
I close issue then |
yes thank you. |
for more info you can check here : https://esp3d.io/esp3d/v3.x/index.html |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
No IP Address shown on LCD / TFT of printer in STA Mode.
When in AP Mode it shows IP address and status messages.
Turn on or reset 3D Printer does not show IP address when connects in STA mode.
Display IP address on start up
Screenshots
ESP3D Firmware:
If you build with Arduino:
Generic ESP8266
Target Firmware:
Marlin bugfix-2.1.x (Jan 1 2024 23:40:20)
Board used (please complete the following information):
Additional context
I previously had IP address shown using ESP8266 D1 mini and ramps 1,4 Atmega2560 with LCD 12864 / LCD 2004
I am now using MKS Wifi with MKS Robin Nano V3,1 and TS35 V2,0 but no IP address, but everything else works fine
have tried with and without #define DISABLE_CONNECTING_MSG
have tried changing Delay esp3d.h and still not IP, using 12s as it allows it to start and show firmware boot message in console of ESP3D.
esp3d.zip
The text was updated successfully, but these errors were encountered: