Riccardo Rizzo

Results 34 comments of Riccardo Rizzo

Hi @Dorokun192 can you give more details and context? and a sketch to test it? have you followed a tutorial?

@Dorokun192 as i understand your purpose is to send a field called heartbeat from the board to the cloud correct? have you try simple to declare a field called heartbeat,...

Hi @jiferrero i make some test with a nano 33 iot and with a wifi1010, it works fine in both case, i have used the following library and core version:...

Hi @kapecNe , thanks for open the issue, could you please share a minimal sketch that reproduce the issue and the file that you are using?

Hi @alanoatwork, i'm work on this issue, could you test the same sketch by imposing a timeout adding in the ```connectGSM()``` ```gprs.setTimeout(180000); ``` and ```gsm.setTimeout(180000)``` this should allow to come...

@alanoatwork yes exactly in this way.

Hi @zolanet like replied here https://github.com/arduino-libraries/MKRGSM/issues/31 for the special character, we doesn't support the extended character set because the read() function use a buffer of bytes, you could implement a...

sorry for late resposne, @zolanet you should check the value in incoming buffer like: .... if ( _incomingBuffer[_smsDataIndex++] == **special_Char_code** ) { return **the value you need** } return (...

@zolanet i make some test i got the following results: - with the actual configuration the character set by the modem allow the to receive only ** GSM default alphabet...