Would like to use a MAX8212 to switch an device on or off.
I got this picture from "Making things Talk". They used the MAX8212 with a Solarcell and an Xbee.
I tried to calculate the trigger voltage, the voltage on which the OUT Pin goes LOW. I got a Value of 1.265v but this can't be true can someone help me?
Basically, the circuit you show is a resistor voltage divider (10K, 100K) used to produce 1.15V at the desired trigger voltage. Based on those values... it's easy for me to see the same results you got... but the device will not operate at less than 2 volts... so it's clear why you say "it can't be true."
Why don't you just use your Arduino to figure that out? You can measure the Arduino's power voltage using the "bandgap" input of the ADC and back calculate to determine Vcc. You may need to calibrate your device, because the bandgap is not all that accurate. No extra parts, just a bit of code.
no, I can't use it because my Arduino is built into a Weather Station. Just every ten minutes it sends Data over an Xbee and after that it goes sleeping