Mattia Pennasilico

Results 136 comments of Mattia Pennasilico

Hi @maxvaneck I'm not able to reproduce your issue with my UNO R4, seems everything is working fine. Would you check which wifi firmware version is running on your board?

superseded by https://github.com/arduino-libraries/ArduinoIoTCloud/pull/520

@bmitov @finnandreh @RonsTek Did you had the chance to test #465 ?

@brinata I think I was able to reproduce your issue and I've proposed a fix in #975 . The PR needs to be used with some other changes in the...

> module already connected > > if you call the GSM.disconnect() function, then the library is not able to recover its initial state and the only way to re-initialize the...

@brinata also make sure to call `GSM.end() ` after `GSM.disconnect()` and before the new `GSMbegin()` retry.

Hi @brinata I was able to reproduce the issue and found a fix. I've rebased https://github.com/arduino/ArduinoCore-mbed/pull/975 on the main branch included your suggestion to disable ^SYSSTART urc on shutdown and...

Hi @brinata, I've updated https://github.com/arduino/ArduinoCore-mbed/pull/975 and https://github.com/arduino-libraries/Arduino_ConnectionHandler/pull/131 to address your requests. - Emergency reset is disabled by default, and no more triggered each time begin() fuction is called. I've addad...

Hi @brinata Thanks for the feedback, I will verify and let you know!

> @fabik111 could you check why spellcheck workflow is failing? I think it is related to this https://github.com/arduino-libraries/ArduinoBLE/pull/376#issuecomment-2522983728