I cannot find the solution for my problem. If somebody has worked with Si4463 radio module? According to the datasheet, it must be simple, but I cannot make it work consistently.
My transceiver sends data once each second. 1 byte preamble + 2 bytes sync + 7 bytes data + 2 bytes CRC
The receiving flow is: 1. Sending StartRX command. 2. Sending command to the Radio Module to get interrupts. 3. If Receive Interrupt Pending bit is set, I'm reading the RX fifo buffer. 4. I'm sending command to clear the RX fifo buffer 5. Sending StartRX command.
The problem is that not all packets were received.
What could be the problem? I'm using the project that Silicon Labs Wireless Development Suite has generated.
If somebody has experience with this module - please help!!! I will provide all needed data!
Thanks a lot!