AchimKraus I will look into those. I also tried getting my hands on a local IoT SIM for comparison. I have tried the sample fw from nRF Desktop, that one gave me the page (after scanning the qr code on the thingy) and I can change the led, read the button press, etc. But that was also a bit sluggish (I was still using the Onemondo SIM). I will look for more examples, but I think for my application, it should be able to handle whichever provider, and should cater to these situations where I would have limited or failed connects to the remote server.
What I did find is the preset 5 second timeouts on the tx/rx for the socket, and the 3 second timeout for the HTTP post, seems a bit borderline. I might need to fine tune it more, specially when I start sending bigger chunks of data (looking close to the MTU limit of 1358). But you’ve been a great help and resource. I hope this thread will help someone else starting with the feather and nRF in general.
I find that amount of available functions in the nRF to be very helpful, but documentation is also very sparse, and finding out which modules are used for the certain example, is also a bit difficult for me. But just having the functions available on hand is really great.
I’m coming from an STM32/Silicon Labs background where only the LL or HAL functions are available, and I had to write the drivers to interface to a modem and such. So having it readily available, is a luxury. I need to do a lot of reading over the Christmas break and find out what else do I need from the library that is not there.
Thank you for all the help and support. I really appreciate it. A blessed Christmas to you and a prosperous New Year ahead.