Hi everyone and renansoares
I am having trouble executing the script to generate the patch versions.
I am looking for guidance.
I am using standard toolchain setup on Windows machine and have Desktop Environment with C++ installed with Visual Studio Build Tools.
I tried to use the script ...
Search found 4 matches
- Tue Oct 21, 2025 12:17 pm
- Forum: ESP-IDF
- Topic: Esp delta ota + Secure Boot + Flash Encryption
- Replies: 4
- Views: 2748
- Wed Jul 02, 2025 9:44 am
- Forum: ESP-MDF
- Topic: Mesh Lite nodes dropping out/not connecting
- Replies: 4
- Views: 8771
Re: Mesh Lite nodes dropping out/not connecting
@mhISTL
I am having the same issues and the results are unpredictable for me.
It keeps trying to connect even if the nodes are within the range of each other.
Were you able to resolve this?
I am having the same issues and the results are unpredictable for me.
It keeps trying to connect even if the nodes are within the range of each other.
Were you able to resolve this?
- Tue Sep 24, 2024 3:55 pm
- Forum: ESP-IDF
- Topic: modbus master tcp destroy function works not correctly
- Replies: 2
- Views: 1905
Re: modbus master tcp destroy function works not correctly
Similar problem on my end as well.
My application involves reconfiguring the Wifi and restart the the Modbus TCP Slave init() when the correct IP address is acquired.
I am trying to use mbc_slave_destroy() to stop the slave and it seems it doesn't like reconfiguring the TCP info again.
Update (25 ...
My application involves reconfiguring the Wifi and restart the the Modbus TCP Slave init() when the correct IP address is acquired.
I am trying to use mbc_slave_destroy() to stop the slave and it seems it doesn't like reconfiguring the TCP info again.
Update (25 ...
- Fri Aug 30, 2024 12:43 pm
- Forum: ESP-IDF
- Topic: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
- Replies: 7
- Views: 3458
Re: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
@chadpham75
@hmalpani
I tried the same method for "native_ota_example".
HTTPS doesn't work. I tried with the HTTP Python based-server and the example works fine.
With the python dependencies, there is loop around missing ones to the point it cannot find 'common_test_methods' and it doesn't ...
@hmalpani
I tried the same method for "native_ota_example".
HTTPS doesn't work. I tried with the HTTP Python based-server and the example works fine.
With the python dependencies, there is loop around missing ones to the point it cannot find 'common_test_methods' and it doesn't ...