Mattia Pennasilico

Results 136 comments of Mattia Pennasilico

Thanks for your contribution @bobo . I've merged #72 that fixes the same issue covering more usecases.

@oxr463 you can use the [cloud-cli](https://github.com/arduino/arduino-cloud-cli) to create your ota binaries ``` ./arduino-cloud-cli ota header-encode --help encode header firmware to make it compatible with Arduino OTA Usage: arduino-cloud-cli ota header-encode...

merged as https://github.com/arduino-libraries/ArduinoBLE/commit/e1cbac4a4041bf629c097b54cdf734fa505e5f20

Hi @dirkvdb if you move to `/tmp/mbed-os-program` and type `mbed compile` you should get a more detailed error

Hello @Sternie73, this is very strange, i've tested your same example with my Giga R1 WiFi and i'm able to create and AP with the following credentials SSID:`test` PWD:`12345678` Is...

@razvanphp are you getting the same results using WiFi? or WiFi is working good? If it is i would say the root cause is probably at lower level than LwIP.

@schnoberts1 the 30s timeout comes from the Http library, you can get rid of it adding `httpClient.setHttpResponseTimeout(1000);` to your sketch. I'm still investigating about the `NSAPI_ERROR_NO_SOCKET` return value but i...

@JAndrassy yes HttpClient sends the "Connection: close" header. I think I've found the rootcause, and it is server side, in fact `httpforever.com` keeps sending `TCP Keep-Alive` messages, and thus connections...