I've played today with my NodeMCU v3 under ESPEasy R120.
I've successfully switch on a little Led using Domoticz (I know it's a little bit ridiculous for you but it was a big challenge for me).
Before doing more tests, I decided to change my ESP config to use a Static IP address instead of DHCP. I've done the modification in the setup interface and reboot my nodemcu,
After the reboot, the device was not available neither with the old nor the new IP.
I've decided to reflash the R120 firmware in order to reset all settings.
The flashing step was successfull as shown in the log below :
Code: Select all
Comport (example 3, 4, ..) :9
Flash Size (example 512, 1024, 4096) :4096
Build (example 71, 72, ..) :120
Using com port: 9
Using bin file: ESPEasy_R120_4096.bin
esptool v0.4.6 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de>
setting board to nodemcu
setting baudrate from 115200 to 115200
setting port from COM1 to COM9
setting address from 0x00000000 to 0x00000000
espcomm_upload_file
stat ESPEasy_R120_4096.bin success
setting serial port timeouts to 1000 ms
opening bootloader
resetting board
trying to connect
flush start
setting serial port timeouts to 1 ms
setting serial port timeouts to 1000 ms
flush complete
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
read 0, requested 1
trying to connect
flush start
setting serial port timeouts to 1 ms
setting serial port timeouts to 1000 ms
flush complete
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_send_command: receiving 2 bytes of data
espcomm_open
Uploading 411264 bytes from ESPEasy_R120_4096.bin to flash at 0x00000000
erasing flash
size: 064680 address: 000000
first_sector_index: 0
total_sector_count: 101
head_sector_count: 16
adjusted_sector_count: 85
adjusted_size: 055000
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
setting serial port timeouts to 10000 ms
setting serial port timeouts to 1000 ms
espcomm_send_command: receiving 2 bytes of data
writing flash
.............................................................................................
.............................................................................................
..................................................................................
starting app without reboot
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
espcomm_send_command: receiving 2 bytes of data
closing bootloader
flush start
setting serial port timeouts to 1 ms
setting serial port timeouts to 1000 ms
flush complete
Appuyez sur une touche pour continuer...
However it doesn't create the ESP_0 Access Point to set it up. I don't see it in the Wifi access point. So I can't configure it.
Could you please help me to reset my device so I can reconfigure it ?
Laurent