i have been using esp8266 wifi connector arduino uno , using code written in link:
http://allaboutee.com/2015/01/02/esp8266-arduino-led-control-from-webpage/
the problem having every time turn off arduino esp8266 resets , runs on faster baud rate. wanted make baud rate stay @ 9600 instead of varying.
is there way can that?
thanks!
-vic
http://allaboutee.com/2015/01/02/esp8266-arduino-led-control-from-webpage/
the problem having every time turn off arduino esp8266 resets , runs on faster baud rate. wanted make baud rate stay @ 9600 instead of varying.
is there way can that?
thanks!
-vic
you must preconfigure it.
connect esp serial terminal (at default 115200), enter @ command
at+uart_def=9600,8,1,0,0
at point garbage since esp switched baud rate. switch terminal baud rate 9600 , proper character again. set default 9600, every time esp resets, use 9600 baud.
connect esp serial terminal (at default 115200), enter @ command
at+uart_def=9600,8,1,0,0
at point garbage since esp switched baud rate. switch terminal baud rate 9600 , proper character again. set default 9600, every time esp resets, use 9600 baud.
Arduino Forum > Using Arduino > Programming Questions > ESP8266 Baud Rate
arduino
Comments
Post a Comment