Vikram Dattu

Results 76 comments of Vikram Dattu

@sirknightj @unicornss do you have comments on this? If you look at my solution, I have added a `esp_port` directory containing extra needed components and examples specific to ESP-IDF build...

> You may want to review the reference integration for the Realtek Ameba Pro2 Mini board at: https://github.com/awslabs/freertos-webrtc-reference-on-amebapro-for-amazon-kinesis-video-streams. > > This reference integration utilizes our [OS-agnostic libraries](https://github.com/awslabs/freertos-webrtc-reference-on-amebapro-for-amazon-kinesis-video-streams/tree/main/libraries/components). You can adopt...

Hello @gadget-man Sorry for the late reply. Since the MQTT connections are persistent and it is possible to detect if the device is online/offline using if the MQTT connection is...

On Chrome at least, I am able to run it. Even if I get above error, I can see bitrate in Firefox and the other client sending the data. But...

Hi @VidhwanJava how was the claiming performed. Did you correctly add `--matter` option to the claim command as mentioned [here](https://github.com/espressif/esp-rainmaker/tree/master/examples/matter#claiming-device-certificates). Did you create the fctry partition and flashed at the...

@dzungpv the error means, the compiler thinks `json_gen_str_end` returns no value (i.e., `void`) but we are catching the return value. This is of course, wrong as the API returns the...

Thanks for the confirmation! Strange behaviour indeed. If you are already using the IDF build system, using Arduino in the mix seems an odd choice. I am not sure, how...

Hi @kbx81 thanks for bringing this to light. > Are there any other ways to fix this issue? Could we perhaps get a release of [framework-espidf](https://registry.platformio.org/tools/platformio/framework-espidf/versions) with IDF v5.1.4 including...

Hi @Shivi-6 this looks like a memory issue. ESP32 Wrover Kit has external RAM. Could you please enable it via menuconfig, and check if it solves the issue?