-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jurij Retzlaff
committed
Mar 27, 2020
1 parent
cd7a116
commit 396dcea
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/************************************************************************************** | ||
This is example for read weather data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160 | ||
Initial Date: 21-July-2019 | ||
Latest Rev: 1-Nov-2019 | ||
Hardware connections for Arduino: | ||
VDD to 3.3V DC (RXB6) or 5V DC (MX-RM-5V) | ||
D3 from data pin | ||
GND to common ground | ||
Hardware connections for ESP8266 (Tested on Wemos D1 Mini) / ESP32 (ESP-WROOM-32): | ||
VDD to 3.3V DC (RXB6) or 5V DC (MX-RM-5V) | ||
D5 from data pin | ||
GND to common ground | ||
MIT License | ||
Authors: | ||
- Zwer2k - https://github.com/Zwer2k | ||
- Simone Fardella - https://github.com/simonefardella | ||
**************************************************************************************/ | ||
|
||
// This file is required for Arduino IDE. | ||
// Implementation in .cpp file. |