Hi
I some problem with my sketch when I using WiFi.
Everything is working well on sketch, until I’m connecting my Arduino giga on a browser.
Let me try to explain…
I can use the web page have done. No crash.
But on one page I’ve some request need to be execute automatically have a crash on the board.
And also when I’m connecting, I can use remonte controler, my program carry on but it’s like my IRremonte have been swtich off.
It’s only happen when I’m connected to the server….
Have change the timing on my script.js it’s better but crash again.
I wondering if I split my principal sketch on M4 and my WiFi sketch on M7 it’s will be better…!?!
But I’m not sure about how have to do…
If I understood M4 cannot run WIFI.
So I would like to use RPC.
Anyone have try that?
M7 for running WiFi
M4 for running the principal program?