Arduino project with blynk via usb

Is this your auth token, or one that’s left over from somewhere else?

If you’re copy/pasting this data from the Blynk web console…

then that line of code ought to be changed to:

char auth[] = BLYNK_AUTH_TOKEN;

Have you edited the USB connection script to connect to the Blynk IoT server by changing thois line:

set SERV_ADDR=blynk-cloud.com

to this:

set SERV_ADDR=blynk.cloud

Also, this is very bad…

You should read the “Staggering Timers” section of this tutorial…

Pete.

2 Likes