Pressing boot at upload solved upload problem tnx.
i am testing sensors now
data is coming now in two packets with mqtt explorer
- id, name ,rssi packets are coming every minute
- sensor data packets are coming every 3 minute or so ,
but sensor values do not change very often with mqtt , values are changing about every 40 minutes or so
but with sensor native app “smart life” values are changing about every 3 seconds.
could it be that the sensors are bluetooth5 but the esp32 i am using openmqtt is bt4.
for app i am using phone huawei p30lite, it has also bluetooth 4.
What ESP chip is best for openmqtt?
{
“id”: “DC:23:4D:E4:16:0A”,
“name”: “TY”,
“rssi”: -44
}
{
“id”: “DC:23:4D:E4:16:0A”,
“name”: “TY”,
“rssi”: -45,
“brand”: “Xiaomi/VegTrug”,
“model”: “MiFlora”,
“model_id”: “HHCCJCY10”,
“tempc”: 19.8,
“tempf”: 67.64,
“moi”: 12,
“lux”: 662,
“fer”: 547,
“batt”: 100
}
{
“id”: “DC:23:4D:E4:16:0A”,
“name”: “TY”,
“rssi”: -65,
“brand”: “Xiaomi/VegTrug”,
“model”: “MiFlora”,
“model_id”: “HHCCJCY10”,
“tempc”: 19.8,
“tempf”: 67.64,
“moi”: 12,
“lux”: 662,
“fer”: 547,
“batt”: 100
}
{
“id”: “DC:23:4D:E4:16:0A”,
“name”: “TY”,
“rssi”: -81,
“brand”: “Xiaomi/VegTrug”,
“model”: “MiFlora”,
“model_id”: “HHCCJCY10”,
“tempc”: 19.8,
“tempf”: 67.64,
“moi”: 12,
“lux”: 662,
“fer”: 547,
“batt”: 100
}