david-cermak

Results 104 comments of david-cermak

> I'm not 100% sure what happens without hw flow control and if UART_BUFFER_FULL should be in that case ignored or not. I'll run some test to see what happens,...

> Our application has to work normally during OTA download Would it be enough if the application works normally only when checking for an update? Does it need to work...

Hi Anuj! Thanks for reporting this config issue! We should ideally source the env capabilities from IDF ``` orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps" ``` and then use the `range ENV_GPIO_RANGE_MIN ENV_GPIO_OUT_RANGE_MAX` will fix.

I think you get a *lost connection* event immediately after removing a SIM card. So, as a workaround you can listen to already supported events and just check (with AT...

@euripedesrocha @suren-gabrielyan-espressif PTAL, I'm thinking of resolving the *TODO* list above separately (creating a tracker and fixing later), so that we can have some static analysis running for our components.

This command usually takes some time to complete, depending on the modem, but I see that this is more or less configurable on modern devices (e.g. Timeout set with `ATS7`)....

Yes, this is planned for [`modem-v1.2`](https://github.com/espressif/esp-protocols/milestone/2) as mode autodetect feature. I'll add this to the milestone.

Hi @srikanthpalvai I'll look into it, but probably won't integrate the functionality into the `esp_modem`. I'll check if we can add this to one of our examples, just to demonstrate...

Hi @srikanthpalvai I'm sorry, no update yet. This hasn't been planned yet, since we'll only consider it after `v1.2` is available (with already planned features). I'd like to keep this...