Hi
I have a question regarding how many times I can do the following operation in one second.
The operation consists of checking the rssi of a channel and transmitting that rssi value and the process goes forever, assuming I am using a 26 Mhz crystal how many times I can repeat this process in a second ?
So far I found that it takes 22 micro seconds to switch from tx to rx and about 10 micro-seconds to switch from rx to tx,
rssi_update_rate= 2*BW_channel / (8*2^filter length)
Assuming i am using the default filter length of 16 and the channel B.W is 812 Khz it results in approximately an update rate of 10^5 per second i.e., 10 micro seconds so can I just add up those number i.e., saying
sensing: 10 micro-seconds
switch from Rx-> Tx=22 micro-seconds
Tx time = ? (how much is this time)
Switch back to Rx=10 micro-seconds
------------------> Repeat the process gain-------------------
is that approach correct? if not, can you point out which times I am mising out