I am designing a wireless sensor mote of my own .i am powering that with 240 mah battery.Is there any technique to measure minimum capacity of the battery to power the mote in real time
1> What exactly is minimum capacity in your Perspective?
a>whether the nodes alive for long duration without any activity having X mah capacity b> whether the node required X mah capacity to do some operation before it is useless
2> For what type of applications your are using sensors?
I have implement some sleep algorithm in my controller. controller needs minimum of 1.8V for its operation. i am designing this for healthcare application
U need to look at power required for sensing, communication, data collection and processing. For that you need to known how many nodes are in active state, idle state , sleep state because your application is for health care it could include several nodes.
Is the minimum requirement only to initialize the network .