NodeMCU is recognized
Posted: Wed Nov 02, 2016 6:57 pm
Hi, I've just recently bought a NodeMCU devkit 0.9 and started the tutorial to flash the latest firmware and try to run my first code. So, what I did was to build my fw here:
https://nodemcu-build.com/index.php
Then I uploaded to the device using this command:
Just for testing I tried to read the mac address, so here it is - it works:
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:
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!
https://nodemcu-build.com/index.php
Then I uploaded to the device using this command:
Code: Select all
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:
Code: Select all
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:
Code: Select all
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!