As far as I can tell, to read the Lipo battery voltage, I enable the Vext pin( digitalWrite(36, LOW) ) in setup(), then do analogRead’s on pin 1. But this just seems to give a floating voltage value, ie. it varies greatly each time I run the code. (I also have adcAttachPin(1) in setup()).
On the Stick Lite V2, this all worked fine, but with Vext on pin 21, and analogReads on pin 37.