Other Parts Discussed in Thread: CC2540
Hi,
I am currently working on a project with a CC2540.
I would like to make sure I have no misunderstanding with the BLE protocole and/or the CC2540.
We will call the project: XX
What I want to do, is make a mobile phone (Master) exchanges data with my board XX (Slave).(of course when we will get some mobile phone BLE)
My board XX will be power up by a cell coin, so my main preoccupation is the consumption.
What I imagine to do is: to get my board in Power Mode 2 (sleep Timer ON) (0.9µA) all the time and every 10s my board do a "wake up" to check if the master (mobile) want to talk to XX. The mobile and XX has been coupled once before (1 time for ever)
If the BLE mobile is not active, XX goes back to Power Mode 2
If the mobile try to talk to XX, a connection is establish and datas are exchanges.
Once the exchanges are done, XX is going back to Power Mode 2
Does my steps are realist?
By my understanding, with the excel sheet calcs consumption I found an average current of 3.5µA per hours which give me a battery life time of about 2000 days.
Does this make sense?
Thank you to give me your opinion on my case.
(I hope to have been clear enough)