Hi everyone,
I am trying to create a system to collect data from different sensors and store them in a FRAM. Then by using SPI, I want to transfer the data to the nRF52832 development kit and immediately send them by BLE. And, finally after transmitting the data put the nRF radio device in off mode to save power consumption. this is critical in my project because we wanted to use a battery for nearly a month. So the algorithm is waking up the nRF, transferring data by SPI, Sending data by BLE, and again putting the device in off mode. is there any difference between idle mode and off mode? and how can I wake up the system to repeat this process?
I am trying to use UART example as a base project. is it possible to mix spi communication with nus service? does anyone have experience with this kind of project?
Thank you