How I Made a Fully-Functional Arduino Weather Station

by Francisco Sanchez Clariá



The author is enjoying kitesurfing. He forgot one essential requirement: wind. And that’s where we have our problem: you never know whether or not there will be wind unless you live right by your favorite kitesurfing spot. So, He needed to know the wind conditions of my favorite kitesurfing spot—in real time. So I decided to build his own weather station.


Measuring weather in real time—in a hostile environment

The goal was to deliver real-time weather data to the browser at home:

Before I get into the specifics, let’s take a moment to consider the key questions and caveats involved in a project like this:

  • How can I create a weather station that it is neither valuable nor attractive to a thief?
  • How can I keep hardware costs and development time to the minimum?
  • How can I measure and access weather data in real time and display it in a useful way?
  • Required measurements: wind and wind gusts, wind direction, rain, atmospheric pressure, temperature, humidity

    • Connect station to Internet
    • Store and retrieve local weather data
    • Communicate between weather station and server
  • How can I reduce maintenance to (almost) zero?

    • Manage hanging of software
    • Manage loss of connectivity
    • Manage loss of energy supply

Learn More

Goto Original


 

블로그 이미지

MidnightCow

위즈네트 칩(W5300, W5200, W7100, W7500) 개발자

,