Search found 3 matches
- Mon May 31, 2021 5:13 pm
- Forum: ESP-IDF
- Topic: Has AWS Embedded C Sdks Been Removed From ESP-IDF?
- Replies: 3
- Views: 2858
Re: Has AWS Embedded C Sdks Been Removed From ESP-IDF?
https://github.com/espressif/esp-aws-iot Thank you for pointing me to this repo. Before posting my question I stumbled upon it. This still does not completely answer my question however. The post that I linked above seemed to imply that there was no need to download anything extra, as the component...
- Mon May 31, 2021 1:40 am
- Forum: ESP-IDF
- Topic: Has AWS Embedded C Sdks Been Removed From ESP-IDF?
- Replies: 3
- Views: 2858
Has AWS Embedded C Sdks Been Removed From ESP-IDF?
Hello all, Based on this post the ESP-IDF bundles with it Amazon's embedded C SDKs for their IoT service. Supposedly it can be configured in the menuconfig under component config. Perhaps I'm missing something but when I check this menu I cannot find anything that is related to AWS. Furthermore, whe...
- Mon May 17, 2021 7:36 am
- Forum: ESP-IDF
- Topic: Triggering WPS_ER_PIN Somehow
- Replies: 0
- Views: 1234
Triggering WPS_ER_PIN Somehow
Hello, After changing my project to support transitioning from AP mode to STA mode I've noticed some strange behavior with the wifi event loop. For unknown reasons, the event loop keeps receiving the SYSTEM_EVENT_STA_WPS_ER_PIN event. void initWifiController(){ // * NVS must be initialized before wi...