- Tue Mar 31, 2015 11:32 pm
#13159
I flashed with the at binary on github
https://github.com/espressif/esp8266_at/tree/master/bin./esptool.py --port /dev/tty.usbserial-A4004Rim write_flash 0x00000 ../esp8266_at/bin/boot_v1.1.bin 0x01000 ../esp8266_at/bin/v0.20/user1.bin 0x7C000 ../esp8266_at/bin/esp_init_data_default.bin 0x7E000 ../esp8266_at/bin/blank.bin
Seems to be working fine but one odd behavior I noticed when at 115.2K the reset command returns
AT+RST
OK
ets Jan 8 2013,rst cause:4, boot mode☹3,7)
wdt reset
load 0x40100000, len 612, room 16
tail 4
chksum 0x12
load 0x3ffe8000, len 788, room 4
tail 0
chksum 0x50
load 0x3ffe8314, len 264, room 8
tail 0
chksum 0x4a
csum 0x4a
2nd boot version : 1.1
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size : 4Mbit
jump to run user1
r
ready
But at 9600, oh and I realized that AT+IPR is the new command for changing the baud rate.
I get
AT+RST
OK
cÇÏR[¶fJ[:fJSjîóÂOÂGÇW˨HHWV,V¯Hø
Any ideas?