Russell Summers

Results 66 comments of Russell Summers

I looked at the sequence diagram for provision by trusted user, the all the steps after the first one (after the device hands over credentials) looked the same. I recognized...

You render SNTP invalid and you send a notification to MQTT to shut down. Upon Wifi, reconnect, you first restart SNTP and allow it to validate your system time, and...

The library is working for me -- but I took the time to completely rewrite all the examples into my own implementation. This is a very long and time-consuming process....

set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/components/esp-aws-iot/libraries) is unnecessary. Anything inside the components directory is considered a component by default. I suspect that you'll need to read up on CMake a bit more to figure...

I use the call to xTlsConnect in my IOT project and I have no issues with it. The only thing that strikes me strange here is that I'm wondering if...

The time is important because without it, you can't negotiate with AWS correctly. Your algorithm here may set up the clock, but a callback occurs a few second later when...