Just getting started on Xbee with remote temperature sensor project. Have looked at Digi's documentation but can't find an answer to this question:
I realize that in Sleep the Xbee radio uses only about 10 uA. But my voltage reference and analog temp. sensor (TMP36) together may draw 300 uA. So...can I set an Xbee digital pin to be always High and then use this to power voltage ref and sensor? This table from Xbee documentation:
AT Command: ATD5
Parameter Configuration
0 Disabled
1 Associated Indicator
2 ADC
3 DI
4 DO low
5 DO high
I'm concerned that mode 5 is just setting the polarity of the digital output.
Any suggestions gladly taken!