Hi
I’m looking for some temperature and humidity sensor for my Blynk applications.
Is it a way to connect Xiaomi Mi Smart Home temperature sensor?
Or any other similar temperature sensor?
Br
Maciej
I guessed you missed the bit that said…
Before creating the topic
Search forum for similar topics
Hi Blynkers !
Here is the project I just finished, the goal was to connect the Xiaomi Temperature and Humidity sensor (that you can buy for around 12€) with Blynk through ESP32.
Code
#include <esp_log.h>
#include <string>
#include <sstream>
#include <sys/time.h>
#include <BLEDevice.h>
#include <BLEAdvertisedDevice.h>
#include <BLEClient.h>
#include <BLEScan.h>
#include <BLEUtils.h>
#include <sdkconfig.h>
#define BLYNK_PRINT Serial // Defines the object that is used for printing
#define BLYN…
Pete.
Ehh, Yes, sorry for that…
Thank You.