What hardware should I use for my project?

Hello everybody,

I want to build a wether station using Arduino that transfers the data like temperature, air pressure and humidity via WiFi to a server.

What Arduino hardware can you recommend to buy?

Since the weather station is running using solar power, it should be a Arduion board which needs very little power, so their should be no unnecessary displays etc..

Can you recommend a board which is capable of using WiFi connections and were one can add sensors for the temperature, air pressure and hummidity?

Thank you,
Thomas, DL3TL

Hands down, the ESP32. Choose some board you like. Try to get one with decent documentation.

2 Likes

You can use ESP32

1 Like

Any ESP32 development board would work, a controller only board would result in the smallest power consumption.

1 Like

Good point. You can get the ESP32 module versions too, and incorporate one on a custom PCB.

1 Like

Take a look at the Adafruit ESP32-S2 Feather with BME280 Sensor it has everything you need + more

I'm currently using one of these to monitor Temperature, Humidity, Pressure, Battery voltage & % of battery charge. My app uploads this data once every 600 seconds during the cycle the ESP32 is put into Hibernation, so reducing power consumption down to around ~60uA

See HERE for further details.

HTH?

1 Like

Here is a bare bones ESP32 PCB made a while back:

1 Like

Thank you all for your input. Have a nice day.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.