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.

CC1352P7: Open Source AT protocol firmware

Part Number: CC1352P7


Hey everyone!

We published our AT command protocol firmware for the CC1352P7 as open source project:

https://github.com/okrasolar/wisun_iot_modem

The AT command set is inspired by the popular ESP32 and SIMCom modules.

Features:

  • Runs on CC1352P7 LaunchPadTm development kit
  • Wi-SUN via AT commands over UART
  • TCP and UDP IPv6 sockets with flow control
  • Supports off-chip over-the-air updates using TI's CoAP OAD protocol
  • Based on SimpleLinkTm ns_coap_node example
  • Based on cAT for AT command parsing

Enjoy!

Georg