Mini Weather Station
-
-
@ jtm312
Dear..
Great project!
I print your station, very good quality!!!How is the battery?
Do you have options to reduce the power?
Is this sketch the best option?
Do you have a list that i need to buy so i can build this nice station?Thanks!!!
@Dylano Thanks.
I get 3-4 months from a battery by just removing the 2 LEDs from the arduino. Could probably do better running it from 2 AAA batteries and removing the voltage regulator as well. To save more power, you could also increase the interval between sending updates to the controller.
To build it you need:
- Arduino Pro Mini
- Humidity Sensor – DHT22 Aliexpress
- list itemPressure Sensor – BMP180 Aliexpress
- Prototype board & Battery Connector
Connections:
- Radio connected as http://www.mysensors.org/build/connect_radio
- 3.3V to sensors from arduino
- Battery Sense - A0 - connected as http://www.mysensors.org/build/battery R1=1M * R2=100k
- BMP085 - SCL - A5
- BMP085 - SCA - A4
- DHT22 - D3
-
Think about to replace your DHT22 with a less current hungry sensor
HTU21D cold be a good choice (But only running 3,3V) -
If you at some point redesign the nice looking weather station, I recommend:
1)To place the battery in the top, to avoid battery corrosion
2) Make a little hole in bottom for water condensation trip out hole -
The pro minis have an onboard voltage regulator (raw input). The specs say that they are good for up to 12v for either the 5v or 3.3v version. I used a 3.3v version as it made the rest of the interface easier.
-
I am curious what kind of battery life you are getting with the 9 volt battery? I tried a sensor with a 9 volt battery and the useful battery duration was less than ideal.
@dbemowsk said in Mini Weather Station:
I am curious what kind of battery life you are getting with the 9 volt battery? I tried a sensor with a 9 volt battery and the useful battery duration was less than ideal.
Typical capacity is around 550mAh for alcaline version. All extra voltage is wasted in the linear regulator so you end up with less than half the capacity of 2 AAA or about 20% of the capacity of 2 AA. Not a good choice imho, better switch to i2c sensors like si7021 or BME280 like MikeF did to have much lower power consumption and much lower voltage requirements and use 2 AAA. And the lower the voltage is, the lower the current consumption is for Arduino, radio and sensor so in the end instead of having 4 months of battery life you can get 2 or 3 years with 2 AAA.
-
I had tried a 9 volt when I was building my temp/humidity sensor node and the battery didn't last for crap. At that time I was using a DHT22 with a 5 volt pro mini. I have since switched to an HDC1080 and a 3.3 volt pro mini with 2 AA batteries and it works GREAT. Here is the project if anyone wants to look.
https://forum.mysensors.org/topic/6485/hdc1080-battery-operated-temp-humidity-sensor-with-wall-box -
I am curious what kind of battery life you are getting with the 9 volt battery? I tried a sensor with a 9 volt battery and the useful battery duration was less than ideal.

