Button press(BLYNK_WRITE) causes Arduino Crash

Code formatting is backticks, not commas or apostrophes… I fixed it this time :wink:

Blynk%20-%20FTFC

As for your issue… Perhaps someone else will dig through your code for you, but I don’t wish to right now :innocent: So I suggest you start by placing some Serial.print() commands in various functions to track where your code is as it runs… then perhaps you can determine exactly where it stops working.

Also, all your timer controlled functions are running at the exact same time every 2 seconds… it is recommended to space them out so they do NOT run concurrently.

1 Like