GithubHelp home page GithubHelp logo

juergs / bme680_lacrosse_universalsensor Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 491 KB

LaCrosse Universal Sensor with BME680 + LightSensor BH1750 +RFM69CW

License: GNU General Public License v3.0

C++ 42.43% C 57.57%
esp8266 bme680 lacrosse fhem

bme680_lacrosse_universalsensor's Introduction

BME680_UniversalSensor

Special FW-Version for ESP8266 with BME680 sensor. Using BOSCH\Sensortec static lib BSEC_1.4.5.1_Generic_Release_20171116. Check needed special manual arduino linker configuration, specified in pdf: BST-BME680-AN008-45.pdf in the \doc-directory. Implementing LaCrosse-universal-sensor-protocol, thankful derived from github/hdgucken's work with some slighly changes. ESP-Pin setup definitions actually are compatible with ESP-12-module (and D1 mini-board).

Using BME680 + bh1750 LUX-sensor and RFM68CW (868 MHz) for RF-transmission. Notice: additional Libs in Zip file added.

Arduino-settings for flashing ESP: C:\Users\juergs\AppData\Local\Arduino15\packages\esp8266\tools\esptool\0.4.9/esptool.exe -vv -cd nodemcu -cb 921600 -cp COM9 -ca 0x00000 -cf C:\Users\juergs\AppData\Local\Temp\arduino_build_408171/BME680_UniversalSensor.ino.bin

Using Peter's (pemue) pcb at fhem community (german): https://forum.fhem.de/index.php/topic,51329.msg876501.html#msg876501 and pcb: https://forum.fhem.de/index.php/topic,51329.0.html

This project is based on my cc_sensor, HCS has made some changes to upgrade it to the UniversalSensor, many thanks to HCS ! The main component is an ESP8266 nodemcu, but i dont use the wifi section, wireless transmission is done by an RFM69CW module. Since V3.0 you can use ESP8266 based NodeMCU/Wemos D1 mini OR STM32F103Cx based BluPill/Maple mini boards ! Hardware setup you can find in the sketch. The RFM69 transmit at 868.30 MHz with LaCrosse Weatherstation Protocoll. The signal is decoded by a LaCrosseGateway module (by HCS), wich transmitt the data to a FHEM server. There is created a LaCrosse like weather sensor with all the sensor data as readings. This sensor gives you the following data: temerature (degree Celsius), humidity (% rH), air pressure (hPa/mBar), air quality, light intensity (Lux) and battery voltage (V). You can use an optional 128x64 OLED Display with SH1106/SSD1306 Controller, to display the data. It is autodetected, simply connect it or not. The Lightsensor (BH1750) is optional too, it not need to be connected. The RFM69CW not need to be connected too, in this case, no wireless transmission is possible. The data where transmitted by the serial port only (115200 Baud).

bme680_lacrosse_universalsensor's People

Contributors

juergs avatar

Watchers

 avatar  avatar  avatar

bme680_lacrosse_universalsensor's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.