Looks like the Espruino_WiFi module doesn't like the 1.3.0 AT command set, so I've stuck with 0.50.0 for now.
esptool command to get that going:
esptool.py -p /dev/tty.SLAB_USBtoUART -b 115200 write_flash 0x00000 noboot/eagle.flash.bin 0x40000 noboot/eagle.irom0text.bin 0x7c000 esp_init_data_default.bin 0x3e000 blank.bin 0x7e000 blank.bin
AT+UART_CUR now works, and properly resets to default params when the module reboots. Maximum baud I can get is 1843200, so the command is:
AT+UART_CUR
1843200
AT+UART_CUR=1843200,8,1,0,0
@dave_irvine started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Looks like the Espruino_WiFi module doesn't like the 1.3.0 AT command set, so I've stuck with 0.50.0 for now.
esptool command to get that going:
AT+UART_CUR
now works, and properly resets to default params when the module reboots. Maximum baud I can get is1843200
, so the command is:AT+UART_CUR=1843200,8,1,0,0