User Tools

Site Tools


chip:weatherstation

This is an old revision of the document!


Making a Digital Anemometer with Raspberry PI Zero

Intro

I want to make a digital anemometer with raspberry pi zero. The idea is to left the device in the wild and this device must send back to me reads of wind velocity and direction remotely vía cell modem.

In other words, the device must have:

  1. Solar panels and a battery: the device must be self-powered
  2. Some kind of power management: to stabilize the power of the battery and adapt it to the raspi and to the modem
  3. A hsdpa modem: to provide internet connectivity
  4. Some SBC: raspberry pi zero is a great candidate

Making some calculations

I need to guess how much power the raspberry pi plus the modem will consume.

DevicePower consumption
Raspberry Pi Zero 120 mA (0.7W) from (here)
Hsdpa Modem 120 mA (estimated)
Power Source 60 mA (estimated)

So… I've overestimated the comsumptions of the modem and the power are estimated, but based on [https://grunenberger.net/2014/02/24/4g-3g-2g-power-consumption/|what have this guy here], the estimation for the modem is somewhat correct.

The overall consumption per 24h of work of this circuit we have (300mA * 24h = 7200mah), so I need a cell panel that can produce this quantity of energy per day. Because I have no idea on how to make this calculation, I will try with a 6W panel and a pb battery

Quiero ver si es viable construir una estación meteorológica que cuente con estos requisitos:

  1. medias de presión, humedad, temperatura y dirección y velocidad del viento
  2. lo más económica posible
  3. solar-powered, que se pueda poner autónomamente en el campo
  4. que transmita los datos a través de internet

Para ello he pensado utilizar los siguientes elementos:

  1. Celula solar (posiblemente esta sería adecuada) –> 28 euros
  2. Una bateria lipo de 8000 mah aquí hay una de 1100, usaríamos 6 para comenzar, –> 20 euros

Total: más de 200 euros

chip/weatherstation.1520707920.txt.gz · Last modified: 2022/12/02 22:02 (external edit)