Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By costycnc
#81552 Hi all!
Exists a function that can stop wifi for a small time and reactivate wifi again after this pause?But without restart , because is code that running in background.
I search first in all forum "disable WIFI" but not find any response in forum ...
So ... I create a program for esp8285 for my costycnc foam cutter.
The code is here https://github.com/costycnc/costycnc-esp8255-grbl
So ... the user upload a gcode file in module , and program read line by line and commands motors ...
The time of read and execute commands (cut polistirene) is few minutes , and all commands is read from memory , so ... wifi is not necessary!
I see that when code is reading (machine cut foam) exists some small pause in code executed( machine is stop for half of second from time a time) and is not good for a fine cut ...
I presuposed that wifi is activated from time to time to checking is new messages from outside ... and keep busy the processor for the small time!
So ... exists a function that can stop wifi when machine begin cut and activate wifi when machine finished cutting?