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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

649 Views
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 Kudos
1 Reply

638 Views
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

0 Kudos