I’m connecting to the internet with the LTE Bee module and using the ArduinoHttpClient library to download a configuration file for my logger. The download works fine exactly once. After the first download, it seems like the LTE module “resets” in the sense that prior to the second download reading the signal strength returns 0% and the modem no longer has a valid IP address. The modem object is declared globally so it’s not going out of scope or any weirdness like that.
Does anyone have experience with the combination of the LTE module and ArduinoHttpClient?
Thanks, -M