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.

TM4C123GH6PM: Can I program the tiva c-series microcontroller using Python? And can I connect ESP8266 to the tiva microcontroller for IoT purpose?

Part Number: TM4C123GH6PM
Other Parts Discussed in Thread: CC3200

I want to try experimenting with the tiva c-series microcontroller coding using Python and I wish to transfer the sensor data to cloud services using ESP 8266.

Please suggest me if I am going wrong.

Thanks in advance.

  • It is not impossible to program TM4C's with Python, but it would "close all the doors" for you to try and get development support. This post has some links:
    e2e.ti.com/.../207823

    Yes, you can communicate your TM4C to the ESP8266 module. That can be done via UART or SPI. However, Texas Instruments also have microcontrollers which already have the wi-fi radio in them, and these maybe are enough for your processing needs without having to use an additional MCU - check the CC3200.

    Bruno