flora icon indicating copy to clipboard operation
flora copied to clipboard

ESP32 BLE client for Xiaomi Mi Plant sensors

Results 19 flora issues
Sort by recently updated
recently updated
newest added

Thank you very much for this piece of software, this is awesome! Just to understand, if it is possible to send the MQTT with the **retian flag** so after a...

Hello. First time using esp32 but think I got it working. Downloaded your folder, opened config.h.example and added my mac address, ip address of MQTT (synology nas package) and wifi...

Would it be possible to add [Mijia sensore temperature](https://it.aliexpress.com/item/33052393516.html?spm=a2g0s.9042311.0.0.49754c4dKPQjCG)... thanks!

hello can you help? i cannot find where to put mac, ssid and password ..

The list of devices is now dynamic. The BLE scan has a duration of BLE_SCAN_DURATION. It looks for devices with root UUID matching 0xfe95 (flora device identifier). Then the initial...

Have you considered using WiFiManager for specifying the things that are currently configured in config.h? WiFiManager creates a web server with a captive portal. You can connect to this using...

This merge request add a platformio.ini file. Platformio allows you to build the source code from the command line, automatically downloading the required toolchains, libraries and upload tools. This allows...

Hi, would you be open to consider platformio support? Platformio is a build system like the Arduino IDE, except it runs from the command line, downloads the tool chain, libraries,...

I found out that sometimes I receive negative temperatures like -500. So I extend the relevant if statement. I also fixed a typo in the Readme.md and added some delays...