GithubHelp home page GithubHelp logo

viperrnmc / flora Goto Github PK

View Code? Open in Web Editor NEW

This project forked from suborbit/flora

0.0 1.0 0.0 20 KB

ESP32 BLE client for multiple Xiaomi Mi Plant sensors

License: MIT License

C 11.73% C++ 88.27%

flora's Introduction

Xiaomi mi flora & ESP32

This arduino sketch implements an ESP32 BLE client for multiple XIaomi Mi Flora Plant sensors, pushing the measurements to an MQTT server.

Technical requirements

Hardware:

  • ESP32
  • Xiaomi Mi Plant Sensor (firmware revision >= 2.6.6)

Software:

  • MQTT server

Setup instructions

  1. Edit config.h and update setings according to your environment:
  • WLAN SSID and password
  • MQTT Server address, username, password and topic
  • MAC addresses of your Xiaomi Mi Plant sensors
  1. Open ino sketch in Arduino, compile & upload.

Measuring interval

The ESP32 will perform a single connection attempt to the Xiaomi Mi Plant sensors, read the sensor data & push it to the MQTT server. The ESP32 will enter deep sleep mode after 30 seconds (can be configured in config.h) and sleep for one hour (also configurable in config.h), before repeating the exercise... Battery level is read every 12th wakeup (configurable via config.h).

Sketch size issues

The sketch does not fit into the default arduino parition size of around 1.3MB. You'll need to change your default parition table and increase maximum build size to at least 1.6MB.

Credits

Sven Henkel is the original author of the sketch

Many thanks go to the guys at https://github.com/open-homeautomation/miflora for figuring out the sensor protocol.

flora's People

Contributors

sidddy avatar suborbit avatar agvxov avatar

Watchers

Viper avatar

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.