Stefan Misch

Results 15 comments of Stefan Misch

As far as I know Tasmota is for ESP8266 devices. PiSquare is mainly for the RP2040. Sure, it also has an ESP8266 but so far, there's no documented way to...

Hi @rsoric , both URLs return a specific Content-Length in the response headers ![image](https://github.com/SolderedElectronics/Inkplate-Arduino-library/assets/727668/1f4c236a-00cb-4dc2-98a9-60c6f8662202) Here's an example where the response header Content-Length is not set. Instead it's using "Transfer-Encoding: chunked"...

I was able to solve my problem by simply refactoring my server side code so that the content is not sent chunked. I would assume the other commenters here did...

When I run this command I get a couple of failed tests. ``` [error] Could not run test org.arnoldc.LogicalTest: java.lang.UnsupportedClassVersionError: Hello : Unsupported major.minor version 51.0 ``` So I modified...

that did the trick! I still had 1.6.0_26. But with 1.7.0_51 that I have now the arnoldc files compile :)

I think those findings should become part of the Readme.md. What do you guys think?

Showmewebcam still uses the (somewhat proprietary) tools directly from the Pi Foundation that are only available for the official Pi cameras. ArduCams use the Video4Linux framework which is the de...

Thanks for getting back Somewhere deep in another issue someone mentioned that chunked transfers were not supported. I've since modified the PHP script to return the file size in the...

I've tried loading a few images through HTTP and HTTPS without success. The examples show up the [image frame example](https://github.com/SolderedElectronics/Inkplate-Arduino-library/blob/master/examples/Inkplate6COLOR/Projects/Image_Frame/Image_Frame.ino) works just fine but as soon as I point the...

Going back to my test project - after 2 weeks - I realized that my HTTP connection was automatically upgraded to HTTPS because I set it up years ago and...