Mattia Pennasilico

Results 136 comments of Mattia Pennasilico

Thanks for your contribution @zfields

Hi @zfields can you add a bit a context about the need to change `_intervalRetry`? I was thinkiong to add a configuration define inside [AIoTC_Config.h](https://github.com/arduino-libraries/ArduinoIoTCloud/blob/master/src/AIoTC_Config.h) . What do you think...

> @pennam If you don't want this change, will you let me know so I can delete it and stop maintaining the branch? > > Or if it needs to...

Hi @Channel59 thank you so much for your contribution! I took your commits and squashed a bit, also fixed patch numbers and added support for wifi. If everithing works and...

which library version and core version are you using?

@schnoberts1 thanks for the heads up. #1034 should fix the build issue. The point is the M4 do not support WiFi so ping will never work. Enabling `MBED_CONF_LWIP_RAW_SOCKET_ENABLED` also for...

There is not builtin support, but it is possible. Take a look to: - https://github.com/arduino-libraries/Arduino_ConnectionHandler/pull/41 - https://github.com/arduino-libraries/Arduino_ConnectionHandler/pull/70

for which board are you trying to build the sketch?

The [Arduino Nano](https://store.arduino.cc/products/arduino-nano) and all AVR boards are not supported by ArduinoIoTCloud. The Nano in particular does not have enough RAM to complete a TLS handshake. You can find the...