-
Notifications
You must be signed in to change notification settings - Fork 71
Strange value #17
Comments
Could you connect the esp32 to serial console and paste the serial output here? |
Same problem for me, when I have several flora Hex: 0 DC FC 3F 14 DD FC 3F 48 69 FF 3F 19 0 0 0 I am pretty sure it should be around 23°C No problem when the same flora is connected alone : |
Other errors messages : or Hex: 0 DC FC 3F 14 DD FC 3F EC 68 FF 3F 19 0 0 0 |
I think they are Bluetooth collision when there are several bluetooth devices responding. I'm trying to increase the time between each device access . It seems clean with that solution. I'm trying for a longer period to see if it fix the problem. And I'll update here. |
this has solved all problems: if (temperature > 200 || temperature < -30 || conductivity > 2000) { |
Hi,
I have uploaded the sketch on an esp32 board (wroom32), but i have strange value from my 3 miflora.
Where Is the problem?
The configuration Is stock, I have only changed the wifi, mqtt and mac info.
http://imgur.com/gallery/0zGUniZ
http://imgur.com/gallery/iNlmb3g
The text was updated successfully, but these errors were encountered: