Hi All,
I want to send out an unmodulated carrier @ 868 MHz. I know that I have to set the registers to ASK-Modulation like mentioned here https://community.ti.com/forums/p/446/1193.aspx#1193. But how to send out the continues wave? Currently I send TX-Strobe (STX) like in this example:
while(true)
{
halRfStrobe(CC2500_STX);
}
Is this correct?
Thank you!
Fabian