Page 1 of 1

CW Mode

Posted: Wed Oct 14, 2015 12:05 pm
by pmorali
How to put a device in CW Mode for Sigfox Certification?

FOR CW MODE:

AT$SS=1234
AT$MT=0,2,127

To disable CW MODE : AT$MT=0,0,0

Is this correct?

Re: CW Mode

Posted: Thu Oct 15, 2015 7:57 am
by jguerin
Hi pmorali,

For a TD1207, you can put the device in CW mode with :
AT$MT=0,4,127

For a TD1204:
AT$MT=x,2,0
with x is a Sigfox micro canal.

Regards,

Jerome

Re: CW Mode

Posted: Thu Dec 10, 2015 4:10 pm
by gomago
Hi,

From previous messages I understand that commands to operate the TD1207 in CW mode are:
CW enable: AT$MT=0,4,127
CW disable: AT$MT=0,0,0

Am I right?
Is it valid for 868.13MHz Standard ETSI band?

Thank you very much
Regards

Ignacio

Re: CW Mode

Posted: Thu Mar 24, 2016 5:33 pm
by francois
Hi
What about the AT command to put the TD1208 in CW mode?
Thanks
Francois

Re: CW Mode

Posted: Fri Mar 25, 2016 8:26 am
by mstempin
It depends on the firmware version: for newer firmware, these should be the same commands as the TD1207, for older, please use "AT$MT=0,1,0" instead of "AT$MT=0,4,127".

Re: CW Mode

Posted: Tue Apr 19, 2016 9:03 pm
by francois
Hi
Do you have "c" function in library to set the TD1208 device in CW mode ?
As an alternative to AT CMD.
Thanks

Re: CW Mode

Posted: Tue Aug 09, 2016 8:35 am
by mstempin
Yes, the corresponding C API functions are "TD_SIGFOX_SendTestPA()" for the old "AT$MT=" commands and "TD_RF_CWTest()" for the newest firmwares.