-
I found following bugs when running cdk synth:
- cdk_app.py doesn't use the configured region but the hardcoded us-east-1 (line 60)
- static_site_construct.py uses an invalid parameter called origin…
-
**Describe the bug**
Failure to connect with broker. Error -116 pdFREERTOS_ERRNO_ETIMEDOUT
**System information**
- ESP32
- Configuration:
* OTAUpdate enabled in demoRunner (no other demos …
-
クラウド(AWS)側からDEGUを制御して、たとえばLEDのON/OFFをしたいのですが、サンプルコードあるいは参考となる資料などはございますでしょうか。
-
Using the aws-iot-sdk-browser-bundle.js (browsery of node.js aws-iot-device-sdk module);
```
var awsIot = require('aws-iot-device-sdk');
var device = awsIot.device({
endpoint: 'https://*********…
-
Tried installing on jetson nano using `pip3 insall awsiotsdk`. Fails with the following "dangerous relocation: unsupported relocation" error. I attached complete log below.
`Collecting awsiotsdk
…
-
I have code where i am calling `OTA_AgentShutdown` in loop as long as wont get `status != eOTA_AgentState_NotReady`.
With long timeout like 10000ms (1000 ticks) or so im getting always status 2 (eOT…
-
Hi, I am running an example with thingShadow, so far I can connect to my thingShadow and get deltas updates but when there is an update to the shadow document I don't see any data coming into my conso…
-
Hi, great thank you for this again.
I set up Arduino sketch and succeeded to write.
Now I can see my Arduino Serial Console:
> : Connected to broker
> : Connected!!
> 1553278751: mosquitto …
-
#### Platform
- Hardware: [ESP-12E]
- Core Version: [2.3.0-rc2]
- Development Env: [Arduino IDE]
- Operating System: [Windows]
### Settings in IDE
- Module: [Generic ESP8266 Modu…
-
Hi,
i have esp32 app for client that i wrote using ble-test branch and it works fine, even with custom BLE scan and client functionality. Recently client asked me to port it to release 1.5. I did it,…