diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a554b..de355ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ All notable changes to this project will be documented in this file. - ModBus read register 14: Status bits - ModBus coil register 0 : enable/disable heather algorithm -## [0.2.2] - 2023-01-21 +## [0.2.2] - 2024-01-21 ### Fixed diff --git a/build-doc/template/template.html b/build-doc/template/template.html index b99e287..e697449 100644 --- a/build-doc/template/template.html +++ b/build-doc/template/template.html @@ -68,7 +68,7 @@ $if(title)$ $endif$ $if(website)$
  • - Back + Back
  • $endif$ diff --git a/build-doc/weather_station.html b/build-doc/weather_station.html index 4ed1579..e29cd08 100644 --- a/build-doc/weather_station.html +++ b/build-doc/weather_station.html @@ -63,10 +63,10 @@ PDF version
  • - Git repo + Git repo
  • - Back + Back
  • @@ -512,7 +512,8 @@ alt="Microcontroller" />

    Both the signals from the rain meter and the cup anemometer are connected to interrupt pins of the micro-controller. The signal from the -rain meter is lightly filtered by C8.

    +rain meter is lightly filtered by C8. The output of the wind vane is +connectd to an analog input of the micro-controller.

    The ModBus address can be set by DIP switch J9.

    Theory of operation - Software

    @@ -774,10 +775,10 @@ by 10 or 100 to get the floating point values.

    Prototype

    I wanted to locate the weather station at about 100 meters from the house. That meant that interfacing the weather station was not just a -matter of connecting a wire to it. And 100 meters is a bit much for a -wifi connection either. As I already had experience with LoRa I opted -for that. But not LoRaWAN, but LoRa APRS. This is a ham radio network -that I often use. I even run my own digipeater. So LoRa APRS it is.

    +matter of connecting a wire to it. And 100 meters is also a bit much for +a wifi connection. As I already had experience with LoRa I opted for +that. But not LoRaWAN, but LoRa APRS. This is a ham radio network that I +often use. I even run my own digipeater. So LoRa APRS it is.