filzek

Results 86 comments of filzek

> @filzek Thank you for your contribution. However, the changes are causing compilation issues in our CI pipeline. Please refer to the details here: https://github.com/espressif/esp-protocols/actions/runs/9708563633/job/26876119855?pr=586 changes made to the original...

I will provide corrections for the SDK version to build the SDK. Some memory types are strictly dependent on the SDK version, such as MALLOC_CAP_TCM, which is only available after...

@erkia > xTaskCreateWithCaps We're currently testing the option to choose the core on which tasks will run, in addition to specifying the memory region. We believe this could enhance speed...

> +1 Maybe allocate websocket task stack also from selected RAM by using `xTaskCreateWithCaps`? if (!client->core) { // No core affinity if (!client->memory_type) { // Default memory if (xTaskCreate(esp_websocket_client_task, client->config->task_name...

I did try everything but seens that is impossible to send correctly, can you check on this?

Not sure how the protocol is formed, as it is being recognized as SOMFY, identify correct all the commands,. but the ID identified is not the same or the protocol...

Maybe the time among sync, high low must be more precise? using a RTL-SDR analyzer it shows: https://triq.org/pdv/#AAB0110701273009EC12F805000280FFFF806C8555+AAB03C0701273009EC12F805000280FFFF806C9191A3B4C3B3C4B4C3C4B4C4C4C3B3C4B4C3B3B4C4C3B4C4C4C3B4C4C4C3B3C4B3B4C4C3C4C4B4C4C3B4C4C655+AAB0410701273009EC12F805000280FFFF806C91919191919191A3B4C3B3C4B4C3C4B4C4C4C3B3C4B4C3B3B4C4C3B4C4C4C3B4C4C4C3B3C4B3B4C4C3C4C4B4C4C3B4C4C555 per you knowdledge maybe you could do a TUNE UP to we...

I think I have found something interesting, usint the RTL_433 to decode, i have played to try to find the timmings and extra info for the remote control and I...

Checking the SOMFY remote control its cycle the SEED by A0 to AF once every key is pressed. In the TUBE it doesnt happen at all and use a FIXED...

@Legion2 I have tested the new updated code to work with the fixed code and it works fine, I will rework the code to propose an update to the lib...