Data storage on BG95-m3

Hi, just started building a prototype on the bg95-m3 module using QuecPython. Is there a standard way for storing data like sensor measurements on the module? I guess using the uio functions would work, but is there a better and more efficient way of storing data?

Thanks in advance!

hi, Oscar

Do you mean using BG95M3 to store data?

The data can be stored using the file system inside the module or through the external flash, which way do you want to use?

Yes exactly, are there limitations on storing data on the file system? I’m trying to figure out the most efficient way to store data. Basically what we need is to write measurements every 10 minutes and read the values every hour or so.