Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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.

ezDSP5535 and HC-06 bluetooth module

Hi,

I'm student and i actually work with the ezDSP5535 kit. I want to send some data since my android via a bluetooth module, HC-06 (https://www.olimex.com/Products/Components/RF/BLUETOOTH-SERIAL-HC-06/resources/hc06.pdf).

Can you tell me if the board can support this module with the UART_TX & UART_RX pin from the board expansion? And do you have many code examples about sending and receiving values between the evaluation board and the bluetooth module?

Thank you for your help.

Best regards, 

Alex

  • Hi Alex,

    HC-06 bluetooth module can be connected and interfaced with ezDSP5535 via UART port.
    I suggest you TMS320C55x Chip Support Library (CSL) as software solution which including several UART examples.
    You can download CSL v3.08 at:
    http://www.ti.com/tool/sprc133
    and start developing.

    Regards,
    Tsvetolin Shulev
  • Thank you Tsvetolin for your answer,

    I watched all documentations about the CSL who were available on your website, and unfortunately i hadn't found any examples about sending and receiving values via UART port for bluetooth. Do you know other places where i can find that? Or do you have more documentation about this?

    Thanks for your support!

    Best regards,

    Alex
  • Alex,

    Take a look at /c55_lp/c55_csl_3.08/doc/c55xx_csl_example_reference.chm document describing CSL examples chapted CSL UART EXAMPLE.
    There is described UART EXAMPLE3 - INTERRUPT MODE TEST which gives you advise how to receive UART data in interrupt routine. You should use UART_write for sending data via UART. You can find an example use of UART_write in csl_uart_intc_example.c.
    I would like to note that there is especial bluetooth example but your bluetooth device will be considered as UART connected device.

    Regards,
    Tsvetolin Shulev
  • Thank you for your support !

    Best Regards,

    Alex Perrot