项目作者: sbiermann

项目描述 :
ESP8266 based wind anemometer project
高级语言: C++
项目地址: git://github.com/sbiermann/esp8266-anemometer.git
创建时间: 2017-04-26T17:43:54Z
项目社区:https://github.com/sbiermann/esp8266-anemometer

开源协议:Apache License 2.0

下载


Description

This project measures the wind in km/h and reports the value via MQTT. I used that for retrieving my blind if the wind is 4 BFT (20 km/h) or higher.

Hardware

The following hardware is used for building this project:

Wiring

I connected the anemometer with the D7 and GND Pin of my Wemos D1. But it can be all other suitable Pins used.

Software

For using this software you have to copy the myconfig_samples.h to myconfig.h and change the values for the MQTT server and the WLAN settings.