This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm trying to implement continuous TX using CC1200 module. Based on the User Guide and SmartRF Studio, so far I have found two approaches to do so:
1) Continuous TX with synchronous serial mode: Feed a single byte repeatedly over GPIO using a two-wire serial interface (instead of SPI).
2) Continuous TX with random mode and infinite packet length: Transmit a continuous pulse using Random Mode. This way, we transmit dummy bytes (generated by PN9 generator) by sending only a STX command to the CC1200.
Is there any other way to implement continuous transmission using CC1200?
I would appreciate any help regarding this issue.
Since you are asking for other methods of continuously transmission it sounds like you are looking for a functionality not covered in 1) or 2).
If so, what do you want to do? Please elaborate.
If you want a continuous unmodulated carrier set CFM_DATA_CFG = 0x1.
Easiest is to use SmartRF Studio. Select "Continuous TX "tab and then select between "modulated" (with data format = random mode) or "unmodulated".
Thanks for your answers. I'm trying to prepare the module for FCC testing, because of that I wanted to know all the options and choose the best one for that purpose. I know that I have to use an unmodulated signal (as Sverre suggested).
Is there any specific approach you recommend for FCC test? I appreciate your help.
For FCC testing you need:
- To send a CW. Only one register is needed to set for this.
- Sending random data. Option 2 in your first post is the recommended way.