Page 1 of 1

SDK functions to disable FCC rules

Posted: Thu Dec 01, 2016 11:25 am
by dandavid3000
Hi,

I would like to ask if there is any function I can use to force the TD1508 to send all its messages on a desired macro channel?
I'm working with TD1508 and Sigfox network emulator, and I can only receive the first 2 messages shown on snek.
Due to the frequency hopping for FCC compliance. FCC rules force the devices to operate on 50 micro channels of 25KHz. The 2 first messages (2*3 frames) are sent on the default macro channel, and the 16 following messages are sent on the 8 other 192KHz macro channels if nothing specific is done.

Many thanks,
Dan

Re: SDK functions to disable FCC rules

Posted: Mon Dec 05, 2016 3:16 pm
by dandavid3000
I tested with AT command "ATZ" to reset the module after sending every 2 messages, and it worked ! Is this the proper way to deal with FCC rules ?
What is the function in SDK 6 for sending "ATZ" command to TD1508 ?

Thank you,
Dan

Re: SDK functions to disable FCC rules

Posted: Wed Dec 14, 2016 4:39 pm
by mstempin
Yes, this is the way to do it, and it is possible either using AT commands, the C API or the hardware reset pin.