-->
Page 1 of 1

problem at AT commands with NODMCU

PostPosted: Sun Jun 04, 2017 3:06 am
by Mohamed Khaled
hello,
each once i try to send any AT commands to nodemcu i see this message
stdin:1: unexpected symbol near 'char(22)'
or
stdin:1: unexpected symbol near 'char(3)'

i use Putty to send commands and i also used esplorer
can any one help me to write AT commands in wright method
thanks

Re: problem at AT commands with NODMCU

PostPosted: Sat May 30, 2020 7:46 pm
by biswajit007
I am not an expert, but what I can say is that NodeMCU comes with Lua based firmware. So, to issue AT command you need to first flash it into AT firmware. AT firmware is available in internet.
Then, you can use Arduino IDE software and its serial monitor to issue AT command easily.