ninharp / ninESP

ninHOME Node - Web Configurable Modular ESP8266 Firmware
https://ninharp.github.io/ninESP/
26 stars 10 forks source link

AP does not show up #4

Closed fragolinux closed 6 years ago

fragolinux commented 6 years ago

i'm using a nodemcu (https://www.sigmdel.ca/michel/ha/esp8266/doit_nodemcu_v3_en.html) and trying to flash it, without luck... i used this board previously, so i first ran this, to clear the spiffs and the memorized credentials:

esptool.py.exe --port COM4 erase_flash

esptool.py v2.3.1
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
Uploading stub...
Running stub...
Stub running...
Erasing flash (this may take a while)...
Chip erase completed successfully in 10.5s
Hard resetting via RTS pin...

then i used your command (changed the 4m to 4MB, newer esptool deprecated your version):

esptool.py -p COM4 -b 230400 write_flash -ff 40m -fm qio -fs
 4MB 0x00000 0x00000.bin 0xa000  0xa000.bin 0x52000  spiff_rom.bin

esptool.py v2.3.1
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 230400
Changed.
Configuring flash size...
Flash params set to 0x0040
Compressed 38016 bytes to 23373...
Wrote 38016 bytes (23373 compressed) at 0x00000000 in 1.0 seconds (effective 291.4 kbit/s)...
Hash of data verified.
Compressed 281044 bytes to 199349...
Wrote 281044 bytes (199349 compressed) at 0x0000a000 in 8.9 seconds (effective 253.4 kbit/s)...
Hash of data verified.
Compressed 196608 bytes to 90285...
Wrote 196608 bytes (90285 compressed) at 0x00052000 in 4.0 seconds (effective 392.0 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...

disconnected from pc and reconnected (tried with an external power bank, too), but no access point will ever show up to allow it's configuration... any help? Thanks

ninharp commented 6 years ago

Sorry for the late answer! Im quiete busy at the moment. What does the serial output says?

ninharp commented 6 years ago

Ive fixed this issue! Hope it will work for you aswell now. I close this issue for now.