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.

Communicate TIVA TM4C129ENCPDT microcontroller using Bluetooth

Other Parts Discussed in Thread: EK-TM4C129EXL, TM4C129ENCPDT, CC2560

Hello I'm Dae Woong Kim, undergraduate, in South Korea. 

My friend and I are doing embedded project using TIVA C Series board(EK-TM4C129EXL).

We are making a robot which is balancing only using two wheel(something like segway, but small size), 

and now we want to use bluetooth communication.

But we haven't ever used bluetooth module and don't know that how we search about that.

So, we want to know any Module or BoosterPacks which support TM4C129ENCPDT microcontroller module.

Answer please~

  • Hello Dae,

    Did you refer the following TI Design? It can be a very good starting point for an example using TM4C129 with a CC2560 Bluetooth device.
    www.ti.com/.../TIDM-TM4C129XBLE

    Thanks,
    Sai
  • May I comment noting that while "small" - if your robot can support a person - the use of any RF device which impacts steering, balance or (any) safety factor is NOT recommended.

    Most of the inexpensive/simple RF devices employ & encourage very simple data exchanges - and provide the minimum of, "data integrity" checking. You must consider the distinct possibility of an "unwanted signal's arrival" and guard against any/all undesired results...
  • I am using the same module and was able to successfully transmit data using the following module: store.hardwarebreakout.com/index.php

    You program the module using NOTEPAD++ and in the EK-TM4C129EXL you only need to send data from the UART (I am using UART2).