Chat freely about anything...

User avatar
By matthew798
#28833 Hello everyone. I am using the ESP8266 with Arduino, and i'm having a blast!

I am sending temperature data to a central server for a home monitoring project i'm working on (and everyone else it seems :D)

I notices something strange in wireshark...

When the ESP sends a float, it send the 2 first digits in one packet, then the '.' and the 2 last digits are all in separate packets. When I send the same data as a string, they all get sent in one packet. Strange!