-->
Page 1 of 1

INTERFACING ESP8266 WITH TIVA C SERIES TM4C123GH6PM

PostPosted: Tue Apr 16, 2019 5:24 am
by ABHIRAMI
I am trying to interface ESP8266-01 (8-pin) module with Texas Instruments TIVA C series TM4C123GH6PM (microcontroller) Launchpad.I want to interface using UART. Codes are available for ARDUINO but not for TIVA Launchpad. For arduino libraries are available and i am able to send the sensor data to the cloud.But I want to implement this using TIVA board.Can anyone help me in getting the libraries for TIVA?

Re: INTERFACING ESP8266 WITH TIVA C SERIES TM4C123GH6PM

PostPosted: Wed Apr 17, 2019 3:02 am
by btidey
The standard way to use the ESP-01 like this is to have the AT command set on the ESP-01 and then just send AT command strings from the other microcontroller. You don't need a library to do that.

You are restricted to the AT commands available though and that might restrict what you want to achieve.

You need to give more details around the sensor and what data you want to communicate.

For example, you may want to put firmware on the ESP module that receives packets of data from the microcontroller and then sends them on via MQTT.

Is there something specific on the Texas board you need? Have you considered using a better esp8266 module (ESP-12 / NodeMCU/Wemos) or even an ESP32 as a simpler all in one solution?

Re: INTERFACING ESP8266 WITH TIVA C SERIES TM4C123GH6PM

PostPosted: Fri Dec 13, 2019 11:44 am
by Ahmed Bahaa
I have the same problem , I want to connect Tiva C TM4C123GH6PM with ESP8266 and get data from Firebase Real Time Database , can anyone help ?