Rashed Talukder

Results 30 comments of Rashed Talukder

Is there a pending date for this? It's a bit confusing what's going in master and what's in the develop branch. There are broken issues in master that are included...

Update your **platformio.ini** file to an prior version of the Espressif32 platform: https://github.com/m5stack/Core2-for-AWS-IoT-EduKit/blob/master/Blinky-Hello-World/platformio.ini#L6 That will fix the issue you're seeing there. Otherwise, you can use the newer version of the...

Please use platform version 3.2.1 like we do in the examples: https://github.com/m5stack/Core2-for-AWS-IoT-EduKit/blob/master/Blinky-Hello-World/platformio.ini#L6 `platform = [email protected]`

Sorry, I didn't digest your first sentence thoroughly and led you astray. I more fully understand what you're trying to do — specifically use ESP-TLS. Yes, so the APIs were...

@nikost000 and @InvisibleGit, If you are willing/able to share your company and use-case with me via e-mail, this helps me shape and prioritize roadmap items in the future: trashed at...

To help in the interim, we're providing a project template: https://github.com/aws-iot-edukit/Project_Template-Core2_for_AWS You can read the updated API reference docs in https://edukit.workshop.aws/en/api-reference/v2/index.html Since ESP-IDF v5 is not yet stable, we might...

Hi Omerio, you are right and there is an issue where the friendlyName parameter seems to not not being used. I believe I've identified the issue in the endpointId parameter,...

As a temporary workaround, you can rename the light device to "Light" in the Alexa app and it will work from that point.

Hi Doug, I had to google this one and it seems like an issue with your system paths not being setup correctly. I'm referencing these two posts on Stack Overflow...

That's fascinating. We're actually [updating the BSP](https://github.com/m5stack/Core2-for-AWS-IoT-EduKit/tree/BSP-dev) from the bottom up currently and we'll refactor all of the firmware after that's done. I am hope that it will fix that...