TI CC1101 Radio Project


Closed Thread
Results 1 to 23 of 23

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    Waco, Texas
    Posts
    151


    Did you find this post helpful? Yes | No

    Default Re: TI CC1101 Radio Project

    I ordered the CC1101EMK868-915 from Mouser. Then just today I ordered the SOC-BB also from Mouser.
    The SOC-BB should (?) allow me to plug in the radio modules, power via battery which is kinda weird, but will allow me to SPI-communicate to the radio.
    I have been told the TI will work for me to do my coding, then move to the Anaren part which has the TI part and is FCC licensed.

    I don't think I could use the Pad2Pad file to create my foot print for the radio, I will double check.

    Thanks for the offer on the boards, but as I will need to generate my own with the radio, I think I should just muddle through and do it myself.

    I would like to know more about the RSSI and actually how to use the data, were you successful in doing this? The other post made it sound as if going FSK would be easier.
    "If we knew what we were doing, it wouldn't be called research"
    - Albert Einstein

  2. #2
    Join Date
    Nov 2007
    Location
    West Covina, CA
    Posts
    219


    Did you find this post helpful? Yes | No

    Default Re: TI CC1101 Radio Project

    I didn't get to the RSSI function but didn't see it a problem since it means reading a register during the RX mode. The level range is pretty good and linear.

    The RSSI value is available to be read from a register when the module is in RX mode. This value varies with the other transmitters signal strength reaching it. The value will of course be digital but have a minimum to maximum value. There will always be some value there due to noise or other transmitters on same channel.

    Here's a simplified example of using it in your app, keeping the timing between TX and RX from module to module in mind:

    Base changes to TX mode and sends addressed query message to sensor
    Base changes back to RX mode and begins reading RSSI register

    Addressed sensor receives message and changes to TX and sends an ACK of some sort
    Sensor module reverts back to RX mode

    Base monitoring the RSSI records the value during valid message from sensor.

    Since you want to "talk" to the closest sensor, query the others in the same way then choose the one with the highest RSSI value after comparing all RSSI's.

    This is a general description of the signal strength. There are other factors that will cause it to vary like interference, fading, etc. but it's a pretty good indicator to work with.
    Louie

  3. #3
    Join Date
    Sep 2007
    Location
    Waco, Texas
    Posts
    151


    Did you find this post helpful? Yes | No

    Default Re: TI CC1101 Radio Project

    Thanks Louie. What proc did you use with you radios?
    "If we knew what we were doing, it wouldn't be called research"
    - Albert Einstein

  4. #4
    Join Date
    Sep 2007
    Location
    Waco, Texas
    Posts
    151


    Did you find this post helpful? Yes | No

    Default Re: TI CC1101 Radio Project

    Hmmm, I never used PM so I have no experience with attaching PDFs. Try changing the extension name.
    Did you try the other email address I sent?
    "If we knew what we were doing, it wouldn't be called research"
    - Albert Einstein

  5. #5
    Join Date
    Nov 2007
    Location
    West Covina, CA
    Posts
    219


    Did you find this post helpful? Yes | No

    Default Re: TI CC1101 Radio Project

    Used a PIC16F677 or a PIC16F685 in my devices.

    PMs and PDF sent...
    Louie

Similar Threads

  1. Need Help with Radio Project
    By prstein in forum Off Topic
    Replies: 6
    Last Post: - 25th February 2011, 05:04
  2. Car radio (Car radio and electronics support forum)
    By freewillover in forum Forum Requests
    Replies: 1
    Last Post: - 1st July 2009, 19:41
  3. RS232 by Radio
    By Bill Legge in forum Serial
    Replies: 21
    Last Post: - 5th March 2009, 15:16
  4. radio pic connection
    By taos in forum General
    Replies: 3
    Last Post: - 25th February 2006, 00:55
  5. Help With Easy Radio Modules
    By hughgoodbody in forum General
    Replies: 5
    Last Post: - 25th May 2005, 09:14

Members who have read this thread : 0

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts