ESP8266 Developer ZoneThe Official ESP8266 Forum2017-12-25T14:26:15+08:00https://bbs.espressif.com:443/feed.php?f=16&t=87382017-12-25T14:26:15+08:002017-12-25T14:26:15+08:00https://bbs.espressif.com:443/viewtopic.php?t=8738&p=18816#p18816
AT_CWMODE_CUR=1\r\n to esp through my controller...Then the esp is not replying any thing.....
Have you also changed the baud rate of your controller? And you can use AT+UART_CUR? to read the configuration first, is RTS/CTS enabled?
Statistics: Posted by Her Mary — Mon Dec 25, 2017 2:26 pm
]]>2017-12-22T19:05:34+08:002017-12-22T19:05:34+08:00https://bbs.espressif.com:443/viewtopic.php?t=8738&p=18786#p18786 My code is working properly if i use default baudrate@115200. If i change the baudrate to 460800 (or) 9600 then esp causes problem.i.e,
AT+UART_CUR=9600,8,1,0,0\r\n (or)AT+UART_CUR=460800,8,1,0,0\r\n after set this command i get reply "OK" after this command i am sending AT_CWMODE_CUR=1\r\n to esp through my controller...Then the esp is not replying any thing.....
if i use defalt baudrate (115200),everthing working fine..but when i change baud rate then it leads to problem.....can you help me to solve this problem
Thanks in advance..
Statistics: Posted by Trivenu — Fri Dec 22, 2017 7:05 pm
]]>2017-12-15T15:05:53+08:002017-12-15T15:05:53+08:00https://bbs.espressif.com:443/viewtopic.php?t=8738&p=18704#p18704Statistics: Posted by Her Mary — Fri Dec 15, 2017 3:05 pm
]]>2017-12-12T06:48:19+08:002017-12-12T06:48:19+08:00https://bbs.espressif.com:443/viewtopic.php?t=8738&p=18666#p18666 I upgraded a ESP12 32M with latest firmware : ESP8266_NONOS_SDK-2.1.0 , with AT binaries.
I tried to change UART speed to be 115200 Bauds with the following command :
Code:
AT+UART_DEF=115200,8,1,0,0
But it looks the module remains at 74880 Bauds, If i enter the following connected at 74880 it continues to respond :
Code:
AT+UART_DEF? +UART_DEF:115200,8,1,0,0
If i swap Putty or Hyperterminal at 115200, i get unreadable characters that means speed is incorrect. I have set the terminal speed back to 74880 Baud to communicate with the module, this is not normal isn't it ?
Many thanks for your help,
Statistics: Posted by lcoulon — Tue Dec 12, 2017 6:48 am