Page 1 of 1

EasyBee demo application

Posted: Mon May 18, 2009 1:34 pm
by Alberto_82
Hi to all,

I\'m working on the EasyBee demo application found in this site. I\'m interested to read the value of the RSSI register of the EasyBee tranceiver, so I used the function cc2420_rssi_get() of the demo code. The problem is that I always get values from -99dB and -100dB, even if the radios are either near or far... To obtain the right value I had to make the two\'s complement of the value read from the cc2420 register, as written at page 49 of the CC2420 manual, before adding the RSSI_OFFSET of -45 dB. Does someone know why the RSSI value doesn\'t change??

Thanks,
Alberto

Re:EasyBee demo application

Posted: Wed May 20, 2009 7:11 am
by paolo.gai
I did not work directly on this topic... what I can say is that the Easybee code has been rewritten in ERIKA 1.5.0 which is going to be released before the training course in June... Maybe give a try to the new code...

Ciao,

PJ

Re:EasyBee demo application

Posted: Wed May 20, 2009 8:07 am
by Alberto_82
Ok, thak you! I\'ll wait for the new version of Erika...

Many thanks!

Alberto