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.

looking for suitable microcontroller

Other Parts Discussed in Thread: CC2564

Hai ,im looking for  suitable microcontroller from TI that can communicate with:

1.PLC(Power Line Communication)
2.Wifi/Bluetooth
3.Zigbee
4.LAN/WAN

  • Well, to be honest, it really depends on your application. Really any MCU will work, from MSP430 all the way to processors like the Sitara.
    For example, our C2000 line of MCUs have some PLC dev kits you would work with: www.ti.com/.../tmdsplckit-v3

    After getting that working the way you wish, you can move on and integrate the connectivity transceivers you want: www.ti.com/.../overview.page
    For example, to incorporate Bluetooth you could utilize a CC2564. The only thing you'd need to watch for is that the MCU will need to have the flash space for the Bluetooth stack (www.ti.com/.../tibluetoothstack-sdk)

    With all the different stacks in this theoretical system, you may want to consider utilizing a full on processor instead. (Sitara) Good luck!