ASCII Art displayed when reading serial monitor from esp-idf side upon launch
Custom PCB used to hold the ESP32S3 and ATMega328 chips
Device using the onboard device certificate to self-provision to AWS IoT Core and subscribing to its dedicated Pub/Sub MQTT endpoint upon WiFi connectivity
This project is intended to run on an ESP32S3 connected to an Arduino ATMega328p. The Platformio folder holds the code for the Arduino side, while the esp-idf folder contains the code for the ESP32S3.
Because of the aws sdk import in ESP-IDF, you must also update the submodules that comes with it, you can do it with:
git submodule update --init --recursive