Questions and discussions about the software that runs on the TD RF module itself.
User avatar
lcheminade
 
Posts: 146
Joined: Mon May 11, 2015 7:47 am

Re: CW mode (TD1204 / TD1208)

by lcheminade Tue Feb 02, 2016 9:27 am

Please find attached CW binaries for TD1208 and TD1204.
Attachments
TD1204_CW.bin
(29.04 KiB) Downloaded 1422 times
TD1208_CW.bin
(29.02 KiB) Downloaded 1421 times
francois
 
Posts: 47
Joined: Tue Jun 16, 2015 6:13 am

Re: CW mode (TD1204 / TD1208)

by francois Thu Apr 21, 2016 6:17 pm

Hi
Do you confirm that this TD1208_CW.bin is the expected binary for the sigfox certification ?
Thanks
francois
 
Posts: 47
Joined: Tue Jun 16, 2015 6:13 am

Re: CW mode (TD1204 / TD1208)

by francois Fri Apr 22, 2016 5:43 pm

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
Capture
 
Posts: 22
Joined: Tue Jun 09, 2015 2:31 pm

Re: CW mode (TD1204 / TD1208)

by Capture Fri Apr 29, 2016 8:16 am

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
omlu
 
Posts: 46
Joined: Tue Oct 06, 2015 8:27 am

Re: CW mode (TD1204 / TD1208)

by omlu Mon Jan 09, 2017 8:36 am

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.
mariusmm
 
Posts: 3
Joined: Thu Jun 02, 2016 11:54 am

Re: CW mode (TD1204 / TD1208)

by mariusmm Tue Jan 16, 2018 4:45 pm

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
mariusmm
 
Posts: 3
Joined: Thu Jun 02, 2016 11:54 am

Re: CW mode (TD1204 / TD1208)

by mariusmm Wed Jan 31, 2018 2:47 pm

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);
Return to Firmware

Who is online

Users browsing this forum: No registered users and 5 guests