Part Number: CC2543
Other Parts Discussed in Thread: CC1200, CC1101, CC1310, CC1312R
Tool/software: TI C/C++ Compiler
Hello dear collegues
In general, I'm interested in transmitting and receiving data over a radio channel at 2Mbps of speed, but I should get 2Mbps at the end, useful data(payload data), not this(preambula +... sync word + payload data + CRC). And that reception-transmission was only on one frequency, and that the frequency did not change during operation.
How I understood bluetooth and
wi-fi for this task is not suitable.
Below are my questions.
1) Is it possible to manually disable spreader spectrum (automatic frequency change), in bluetooth and wi-fi, manually? .
2) In CC1200 written <... Up to 1.25Mbps> and CC2543 written <...and 2Mbps data rates> , what does it mean? (preambula +... sync word + payload data + CRC = 1.25Mbps wireless) or (preambula +... sync word + payload data + CRC > 1.25Mbps wireless), besides this
in the "SmartRF studio" CC1200 does not allow you to raise the symbol rate above 500ksps. how to understand this? .
3) In CC1101 there is a mode of "RAW mode", and as I understand, then the speed of the radio channel equals the useful information speed which I must use eventually (payload data)?.
is there a similar mode in CC2543 ?
4) As I understood hard programming The CC1200 is compatible with CC1101 , but there is no <channel register> and in CC1101 there is this register, how can I simulate the effect of changing channels? only by manually changing the frequency registers ... ?
Thank you in advance