probleme with setBatteryInternalVcc(false)
NodeManager
3
Posts
2
Posters
1.0k
Views
3
Watching
-
Hello, I do not understand why the voltage measured by my node on input A2 does not correspond at all with that measured by my multimeter (I specify that I use the method of divider bridge as explained in the battery chapter). Here is my code
nodeManager.setBatteryMin(0.25); nodeManager.setBatteryMax(1.1); nodeManager.setBatteryInternalVcc(false); nodeManager.setBatteryPin(A2); nodeManager.setSleep(SLEEP,1,MINUTES); nodeManager.setPowerPins(4,5,100); nodeManager.registerSensor(SENSOR_DS18B20,3);I had no problem with the internalVcc(true) but i need to power my node with a booster, so it's not possible anymore.
Thank you for helping -
The problem is resolved, I use the jmodule and I was mistaken on the implementation of analog inputs. Sorry to make topics useless!