Hi TA12012
I was not able to respond to your original request since the issue was closed. Here is your last suggestion
Agree with you that if it works at 2.5Kbps, it should work at 5.0kbps.
The only difference between the two settings is the DSSS level, this is configured in the override section of the SmartRF.c file.
5kbps is defined as this:
// override_phy_long_range_dsss2.xml
// PHY: Configure DSSS SF=2
HW_REG_OVERRIDE(0x505C,0x0100),
2.5kbps is defined as this.
// override_phy_long_range_dsss4.xml
// PHY: Configure DSSS SF=4
HW_REG_OVERRIDE(0x505C,0x0303),
Can you take your one project that does work and just modify this one setting in both TX and RX and you should be able to modify from 5kbps to 2.5 and back again.
Regards,
/TA
Victor