Riccardo Rizzo

Results 34 comments of Riccardo Rizzo

Tested by setting, in example GSMWebClient: - ```client.setSocketTimeout(1); ``` and ```client.setConnectTimeout(1);``` timeout reached and request not done; - ```client.setSocketTimeout(10000);``` and ```client.setConnectTimeout(10000);``` timeout not reached and request done and showed on...

Hi @Alberto-SM i checked this is a legacy of our LSM6DSM library, checking the Figure 6. Accelerometer composite filter, this line have only the effect of enable the LOW_PASS_ON_6D and...

Hi @njordan77 i looking on it, have you any particular AT commands sequence to make the issue happens? how much command you have to send to the nb in order...

thanks guys, @janakelarsson yes thank you for the help :) i think that could be useful understand in which condition @njordan77 is, i mean which command went used, core, library...

Hi @guydillen could you share the log of the at command?

HI @don i have tested the sketch and the issue seems that could be solved simply change the status of the pin by calling the API pinMode(), if you do...

Closed due to lack of feedback. @don if need reopen the issue

hi @jrowberg i have tested the PR it works as expected, make two test: - make a shorts between SCL and VCC: in this case the timeout is respected and...

yes i run on a mkr1010 the example i2cdetect of the same library, available on library manager. when yo try scl-vcc you'll see that instead of report values it start...