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?
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