Hi,
I have a working app that works from 4.8Kbps to 74.8Kbps, but 125Kbps and 250Kbps donot work. Modulation is GFSK.
I have taken all the radio values from SmartRF Studio 7.
I am using a modified version of this library github.com/.../arduino-cc1101
The modifications are to avoid use of interrupts on both the tx and rx side. SPI based polling is used to figure out whether any data was received.The polling is done no sooner than 50ms to avoid any kind of polling related issues that the chip has.
Any pointer to figure out the problem?
Thanks and Regards,
WonderfulIOT