Hi,
I am using the EXP430F5438 eval .board in combination with the CC2520-CC2591 RF module. Furthermore, I use Stack Version 2.4.0-1.4.. I tried to enable the PA/LAN by setting the Flag HAL_PA_LNA and by setting the Transmit Power to 19 dBm by using the following the following comands afer ZMacInit() in ZMain:
HAL_PA_LNA_RX_HGM ();
ZMacSetTransmitPower (TX_PWR_PLUS_19);
Unfortunately, I worried when I was testing the maximum range. I expected a range up to 700-1000 meters, but the maximum range was only 210 meters (by using the antennas of the evaluation modules).
Is there anybody who was able to overcome larger distances? How can I check, if the PA/LNA is working? For me it seems like the PA/LNA is not activated.
Is there anything else to do, to utilize the amplifier?
Thanks in advance!
Regards,
Lukas