Hey!!
I am very new to blynk app. I am just trying to blink one LED light using a blynk app. Currently I’ve connected my ES8266 wifi shield to my UNO board and for testing when I am typing AT in serial monitor , it returns OK.
I’ve gone through many tutorials, according to them I firstly installed blynk library by going to Settings–> Include Library–> manage libraries, here I searched for BLYNK library and installed with the version 0.4.7
Now I am trying to implement a simple example of Blynk Blink. Here I am getting this:
Sketch uses 18192 bytes (56%) of program storage space. Maximum is 32256 bytes.
Global variables use 677 bytes (33%) of dynamic memory, leaving 1371 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20
An error occurred while uploading the sketch.
So please help me out in this.