This question pertains to the nRF24LE1. I've programmed a MCU before with a relatively simple program, but never one with wireless transmission, so please forgive the naivete of this question.
In our application, we're receiving in a multiplexed analog signal on one channel (160 ksamples/sec) and another non-MUX'd signal on a second channel (at 1 ksample/sec). We're using the ADCs to convert the signals to digital, and then we plan to transmit the data wirelessly using the RF transceiver.
Is that all possible on this one chip (the nRF24LE1, with a single processor)? Or do we need one processor to do the digitization and another to transmit the data?
Thanks.