4refr0nt / ESPlorer

Integrated Development Environment (IDE) for ESP8266 developers
http://esp8266.ru/esplorer/
GNU General Public License v2.0
1.22k stars 327 forks source link

ESPlorer waits for NodeMCU reply ... forever .......... ..... .... #14

Open ge0rgecz opened 9 years ago

ge0rgecz commented 9 years ago

Flashing newest firmware is done well using command "sudo python esptool.py --port /dev/ttyUSB0 write_flash 0x00000 ./nodemcu_latest.bin"

after that, i launch ESPlorer using command "sudo ./ESPlorer.jar" it founds port /dev/ttyUSB0 successfully, but when it tries to comunicate ("open" button) no response is comming from node mcu, please help ...

diaconom commented 9 years ago

Check the Comm Port Speed

Sent from my iPhone

On 5 Jun 2015, at 3:55 am, ge0rgecz notifications@github.com wrote:

Flashing newest firmware is done well using command "sudo python esptool.py --port /dev/ttyUSB0 write_flash 0x00000 ./nodemcu_latest.bin"

after that, i launch ESPlorer using command "sudo ./ESPlorer.jar" it founds port /dev/ttyUSB0 successfully, but when it tries to comunicate ("open" button) no response is comming from node mcu, please help ...

— Reply to this email directly or view it on GitHub.

ge0rgecz commented 9 years ago

its 9600

youtube - screen capture -> https://youtu.be/P-vWRLnv5q4

diaconom commented 9 years ago

Set Comm port speed to 75780 and while connected to serial port hard reset the esp, the boot loader should show some info

Sent from my iPhone

On 5 Jun 2015, at 4:41 am, ge0rgecz notifications@github.com wrote:

video - screencapture :-) https://youtu.be/P-vWRLnv5q4

— Reply to this email directly or view it on GitHub.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.