Other Parts Discussed in Thread: CC430F6137, CC430F5137
Dear All,
I would like to use RF communication module of TI cc430F6137. How can I do it? Any reference link? what is the diameter range of RF signals for this?
Thanks & Regards
Bhavdipsinh
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: CC430F6137, CC430F5137
Dear All,
I would like to use RF communication module of TI cc430F6137. How can I do it? Any reference link? what is the diameter range of RF signals for this?
Thanks & Regards
Bhavdipsinh
Hi Bhavdipsinh,
For examples of RF communication using CC430 please see this app note: www.ti.com/lit/pdf/slaa465 and the code that goes with it www.ti.com/lit/zip/slac525
I think your range is going to depend on transmission power and receiver sensitivity among other factors. The datasheet for the CC430F6137 does list some dBm numbers for both output power and receiver sensitivity, that I think might be useful for you.
Regards,
Katie
Hi Katie,
Thanks for your prompt reply.
It will work for me, there is problem in www.ti.com/lit/zip/slaa465 link and gives error of cant find pge.
will you help me by another way.
Thanks & Regards
Bhavdipsin
BHavdipsinh Rathod said:It will work for me, there is problem in www.ti.com/lit/zip/slaa465 link and gives error of cant find pge.
Sorry about that - I put the wrong link. Use this instead (I'll also update my original post for those finding this thread later): www.ti.com/lit/zip/slac525
Oh Ok :). Thanks Katei,
I got it from Application shared by you. One more que. I have gone through exaple linked www.ti.com/lit/zip/slac525.
It is writen for cc430f5137, where as I want to use it for CC430F6137, what is the conversion process.( Please guide me to make changes in code to use for CC430F6137)
Thanks & Regards
Bhavdipsinh
Hi,
Thank you so much for you prompt and specific guidance.
It will help lot.
Regards
Bhavdipsinh
BHavdipsinh Rathod said:It is writen for cc430f5137, where as I want to use it for CC430F6137, what is the conversion process
The 6137 is more or less a 5137 with additional LCD controller. All 5137 software should run on 6137 without significant changes. Of course the 6137 has more pins and the physical pinout is therefore different, and so are the PxSEL instructions used to activate the moodule inputs and ouputs on the physical pins. Also,if you add use of the LCD controller, then the pins used for LCD are no longer available for anything else, so some functions you may have used on the 5137 are no longer available or need to be mapped to other pins, a far as possible.
**Attention** This is a public forum