-->
Page 1 of 2

Nodemcu communication doesn't work no more (AT commads)

PostPosted: Sun Dec 03, 2017 3:17 am
by Dr.Faustus
Hello to everybody!! I'm a newbie using ESP822 and nodemcu, and i've a lot of project in my mind that are probably over my possibility.... anyway.. i'm starting from beginning with some test such as AT commands, loading script via arduino ide and so on...
my first test was sending AT command... ok
second test was blink and it works ok, but after that i can't communicate with AT commands no more..
i've tried also to use ESPlorer but it'seems like that serial monitor can't connect with nodemcu
i've tried also to press reset button one time...
I really feel like i'm missing some important information...
Dear friends, could someone helps me ? :D
Thank you very much

Re: Nodemcu communication doesn't work no more (AT commads)

PostPosted: Thu Dec 07, 2017 11:50 pm
by flagtrax
Not knowing which module you are using I can give some "generic" advice. Most (generic) modules come with the "AT" command interpreter installed as firmware. If you loaded blink via the Arduino IDE, or lua via the nodeMCU platform, you have changed the firmware, and no longer have at commands at your disposal. If you want them back, you can rewrite the firmware with the AT command interpreter. There are various versions from different websites, like Expressif, (who also has a tool to load it) and Electrodragon has several on their website. Keep in mind that the AT command set isn't needed if you are writing and running your own programs on the module. Their functions are embedded in the libraries associated with the IDE you use. The platform you use is your choice, be it the Aduino IDE, nodeMCU/lua, or other SDK.

Re: Nodemcu communication doesn't work no more (AT commads)

PostPosted: Sun Dec 17, 2017 12:21 pm
by Dr.Faustus
Thank you very much!! I was so stupid :oops:

Re: Nodemcu communication doesn't work no more (AT commads)

PostPosted: Mon Dec 18, 2017 11:06 pm
by Zachrey
You are not stupid. I'm right there with you! I am fumbling with simple NodeMCU Lua commands and seem to be stuck with a mysterious error message.