Other Parts Discussed in Thread: CC2500
Good evening,
My name is John and i am new in programming.
i have already purhase ez430rf2500 and i want for my project to program it.
i want to take adc measurements and send them to the AP (from ED) and from the AP to virtual com to my pc.
my signal is has a range of 0 to 20kHz.
My problem is that i know a few things and i want a little help to begin.
I have found a problem in hardware that i have to solve. The problem is that the programmer debugger has default uart speed of 9600 so i have to attach it to an axternal rs232 to usb converter.
I have make a few calculations and i found that i need at least 40.000samples/second, my adc data are 10bit so i have to send 80.000samples/sec but 80.000samples are 800.000bit/sec and my rf link can transfer only 500.000bit/sec.
The first thing that i want to know how to take measurements in high samples rate and then maybe i have to apply something like DPCM to reduce the transmitted data.
I think that all the other problems can solved in software.
Sorry for my bad english
Thank you in advance