Humidity / Temperature Sensor
-
Currently I'm using rechargeable AAA, which will be switched soon, as the sensor is working fine.
Why would you switch the batteries?
5.2V / 4 = 1,3V so still quite full.
These batteries are low-leakage batteries so provided the initial charge is fine and current consumption the lifespan should be good and at least 50% of that of good alkaline batteries
-
@gadu I'm using a MySmartUSB MK3.
@daulagari I'm using rechargeable ones as long as I'm not sure how good my device is working.
-
I power DHT22 from arduino pin. It help make economy battery. When controller sleep, power pin set to low.
If using 3.3 power - no needed R2
If you use CR123A accomulator. You will not need Regulator and the device will be smaller
-
Does the DHT22 work with 3v? I thought it needs at least 3.3v. I will test that!
-


My devices


-
I think the comment in the routine
void measureBattery() {
// R1 = 1MOhm, R2 = 220 kOhmShould be
void measureBattery() {
// R3 = 1MOhm, R2 = 220 kOhm(R3)
Is it possible to add (comment out) some lines how to calculate the battery percentage and send this via gw.sendBatteryLevel (batteryPcnt)
Great sketch!