Using a TTl cable, I have my ESP01 unit updated to the latest firmware available on the cloud. (.23?)
I want to reduce the baud rate down to 9600 so that the ESP01 can easily communicate with my Arduino.
I did some googling and found that AT+CIOBAUD is no longer used and that AT+UART and AT+IPR have replaced it.
I tried AT+UART=9600,1,0,3 and AT+IPR=9600 and received 'OK' responses but then can no longer communicate with the module. I tried all standard bauds and on power cycle just get gibberish.
I am able to flash firmware back on the device (GPIO_0 to gnd, flash the bin file) and after that it acts normally.
Is there something I'm doing wrong when using the baud rate changing commands? Is there a better way of doing this?
Thanks!