I am developing a battery powered application using the Nordic UART Service.I intend to use the ble_uart peripheral example as it is , modifying it as per the application.The peripheral is battery powered and has to do both receive & transmit tasks intermittently.
My questions are:
1] Is the example application power optimized?Can i use it off the shelf? 2]If not, then how do i bring down the power to lowest values possible?
i wish to have the NRf51822 chip to wait to receive data as when it is available and i am not using flow control..
Any suggestions..