Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  Basic dump of data to serial console and LCD indicating RX success
  •  MQTT repackage data and forward to broker
  •  Persistent rainfall data collection and management
  •  Removal of LCD screen support as normal sender does not have this
  •  Possibly bring wind vane calibration into this module vs. The station itself???
  •  Calibrate the RTC on the sender via the receiver module. This will happen in the LoRaWAN integration as I have access to easy uplink/downlink communications

...

Code Block
//===========================================
//Timezone information
//===========================================
const char* ntpServer = "pool.ntp.org";
const long gmtOffset_sec = -7 * 3600;
const int daylightOffset_sec = 3600;

MQTT Topic Structure

...