Hello TI, E2E community,
I am currently working on a project where I need to establish communication between an MCU (specifically the CC3220 Launchpad) and a GSM modem using AT commands via UART. Furthermore, I aim to establish network communication between the MCU and the GSM modem using protocols like PPP, ultimately allowing internet access through the GSM modem.
I have successfully implemented these steps on an ESP32 MCU by connecting it to a GSM modem via UART and using the provided IP by the modem to access the internet. Now, I am exploring the possibility of replicating this implementation on the CC3220 Launchpad.
I would greatly appreciate any guidance, tips, or resources that could help me achieve this goal on the CC3220 Launchpad. Additionally, if anyone has prior experience or insights into similar projects or implementations, I would be eager to learn from your expertise.