No proper answer from MCU on ESP8266 ESP-12E and raspberry P
Posted: Tue Apr 18, 2017 3:49 am
Hello I flashed my ESP8266 ESP-12E with NodeMCU by raspberry Pi 3 B. All was okay. On
I have connect only RXD and TXD pins, when I'm connecting GPIO0 to GND and run it by baud 9600 its the same, please help me. When I try to the same on ESPlorer then I get double sending a command but not all command. Something like this:
Guys please help me!
Code: Select all
I can normally connect but if I want to upload some files by exec command: minicom -b 115200 -o -D /dev/ttyS0
Code: Select all
then I get:python luatool.py --port /dev/ttyS0 --src init.lua --dest init.lua --verbose --baud 115200
Code: Select all
Stage 1. Deleting old file from flash memory
->file.open("init.lua", "w")Traceback (most recent call last):
File "luatool.py", line 272, in <module>
transport.writeln("file.open(\"" + args.dest + "\", \"w\")\r")
File "luatool.py", line 111, in writeln
self.performcheck(data)
File "luatool.py", line 61, in performcheck
raise Exception('No proper answer from MCU')
Exception: No proper answer from MCU
I have connect only RXD and TXD pins, when I'm connecting GPIO0 to GND and run it by baud 9600 its the same, please help me. When I try to the same on ESPlorer then I get double sending a command but not all command. Something like this:
Code: Select all
print('TEST')
print('TES
Guys please help me!