Question
How to store sensor data?
Hello, I use STM32WL55 board. Now every data that I get from sensor is sent immediately. I want to accumulate data for five minutes and then send in bulk all every five minutes. I have problmes to save the data succesfully, how can I do it that microcontroller saves data and send it all in intervall. Any suggestion how to start or where to research please? Thank you