Mattia Pennasilico
Mattia Pennasilico
@Isaacbg84 see [answer](https://github.com/arduino-libraries/ArduinoIoTCloud/issues/314#issuecomment-1091154471) above. Using the method above you will get the Client ArduinoCloud is using to connect to the mqtt broker, if you need to keep ArduinoCloud and another...
rebasing on master and dropping: https://github.com/arduino-libraries/ArduinoIoTCloud/pull/339/commits/c2e261b07dc37b73c7c8e70beed443327fac84b7 https://github.com/arduino-libraries/ArduinoIoTCloud/pull/339/commits/c2ee68b242143ca9b6f52a92ed787a352a68551d
Hi @milanbx I've created this draft PR https://github.com/arduino-libraries/ArduinoIoTCloud/pull/405 that should do the trick. Not yet finalized, but i've tested with a couple of boards and it is working. > I...
> Thanks @pennam a lot! If you give it a try, let me know if it works for you!
> I have tried it and works fine! Good! Thanks for the feedback > I'll wait for the PR to complete to update libraries... I'll try to complete the PR...
@scarolan it looks like you are not using [this](https://github.com/arduino-libraries/ArduinoECCX08/blob/master/examples/Tools/ECCX08SelfSignedCert/ECCX08SelfSignedCert.ino) example to generate the CSR. Can you share your sketch and your ATECC608 configuration?
Closing this because `c->connected()` should return true if client socket is truly connected or there is data available in the read buffer.
Hi @ShahabYahoo running `openssl s_client -showcerts -connect opencellid.org:443
Last size deltas from here: https://github.com/pennam/ArduinoIoTCloud/pull/9 **Memory usage change @ 249bae3723b12fc4741f776f8aa926ca96b61835** Board|flash|%|RAM for global variables|% -|-|-|-|- `arduino:esp32:nano_nora`|:green_heart: -203716 - -201708|-6.48 - -6.41|:green_heart: -9840 - -9824|-3.0 - -3.0 `arduino:mbed_edge:edge_control`|:green_heart: -192 -...
Flash decrease due to URI parser removal. RAM increase due to switch from mbed TLS client (buffers dinamically allocated at runtime) to BearSSLClient (buffer statically allocated at buildtime )