-->
Page 2 of 4

Re: ESP8266-12 Rx not working?

PostPosted: Tue Jul 28, 2015 5:27 pm
by WolfReverse
It sends: "AT<CR><LF>"...
I don't know if it's normal, but when i send commands to the module the blue led don't flash, but the TXD on the FTDI does.

EDIT: Ok i've tried flashing NodeMCU and it worked, but it's the same situation, i can't send commands and i can't upload lua files.
I've tried also using LuaLoader instead of ESPlorer but it's the same..

Re: ESP8266-12 Rx not working?

PostPosted: Wed Jul 29, 2015 2:43 am
by tytower
74880 baud is only used for the chips internal stuff like resets.
Try working on 115200

Re: ESP8266-12 Rx not working?

PostPosted: Wed Jul 29, 2015 6:45 am
by WolfReverse
But when i restart the module i receive something only with 74880.. with 115200 i receive only strange characters

Re: ESP8266-12 Rx not working?

PostPosted: Thu Jul 30, 2015 4:39 am
by tytower
Try other baud rates then if something is comming out, but It sounds to me like you are just getting a continual reset . Do you have XPD pin connected to reset perhaps . I had that with an esp12 . Used a cap instead and it ran properly .

If it is a continual reset then check your wiring through . Perhaps try to put more info here about your circuit and what you are doing.