SheetLightning
SheetLightning
Thanks for your tests with the W5500 vs the W5100. The results of your test with the W5500 is how I would expect it to behave, but as you have...
It was worth a try, but just tested with 1.1.2 and with 1.0.5 and unfortunately yes, it does occur with both of these earlier versions as well.
I raised a case with the people over at WizNet and having investigated the problem, they seem to think this is related to the Arduino library: > I think we...
Just wanted to add that I also tried compiling this on a Linux machine (Debian Bullseye) and got exactly the same error output.
Ok I think I have solved this. The solution was to use the latest version of the Pico SDK (1.5.1 at the time of writing) as linked from this Github...
UF2 files get built when the project has been successfully compiled. I got beeb.uf2 and master.uf2 as well as other variants with differing display resolutions along with .hex and .bin...
In case anyone is still interested in this, I think I have made some progress in identifying the issue although it has been a bit long- winded. Since httpsRedirect is...
PS, you might also want to correct this which I found in void HTTPSRedirect::getResponseStatus(void){}, lines 341 and 342 : ``` unsigned int pos = -1; unsigned int pos2 = -1;...
Thank you for the responses. BasDeBass, I have appended my test code, which can be considered an updated minimal test case. [main.cpp.txt](https://github.com/electronicsguy/HTTPSRedirect/files/9414574/main.cpp.txt) This attempts 3 re-tries, but even then sometimes...
Just an update. I tried adding: WiFi.mode(WIFI_STA); delay(200); to the code, but unfortunately this made no difference. I am still getting random errors including the one in the title of...