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.

CC1310: cc1310 wireless uart data rate

Expert 1105 points
Part Number: CC1310
Other Parts Discussed in Thread: CC1350,

hello,

if I were to code a wireless uart application, will I be able to reach a 115200 baudrate with cc1310 or cc1350?


thanks

rifo

  • rifo,

    Yes, but data rate will come at a sacrifice of range. To enable you to create a virtual UART link of 115200, you will likely need to run the wireless at 200kbps or higher. This will affect range.

    We do not have demos that show this, this will be something you will need to create based on our released SDK's.

    Regards,
    /TA
  • Thanks,

    I will then follow the below approach

    1) Export already available 200kbps settings from Smart RF Studio
    2) Test rf data rate
    3) Implement uart functionality