How to program nodemcu - esp8266 in Arduino IDE - Simple LED blink project

preview_player
Показать описание
Hi friends, in this video, I have explained how to set up and program nodemcu - esp8266 in arduino IDE by installing the required library. And also I have done a simple LED blink project. We will see lot many related projects in the upcoming videos. Stay tuned. Thankyou.
#nodemcu #esp8266 #blink #LEDblink #arduinoIDE #arduino #projects #howto #setup #install

Paste this link in preferences:

Nodemcu board best purchase link:

How to install Arduino IDE:

ncs music:
Рекомендации по теме
Комментарии
Автор

facing this error
can you please tell me about how to slove

hazratullahknight
Автор

Arduino: 1.8.19 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"

Executable segment sizes:

ICACHE : 32768 - flash instruction cache

IROM : 231724 - code in flash (default or ICACHE_FLASH_ATTR)

IRAM : 26793 / 32768 - code in IRAM (IRAM_ATTR, ISRs...)

DATA : 1496 ) - initialized variables (global, static) in RAM/HEAP

RODATA : 876 ) / 81920 - constants (global, static) in RAM/HEAP

BSS : 25608 ) - zeroed variables (global, static) in RAM/HEAP

Sketch uses 260889 bytes (24%) of program storage space. Maximum is 1044464 bytes.

Global variables use 27980 bytes (34%) of dynamic memory, leaving 53940 bytes for local variables. Maximum is 81920 bytes.

esptool.py v3.0

Serial port COM5

(most recent call last):

File "C:\Users\uk\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/upload.py", line 66, in <module>

_

esptool.main(cmdline)

File "C:/Users/uk/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool\esptool.py", line 3552, in main

esp.connect(args.before, args.connect_attempts)

File "C:/Users/uk/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool\esptool.py", line 529, in connect

raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))

esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header

esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header





This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

hazratullahknight