Mitch Bradley
Mitch Bradley
I mean that the Google Wifi node is trying to access a web page on the FluidNC device, as if the node were a browser. Using pseudo-web-pages like that is...
Oh, sorry, I wasn't paying attention and thought that this was a corresponding issue on our FluidNC repo. FluidNC is CNC machine control firmware that runs on an ESP32 wifi...
Yes I am reading it but I don't have much time to do anything about it.
If it is a watchdog reset then something is probably blocking so the core wifi code cannot run periodically. Normally, when you run mqtt-loop, it calls do-tcp-poll which includes "ms"...
I too have had problems that were solved with a capacitor. In my case it was an ESP32 on a D1 Mini form factor module. The module had too little...
Yes, I have used cooperative MT with an active pause. I don't use it often, but all of my Forth systems are set up so pause can do the right...
I updated the multitasking code for CForth. Pull the latest commit and look at src/lib/test-tasking.fth
asleep, (pause, and link are defined in forth.c according to the part of the commit shown below. You will need to recompile to get them. 
(pause is the correct name.
- I don't understand the "swap" after open-com . The stack diagram for ! is ( n address -- ) - Your code has no error check of the value...