/ExpressLink-Host

Example which talks with ExpressLink devices

Primary LanguageCApache License 2.0Apache-2.0

ExpressLink Host example running on ESP32

Pin configuration

  • Please set the UART and event pins for the communication via idf.py menuconfig:
menuconfig > ExpressLink Pin Config
  • You will also need to modify following line to set the IOT Core endpoint:
const char *AWS_IOT_CORE_ENDPOINT = "<hash>-ats.iot.<region>.amazonaws.com";

License

  • ExpressLink interface library is using sources by STMicroelectronics's I-CUBE-ExpressLink project.
  • Espressif specific code is covered under Apache-2 license. Other licenses are as per mentioned in the files.