I’m new to Blynk, but used Arduino uno for a while, and never had a buffer problem, so this is my problem: Eveytime I use the slider widget or any widget with data exchange through my Arduino Uno and esp8266 Wi-Fi module, the buffer overflow will reset the connection to the Blynk server, it’s really annoying. My suggestion is that a buffer clear statement is made to set a limit and clear buffer if it reaches it instead of resetting. Or maybe replace the string after read, I’m not sure how it works but it would be really good to have this problem fixed.
Please try…
This is well-known that Arduino can be too slow to process bursts of data from esp8266…
Yes you could increase buffer, but it really won’t help in long-term.