All Projects → sbiermann → Esp8266 Anemometer

sbiermann / Esp8266 Anemometer

Licence: apache-2.0
ESP8266 based wind anemometer project

Projects that are alternatives of or similar to Esp8266 Anemometer

Hugo Esp8266
Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
Stars: ✭ 77 (+250%)
Mutual labels:  arduino, diy, mqtt, esp8266
Open Home Automation
Open Home Automation with Home Assistant, ESP8266/ESP32 and MQTT
Stars: ✭ 820 (+3627.27%)
Mutual labels:  arduino, diy, mqtt, esp8266
Haswitchplate
LCD touchscreen for Home Automation
Stars: ✭ 666 (+2927.27%)
Mutual labels:  arduino, mqtt, esp8266
Openmqttgateway
MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility, SMS & LORA.
Stars: ✭ 2,413 (+10868.18%)
Mutual labels:  arduino, mqtt, esp8266
Tasmota
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
Stars: ✭ 16,624 (+75463.64%)
Mutual labels:  arduino, mqtt, esp8266
Async Mqtt Client
📶 An Arduino for ESP8266 asynchronous MQTT client implementation
Stars: ✭ 555 (+2422.73%)
Mutual labels:  arduino, mqtt, esp8266
Amstomqttbridge
Minimalistic system to read AMS/HAN data from electrical meter
Stars: ✭ 165 (+650%)
Mutual labels:  arduino, mqtt, esp8266
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+11786.36%)
Mutual labels:  arduino, mqtt, esp8266
Esp Mqtt Json Multisensor
(OBSOLETE) ESP MQTT JSON Multisensor for Home Assistant. Supported sensors include the TEMT6000 light, AM312 PIR, DHT22 temperature/humidity sensors. RGB led supports flash, fade, and transition. Over-The-Air (OTA) uploading, too!
Stars: ✭ 323 (+1368.18%)
Mutual labels:  diy, mqtt, esp8266
Heatpump
Arduino library to control Mitsubishi Heat Pumps via connector cn105
Stars: ✭ 327 (+1386.36%)
Mutual labels:  arduino, mqtt, esp8266
Blinker Doc
blinker中文文档
Stars: ✭ 139 (+531.82%)
Mutual labels:  arduino, mqtt, esp8266
Sonoff Homeassistant
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant
Stars: ✭ 354 (+1509.09%)
Mutual labels:  arduino, mqtt, esp8266
Home Assistant Config
My Home Assistant Configuration 🏡🏡
Stars: ✭ 133 (+504.55%)
Mutual labels:  arduino, mqtt, esp8266
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (+668.18%)
Mutual labels:  arduino, mqtt, esp8266
Homie Esp8266
💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
Stars: ✭ 1,241 (+5540.91%)
Mutual labels:  arduino, mqtt, esp8266
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-63.64%)
Mutual labels:  arduino, mqtt, esp8266
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+4877.27%)
Mutual labels:  arduino, mqtt, esp8266
Tinygsm
A small Arduino library for GSM modules, that just works
Stars: ✭ 1,186 (+5290.91%)
Mutual labels:  arduino, mqtt, esp8266
Esphelper
A library to make using WiFi & MQTT on the ESP8266 easy.
Stars: ✭ 310 (+1309.09%)
Mutual labels:  arduino, mqtt, esp8266
Espixelstick
Firmware for the ESPixelStick
Stars: ✭ 332 (+1409.09%)
Mutual labels:  arduino, mqtt, esp8266

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].