Hello, I have in a multi-sensor application some actual data (including RTC) which appear continuously and which have to be saved in an external RAM connected by I²C. All these data for one time take 20 Bytes and build a data set. Up to 1024 data sets shall be saved; an external device like a Tablet or a Smartphone shall read them all or only a part of it. I saw the interesting blog devzone.nordicsemi.com/.../ but unfortunately this is for nrf51 and with encryption - in my project the encryption is planned much later. My questions are:
- Is there any example with code, which shows how to implement this?
- Is it possible to preview already the encryption for the future? Thanks in advance