Hai guys,
I am using nrf51dk, S130, and Keil to develop a simple project. My aim is to send the sensor data from the nrf51422 to the mobile app.
when no mobile is available and no data change happens on sensor the nrf device should sleep. When ever a data change ocucrs the nrf51 device should wake up from the sleep mode and send the data to the already paired device, if it is available. As per my understanding the wake up can be done using the gpio interrupt from the sensor while a data change happens. Once if the nrf device is wake up from the sleep/power cycling it should search for the already paired device and start sending data over ble to the paired device.Is it possible? If it is possible please let me know how can I achieve this?
Thanks and regards,