https://nodemcu-build.com/index.php
Then I uploaded to the device using this command:
esptool.py --port COM6 write_flash -fm dio -fs 4m 0x00000 nodemcu-master-10-modules-2016-11-02-19-01-16-integer.bin
Just for testing I tried to read the mac address, so here it is - it works:
esptool.py --port COM6 read_mac
esptool.py v1.1
Connecting...
MAC: 5c:cf:7f:1b:7a:c2
Cool, so it must work in the IDE too! Haha... No...
After opening ESPlorer all it did was the following screen:
(After pressing the connect button)
After I found this forum, I tried to find another IDE, so I found ESPCut, which seemed to be blazing-simple & amazing, so tried. Failed... Here's the log:
Connected [\\.\COM6], [115200]
Try to recognize firmware...
WD Error. ESP is not responding
Try to recognize firmware...
WD Error. ESP is not responding
Try to recognize firmware...
WD Error. ESP is not responding
Loading files list.
WD Error. ESP is not responding
Disconnected
So, actually I can talk to the ESP module via esptool.py, but nothing else.
Does anyone have any idea what could cause this or how to start debugging? I'm newbie to NodeMCU
My device looks like this (actually this is it):
https://imgur.com/a/LLIP4
Thanks for every comment!