Search found 3 matches
- Thu Dec 05, 2024 12:24 pm
- Forum: General Discussion
- Topic: Intercept IP packets
- Replies: 0
- Views: 1251
Intercept IP packets
I have Tuya wifi door sensors that typically works with cloud ,but in my case I do not have internet (country house) . So I plan to use ESP32 as soft AP and default GW to capture the packets sent by the sensors and alarm locally . The issue I am facing and looking for advice is how to interecept the ...
- Mon Nov 28, 2022 1:04 am
- Forum: ESP32 Arduino
- Topic: ESP 32 continuos reboot
- Replies: 1
- Views: 1471
ESP 32 continuos reboot
Colleagues,
I had an opensprinkler app running on ESP32 until I changed form dynamic to fixed IP address.
After this change (done through the App gui)it never came up, so decided to flash it again. Compiled with errors but flashed it . After that got continuous booting.
Below is the compiling and ...
I had an opensprinkler app running on ESP32 until I changed form dynamic to fixed IP address.
After this change (done through the App gui)it never came up, so decided to flash it again. Compiled with errors but flashed it . After that got continuous booting.
Below is the compiling and ...
- Fri Nov 04, 2022 1:11 am
- Forum: ESP32 Arduino
- Topic: ESP 32 crashes on tcp_update_rcv_ann_wnd
- Replies: 1
- Views: 2330
ESP 32 crashes on tcp_update_rcv_ann_wnd
Colleagues,
I am working on esp32 WROOM module to interact with a rest API using Arduino 1.8.19 . I am using AsyncHTTP to send the GET message.
My code is working, but randomly, the system crashes always on "tcp_update_rcv_ann_wnd"
This is part of my debug code and it crashes on the callback ...
I am working on esp32 WROOM module to interact with a rest API using Arduino 1.8.19 . I am using AsyncHTTP to send the GET message.
My code is working, but randomly, the system crashes always on "tcp_update_rcv_ann_wnd"
This is part of my debug code and it crashes on the callback ...