When I connect to the serial I get:
NodeMCU 0.9.5 build 20150318 powered by Lua 5.1.4
lua: cannot open init.lua
>
trying to issue AT commands i just get the below after typing them, no OK or nothing
>>
I think this is a prompt for coding pullups, wifi scans, etc.
How do I get out of it so I can issue AT commands ?
I am just connecting directly to it via the USB > RS232 TTL cable.
I have found various articles online one suggesting to use the AI-Tinker firmware. Updated to that and I just get the below when connecting in:
Ai-Thinker Technology Co. Ltd.
ready
I cannot type anything.
If I connect the ESP8266 to a MAX232 using Ground,TX,RX and VCC and connect that to an actual serial port I can type but pressing return returns no response codes. If I press CTRL+M then CTRL+J i will get an OK result code after the AT command. I can also issue the AT+RST that way. How can I get it to recognize to send a those automatically upon pressing enter in putty or other terminal software?