makerbase-mks / MKS-DLC32

MKS DLC32 motherboard kit, which is an offline engraving master control kit developed for desktop engraving machines. The hardware is equipped with a 32-bit high-speed ESP32 module, integrated WIFI function, and directly drives a 3.5-inch touch color screen; it can realize fast engraving and WEB web pages. Control, mobile phone APP control and other functions.
https://www.aliexpress.com/item/1005003183498253.html?spm=a2g0o.store_pc_home.productList_8356958.pic_0
281 stars 112 forks source link

How to turn on WIFI via cmd? #12

Closed automics closed 3 years ago

automics commented 3 years ago

Hi, I have no touch display, how to enable WiFi through the console?

$I [VER:1.1.2021051202:] [OPT:PHSW] [MSG:Using machine:MKS DLC32] [MSG:No Wifi]

JuananBluenoa commented 3 years ago

https://github.com/bdring/Grbl_Esp32/wiki/Settings

derFrickler commented 3 years ago

Are you sure? Guess it's not running grbl_esp32

automics commented 3 years ago

[ESP115] - Turns the WiFi ON or OFF

No connection, why is SSID not displayed? $I [VER:1.1.2021051202:] [OPT:PHSW] [MSG:Using machine:MKS DLC32] [MSG:Mode=STA:SSID=:Status=Not connected:IP=0.0.0.0:MAC=7C-87-CE-12-9B-A8] ok

JuananBluenoa commented 3 years ago

to connect to an access point (STA mode) $ESP100=YOUR_SSID or $Sta/SSID=YOUR_SSID to create an access point (AP mode) $ESP105=newssid or $Ap/SSID=newssid

automics commented 3 years ago

After the reset, the connection was established!

[ESP444]RESTART ... [ESP115]ON [MSG:Client Started] [MSG:Connecting winet] [MSG:Connecting.] [MSG:Connecting..] [MSG:Connecting...] [MSG:Connecting....] [MSG:Connecting.] [MSG:Connecting..] [MSG:Connecting...] [MSG:Connecting....] [MSG:Connected with 172.16.0.41] [MSG:Start mDNS with hostname:http://grblesp.local/] [MSG:SSDP Started] [MSG:HTTP Started] [MSG:TELNET Started 23] ok WebUI connected!

ahmetbozaci commented 2 years ago

@automics Hello ı dnt have tft too. How did you open wifi. I check the this page I try some codes but ı cant see board wifi in wifi list. I appreciate if you write how did you do that. image

ahmetbozaci commented 2 years ago

@automics Hello ı dnt have tft too. How did you open wifi. I check the this page I try some codes but ı cant see board wifi in wifi list. I appreciate if you write how did you do that. image

I connect finally.If somebody cant connect

1. $ESP444=RESTART
2. $ESP115=ON  
3. $ESP100=your_ssdi_name
4. $ESP101=your_ssdi_password
5. $ESP110=STA
6. $ESP444=RESTART 
7. $ESP115=ON

Maybe it can work after step 5 but for me ı have to restart. Then open wifi you will see ip address in grbl console. I can connect with computer but mks laser app not working.