Other Parts Discussed in Thread: CC2500
Hi,
I have a cc2500 module and I am able to program the registers using SPI via an ATMEGA16. I have used RF studio to set the register for continuous transmission, at 500 using MSK modulation.
My issue at the moment, is what pin do I use to transmit the data that I want to send??? and what pin do I use to read the data??
At the moment I have configured the registers as follows
IOCFG2 = //0x0B Serial Clock. Synchronous to the data in synchronous serial mode. In RX mode, data is set up on the falling edge by CC2500 when GDOx_INV=0. In TX mode, data is sampled by CC2500 on the rising edge of the serial clock when GDOx_INV=0.
IOCFG0 = //0x0C Serial Synchronous Data Output (DO). Used for synchronous serial mode.
What i want to do is send a continous sine wave to the transmitter, and i want the reciever to output this value to me??
Also I what I am to expect at RX output when I input nothing into the TX?? should i expect nothing??
And finally if I do put an analogue sine wave into the TX, am I supposed to get a digitized sine wave at the RX??
Kind Regards,
Sivaharan