Other Parts Discussed in Thread: CC2530
hello guys,
i have been trying to figure out how to send data wirelessly using cc2530ZNP ZDK mini kit. I know i can change the timer on the inittimer(); to transmit data at a faster interval by changing the following line:
signed int timerResult = initTimer(4, WAKEUP_AFTER_TIMER);
If I change the 4 to 1 then it would be transmitted every second. My question now is what is the lowest time I can achieve? I am basically trying to send an ECG signal wireless, hence, I need the ADC to sample more often such that I can get enough samples to reconstruct the waveform. As far as I have understood the program simple application code from ti ( 6661.8032.1121.7610.IAR.zip ) the timer interrupt wakes up the HAL and acquires a sample of the waveform every four seconds. which is not sufficient enough data, as the ECG waveform will be around 1-2 Hz.
CAN SOMEONE SUGGEST ME A SIMPLE WAY AS TO HOW I COULD SAMPLE MORE DATA EVERY SECOND!!
P.S. based on the link( http://www.slideshare.net/SreekeshPadmanabhan/design-issues-in-cc2530-znp-multi-hop-sensor-networks-27234477 ) I found out it takes around 108 millisecond for the events during the complete packet transmission.[ Table 5 ].
Thanking you in advance,
Nischal Venugopal