Help about program can't load complete

hi
i download codes from below link:

and so complete wire the circuit to nodmcuesp8266 and relayboard.
after upload program to board see this :


this is mean that don’t complete load the program?

Sure looks like a library issue to me.

Do you have the Blynk library installed? Which version?

Have you added the esp board support for the Arduino IDE?

The error messages, from what we can see, sure speak to a library/board support issue.

Set the baud rate to 115200 or 78400 to see the serial output properly.

Copying and pasting the whole compiler message would also be useful, rather than just screenshotting the last two lines.

Pete.

by the way the project was made by @techstudycell one of the members of blynk communityS

yes blynk library 1.0.1 installed

Executable segment sizes:
ICACHE : 32768 - flash instruction cache
IROM : 423712 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 29801 / 32768 - code in IRAM (IRAM_ATTR, ISRs…)
DATA : 1720 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 6216 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 27504 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 461449 bytes (44%) of program storage space. Maximum is 1044464 bytes.
Global variables use 35440 bytes (43%) of dynamic memory, leaving 46480 bytes for local variables. Maximum is 81920 bytes.
esptool.py v3.0
Serial port COM3
Connecting…
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: f4:cf:a2:ef:a1:05
Uploading stub…
Running stub…
Stub running…
Configuring flash size…
Auto-detected Flash size: 4MB
Compressed 465600 bytes to 337676…
Writing at 0x00000000… (4 %)
Writing at 0x00004000… (9 %)
Writing at 0x00008000… (14 %)
Writing at 0x0000c000… (19 %)
Writing at 0x00010000… (23 %)
Writing at 0x00014000… (28 %)
Writing at 0x00018000… (33 %)
Writing at 0x0001c000… (38 %)
Writing at 0x00020000… (42 %)
Writing at 0x00024000… (47 %)
Writing at 0x00028000… (52 %)
Writing at 0x0002c000… (57 %)
Writing at 0x00030000… (61 %)
Writing at 0x00034000… (66 %)
Writing at 0x00038000… (71 %)
Writing at 0x0003c000… (76 %)
Writing at 0x00040000… (80 %)
Writing at 0x00044000… (85 %)
Writing at 0x00048000… (90 %)
Writing at 0x0004c000… (95 %)
Writing at 0x00050000… (100 %)
Wrote 465600 bytes (337676 compressed) at 0x00000000 in 30.4 seconds (effective 122.4 kbit/s)…
Hash of data verified.

Leaving…
Hard resetting via RTS pin…
Invalid library found in C:\Users\admin\Documents\Arduino\libraries\AIO-module-nodemcu-arduino-master: no headers files (.h) found in C:\Users\admin\Documents\Arduino\libraries\AIO-module-nodemcu-arduino-master
Invalid library found in C:\Users\admin\Documents\Arduino\libraries\Arduino-master: no headers files (.h) found in C:\Users\admin\Documents\Arduino\libraries\Arduino-master

The code uploaded correctly…

Writing at 0x00050000… (100 %)
Wrote 465600 bytes (337676 compressed) at 0x00000000 in 30.4 seconds (effective 122.4 kbit/s)…
Hash of data verified.

Leaving…
Hard resetting via RTS pin…

As @Madhukesh said…

Pete.

by 115200 and 78400 is the same as 9600 in com3(serial output)

Change this…

Pete.

do you have any sugلestion؟

About what?

Pete.

that is for 115200 baud rate

If you disconnect the wire attached to pin D3 then reboot the NodeMCU does it behave any differently?

Pete.

i disconnect wire to pin D3. AND ONE MORE DISCONNECT D3 & SD3 BUT IS THE SAME LAST ERROR

Acording to this site . can i connect D3 & SD3 to +5v ?

It’s not an error, it’s the boot message from the NodeMCU.
But, after booting, the NodeMCU is not entering Run mode.

Try disconnecting everything except the USB cable.

Pete.

i recomend to pm @techstudycell the creator of this projectS