Core2-for-AWS-IoT-Kit
Core2-for-AWS-IoT-Kit copied to clipboard
Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
Running the official M5Tools example (https://github.com/m5stack/M5Tools) on an AWS-IoT-EduKit first displays the message "upgrading Core2 Touch Firmware" followed by the screen no longer responding to any touches in any projects....
### Summary: We are experiencing a memory allocation failure in the LVGL library when trying to allocate DMA enabled heap for SPI use. Under normal circumstances this error is non-fatal...
You cannot register the EduKit device with IoT Core on Apple Silicon devices due to an issue with Python dependancy _`cryptoauthlib`_. Per [this issue](https://github.com/MicrochipTech/cryptoauthlib/issues/297) - the published ARM release is...
Hello, I am going through the hello world blinky for the 2nd time. 1st time i was successful in connecting and sending MQTT messages without issues. since I had to...
I am trying to run the first getting started program. I ran it twice with no issue, but now that I have opened the Blinky hello world file and tried...
I found wrong code in Blinky-Hello-World/register_thing.py ``` $ git diff fix_error_handling -- register_thing.py diff --git a/Blinky-Hello-World/register_thing.py b/Blinky-Hello-World/register_thing.py index a7d9fec..6f8ce13 100644 --- a/Blinky-Hello-World/register_thing.py +++ b/Blinky-Hello-World/register_thing.py @@ -142,12 +142,11 @@ def generate_signer_certificate():...