[MKW41Z] How to set 250Kbps on Generic FSK example in SDK?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

[MKW41Z] How to set 250Kbps on Generic FSK example in SDK?

1,394 次查看
waynejeong
Contributor II

Hello.

I am testing Generic FSK example on MKW41Z EVM.
The datasheet shows that sensitivity can be improved at 250Kbps data rates.

waynejeong_0-1646745229884.png

So I changed radio configuration parameters like a below because for sensitivity improvement but wireless communication does not work.

Default:
static GENFSK_radio_config_t radioConfig =
{
.radioMode = gGenfskGfskBt0p5h0p5,
.dataRate = gGenfskDR1Mbps
};

My setting:
static GENFSK_radio_config_t radioConfig =
{
.radioMode = gGenfskGfskBt0p5h0p5,
.dataRate = gGenfskDR250Kbps
};

What else do I need to change to use 250Kbps?

Thank you.

0 项奖励
回复
1 回复

1,383 次查看
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hi,

 

Hope you are doing well. Could you please describe how are you testing it? What do you mean with "wireless" communication does not work?

What SDK version are you using? Was that the only modification you made to the example?

 

Best Regards,

Ricardo

Best Regards,
Ricardo
0 项奖励
回复