Open Source Weather Station: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Added some more categories and information to the page)
(Added some more information)
Line 55: Line 55:
==Sensor Modules==
==Sensor Modules==
===Air temperature===
===Air temperature===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Relative humidity===
===Relative humidity===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Vapor pressure===
===Vapor pressure===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Barometric pressure===
===Barometric pressure===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Wind speed===
===Wind speed===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Wind Direction===
===Wind Direction===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Gust/Gust Liklyness/Frequency (Via Software from other wind stuff) ===
===Gust/Gust Liklyness/Frequency (Via Software from other wind stuff) ===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Solar Radiation (General Brightness, and/or UV brightness) ===
===Solar Radiation (General Brightness, and/or UV brightness) ===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Day/Night Time/Cycle (Via software from solar stuff) ===
===Day/Night Time/Cycle (Via software from solar stuff) ===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Precipitation (any form, with differentation) ===
===Precipitation (any form, with differentation) ===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Lightning Strike Counter===
===Lightning Strike Counter===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


===Lightning Strike Distance===
===Lightning Strike Distance===
*
*Standard PCB + Custom Mount / Leads for Module Specific Stuff


=BOM=
=BOM=

Revision as of 15:48, 28 May 2020

Basics

  • A "weather station"
  • Essentially a self contained sensor suite
  • Is modular, but should measure most/all of these things:
    • Air temperature
    • Relative humidity
    • Vapor pressure
    • Barometric pressure
    • Wind speed
    • Wind Direction
    • Gust/Gust Liklyness/Frequency (Via Software from other wind stuff)
    • Solar Radiation (General Brightness, and/or UV brightness)
    • Day/Night Time/Cycle (Via software from solar stuff)
    • Precipitation (any form, with differentation)
    • Lightning Strike Counter
    • Lightning Strike Distance

Off the Shelf Options

Closed Source

  • The - unknown cost

Existing Open Source Designs

GreatScott

Open Green Energy

DigiblurDIY

Minimum Viable Product

  • "Self Contained" ie is one unit, often on a post
  • Lots of Networking Options Via Modules (NONE (just storage on sd etc) , Wired XLR, Wired USB , CAN BUS or Ethernet etc
  • All sensors are modular
  • Can handle any* weather (* being whatever is desired by end user)
  • Durable
  • DIY (or premade)
  • As low cost as possible
  • Modular

Basic Design

General Overview/Conceptual Design

  • Stacked "modules" similar to Arduino Shields and Rasberry Pi Hats
  • Each is sealed (need to determine weatherproof connectors
  • Either the modules are "flush" or there is a seperate shell/cover
  • Arduino and/or Raspberr Pi as the core computer/microcontoller (unless a custom board is used)
  • The main controlls and electronics are in one module
  • Cables is in another
  • Optional Onboard Storage is on another
  • Each wireless thing is a module
  • Max "stack" no more than 50cm excluding the pole for mounting, and any antennae etc

Sensor Modules

Air temperature

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Relative humidity

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Vapor pressure

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Barometric pressure

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Wind speed

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Wind Direction

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Gust/Gust Liklyness/Frequency (Via Software from other wind stuff)

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Solar Radiation (General Brightness, and/or UV brightness)

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Day/Night Time/Cycle (Via software from solar stuff)

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Precipitation (any form, with differentation)

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Lightning Strike Counter

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

Lightning Strike Distance

  • Standard PCB + Custom Mount / Leads for Module Specific Stuff

BOM

Initial Guess/Rough BOM

V-BOM

CAD

Code

Internal Links

External Links