Hi all,
I am curious about the storage capabilities of the Nordic Thingy. I would like to store information about the received messages like a timestamp. How much data can be stored on the Nordic Thingy?
Best regards,
Jan Kappé
Hi all,
I am curious about the storage capabilities of the Nordic Thingy. I would like to store information about the received messages like a timestamp. How much data can be stored on the Nordic Thingy?
Best regards,
Jan Kappé
Have you checked the documentation?
If there's no external storage, then you'll be limited by the nRF52832's internal memory - how much is left after your application's requirements.
If you need non-volatile storage, there's the Flash Data Storage library for using the chip's internal Flash....
Hi awneil,
Thanks for your answer. Am I correct when I state the following:
My Segger Embedded Studio project says my code is about 184.8K code and 35.8K data (see picture below). The nRF52832's specifications say it has 512kb flash memory. So I would have 291.4kb to store data?
Jan
You've got 186kB of flash to spare. I do not know how much RAM the Thingy uses, but you should have enough left to do whatever you want to do.