Page 2 of 2

Re: CW mode (TD1204 / TD1208)

Posted: Tue Feb 02, 2016 9:27 am
by lcheminade
Please find attached CW binaries for TD1208 and TD1204.

Re: CW mode (TD1204 / TD1208)

Posted: Thu Apr 21, 2016 6:17 pm
by francois
Hi
Do you confirm that this TD1208_CW.bin is the expected binary for the sigfox certification ?
Thanks

Re: CW mode (TD1204 / TD1208)

Posted: Fri Apr 22, 2016 5:43 pm
by francois
Hi?
If we use your firmware CW_TD1208.bin with a 3.3 Volt power supply what should be the expected RF power output?
Is it supposed to be 14dBm?
Francois

Re: CW mode (TD1204 / TD1208)

Posted: Fri Apr 29, 2016 8:16 am
by Capture
Hello

Could you please tell me are you able to succed to put your device in continous mode?. could you please share with me some information becasue my antenna is fucntioning pretty abd so i would like put my device in continous wave mode for atlease one minute your help would be ideally helpful for me and aslo for my project

Thank you

Re: CW mode (TD1204 / TD1208)

Posted: Mon Jan 09, 2017 8:36 am
by omlu
francois wrote:Hi
Do you confirm that this TD1208_CW.bin is the expected binary for the sigfox certification ?
Thanks


My product using the TD1204 passed the certification using TD1204_CW.bin. But I had to discuss it with my sigfox contact first. Because the product was supposed to be able to activate/deactivate the CW Mode (while this .bin puts it in CW mode only). It was agreed I could use this .bin file but make sure it is alright for your product also.



Capture wrote:Hello

Could you please tell me are you able to succed to put your device in continous mode?. could you please share with me some information becasue my antenna is fucntioning pretty abd so i would like put my device in continous wave mode for atlease one minute your help would be ideally helpful for me and aslo for my project

Thank you


I don't have any means to check the CW mode but the certification went fine so I'm guessing the product was indeed in CW Mode.

Re: CW mode (TD1204 / TD1208)

Posted: Tue Jan 16, 2018 4:45 pm
by mariusmm
I'm preparing my TD1208 based device for SIGFOX certification and I'm using code like:

void TD_USER_Setup(void) {
TD_SIGFOX_Send((uint8_t*)"CWTest",6,2);
TD_SIGFOX_SendTestPA(0, 4, 127, 868130000);
}

But it seems that CW mode is not starting.

What is wrong with this code?

Best regards,

Màrius

Re: CW mode (TD1204 / TD1208)

Posted: Wed Jan 31, 2018 2:47 pm
by mariusmm
After contact technicians directly, the answer is trivial, see the code:

TD_SIGFOX_RfPower(11);

TD_SIGFOX_Send((uint8_t*)"CWTest",6,2);

tfp_printf("Startig CW Test\r\n");
TD_RF_CWTest(true, 868130000, 11);
while(1);