Page 1 of 1
ALL AT COMMANDS
Posted: Thu Jun 01, 2017 6:54 pm
by kanthed
Need a list of all AT commands for GSM, GPS and OBD. (For freematics one with sim800l so that I can write my own code).
Also AT commands to send and receive RAW CAN signals.
Re: ALL AT COMMANDS
Posted: Thu Jun 01, 2017 8:30 pm
by protomor
Google ELM327. You'll find the AT commands there. That is the chip the freematics unit uses to read OBD2 data. for GSM/GPS, it's in the code. You'll have to figure that out.
Re: ALL AT COMMANDS
Posted: Tue Jun 06, 2017 8:49 pm
by kanthed
ati
$OBDOBDUART v1.1
>
atgpson
$OBDOK
>
atbr238400
$OBDOK
>
atgrr
$GPS NO DATA
>
atgrr
$GPS NO DATA
>
atgrr
$GPS NO DATA
>
atgps
$GPS,000000,00000000,0,0,0,0,0,0
>
atgrr
$GPS NO DATA
>
atgrr
$GPS NO DATA
>
atgrr
$GPS NO DATA
>
atgrr
$GPS NO DATA
>
atgrr
$GPS NO DATA
>
atgrr
$GPS NO DATA
>
atgrr
$GPS NO DATA
>
atgps
$GPS,000000,00000000,0,0,0,0,0,0
>
atgrr
$GPS NO DATA
>
Re: ALL AT COMMANDS
Posted: Tue Jun 13, 2017 4:06 am
by maverickideas
I don't see an ELM327 anywhere on the board. From what I can tell hes got code in the STm32f103 to emulate a ELM327. This is all fine and dandy, but not all the AT commands are supported
... The following AT commands would have helped develop code, but are not supported and therefore pretty much prevent me from developing with hardware anymore.
Stanley, some questions ... how can I change the delay for CAN responses? I tried the following AT commands with no success:
ATST <--- this is the one I need!!! The rest were found to not be function either.
ATFCSH
ATFCSD
ATFCSM
ATCFC
ATBD
AT0 1-2
I need to know if this is an accurate description of what could be wrong with changing delays in CAN RX so that I may adjust our project timelines. Please get back to me.
Thank you.
Re: ALL AT COMMANDS
Posted: Tue Jun 13, 2017 8:23 pm
by protomor
Oh sorry I didn't know you were talking about the emulator. I don't know anything about that.