|
Post by amadeus on Jul 9, 2022 13:49:29 GMT
Hi there, recently i have tried the SIM7000G shield and its working well and able to run the IoT_example code.
But one thing i realized that the code is 82% for global variables which is too memory intensive and might cause instability issues.
Is there any way to reduce the memory usage without swapping to arduino mega since i'm using a Uno in this case?
|
|
|
Post by Botletics on Jul 9, 2022 16:13:04 GMT
That really depends on your use case, but chances are there are some things you won't need in that example, in which case you could comment out/delete the extraneous lines of code to reduce memory usage.
|
|