You are reading a single comment by @dave_irvine and its replies. Click here to read the full conversation.
  • 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,8,1,0,0

About

Avatar for dave_irvine @dave_irvine started