-->
Page 1 of 1

different firmware on different module :(

PostPosted: Wed Nov 05, 2014 6:37 pm
by phil31
hi,

i'm playing with 2 type of module : ESP-01 and ESP-02

ESP-02 with 0018000902
and ESP-01 with 00170901

if i right understand, the ESP-02 is more recent version.

what i don't understand is that the newer version (0018) work with 9600bauds settings and 0017 with 115200.
(it take me some hours before find that the ESP-02 was not communicating right as the first one i test ! :evil: )

is it an improvement to switch from 115200 to 9600 !? and the syntax require \r\n instead of \r !
i don't understand the "benefit" ..
it seem that there is a lot of custom firmware and each reseller flash what they want ..

is there any official repository ?
need i verify all module i buy before including in my product !? that will not help for "mass production" for sure !
is there an official reseller who sell only module with original firmware ?

thanks

Re: different firmware on different module :(

PostPosted: Thu Nov 06, 2014 12:37 am
by cendev
Try "AT+CIOBAUD=115200" :) i think that will set the baudrate :) \r\n can be usefull in many situations :)