-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] MKS Robin nano V3, wifi module won't compile #21069
Comments
Hello , not sure it can solve your problem , but serial_port_0 should be -1 , not 3 . Port 3 is for HK43 screen , on dedicated uart . |
I fixed it, the error remained |
The wifi module code wasn't ported to Nano V3 on Marlin yet. @makerbase-mks @MKS-Sean may send it to Marlin soon. |
@rhapsodyv @Malderin @snakesrules94 |
@MKS-Sean : is it already available on MKS github for test ? my nano V3 is waiting for some tests :-) |
I have same problem o nano 1.2 if i'm trying to compile with mks_robin_nano35_stm32 env. ps. there are plans to support mks wifi protocol for colorui ? |
@th0m4sek your screen should not stay black and using lvgl and env mks_robin_nano35... can you open an issue with more details and your configs? As soon as mks send the stm32 code for their WiFi module, we will be able to work in porting it to COLOR UI. |
ok i will confirm with one more flash ad create issue. // this time it is working ok ... |
I did some more tests |
You should compile with Standard esp3d will not work with the “MKS_WIFI_MODULE” on marlin. |
I will test mks firmware next week but I sill think that it should work with esp3d in version 3 luc-github/ESP3D#523 |
Hum... I will test it next week. I just tested Nano V2 + LVGL + Wifi Module (mks firmware) and it worked 100%. I'm adding meatpack support for the cura plugin. |
Hi there ! @MKS-Sean , any news on this subject ? |
there is some problem with m configuration on fresh bugfix i was able to complie working image i'm still searching for breaking change |
and what is now the solution because i get that error? |
there is none yet, thus why this is still open. |
ok because igot a closed symbol of that bug report |
your bug report was closed because it was a duplication of this issue. There is no point having two issues open over the same thing. This issue is still open and ongoing. |
I've finally pinpointed not booting MKS Robin nano 1.2 with wifi module. |
I made some progess...
But there are more things to change. Maybe someone with more programming skills can have o look on it. |
@rhapsodyv did you look to esp3d ? is it enough to think about colorui implementation ? |
I have a nano v3 and the WiFi module. I just didn’t have time yet to do the color ui version. |
I'm going to close this as the wifi modules now compiles. |
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. |
Bug Description
Compile error with option
#define MKS_WIFI_MODULE // MKS WiFi module
In file included from Marlin\src\lcd/extui/lib/mks_ui/draw_ui.h:85,
from Marlin\src\MarlinCore.cpp:71:
Marlin\src\lcd/extui/lib/mks_ui/wifiSerial.h:38:10: fatal error: libmaple/libmaple_types.h: No such file or directory
38 | #include <libmaple/libmaple_types.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Compiling .pio\build\mks_robin_nano_v3\src\src\core\utility.cpp.o
*** [.pio\build\mks_robin_nano_v3\src\src\MarlinCore.cpp.o] Error 1
========================= [FAILED] Took 38.52 seconds =========================
Configuration Files
Configs.zip
The text was updated successfully, but these errors were encountered: