(why do I bother typing?)
Does
AT+CIOBAUD?
work at all?
If not, that firmware probably doesn't support that command.
Poking around on the Internet, I found this:
Change the baud rate to 19200 with
AT+UART_DEF=19200,8,1,0,0
Found here: viewtopic.php?f=13&t=718
Also some notes here: http://michaelthessel.com/
In particular, this link might point to the most current version of the AT command set:
https://cdn.sparkfun.com/assets/learn_t ... _v0.30.pdf
Dacflyer wrote:HI again..
i do not know what i have done,,but i think i may have done something right now...
i get this info now....which it never did before... so i think i may be on the right track now..
AT+RST
OK
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x40100000, len 212, room 16
tail 4
chksum 0x5e
load 0x3ffe8000, len 788, room 4
tail 0
chksum 0x1c
load 0x3ffe8314, len 72, room 8
tail 0
chksum 0x55
csum 0x55
jump to user1
ready
Ok so now i try to follow the rest of the instructions on the
http://timewitharduino.blogspot.ca/2015/03/wifichron-with-software-support-for.html
at step 4 it says to change the baud rate.... this i do not know how to do.. i tried to do ( AT+CIOBAUD=38400 ) i get ERROR.
also i am not sure how to check what version i have.
but i think i am making some progress...