Part Number: CC2500
Other Parts Discussed in Thread: CC1101
Tool/software:
Hi;
we need to communicate cc2500 modules with maximum length of the packet size >255 bytes .
we try multiple methods when we give packet size is >64 all results are similar to like first 64bytes of data only repeat while receiving side of cc2500.
for example
packet size : 90Bytes
Transmit Packet : 90(Packet length),1(Address),ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012345678999abcdefghijklmnopqrstuvwxyz(pay load _ 90 Bytes)
Received Packet : 90(Packet length),1(Address),ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012345678999,1(Address),ABCDEFGHIJKLMNOPQRSTUVWXYZ
we need help to solve this issue.