Search found 2 matches
- Mon Nov 20, 2023 10:34 am
- Forum: General Discussion
- Topic: ESP32S3 OTA fail over 4G connection
- Replies: 0
- Views: 679
ESP32S3 OTA fail over 4G connection
I'm implementing a OTA via 4G modem connected to S3 module. I'm using ESP-IDF 4.4.3. The file image is about 1.2Mb. With one Sim Card it works fine. If I change the Sim Card (another Operator) the OTA fail with: I (60168) HTTP_CLIENT: Body received in fetch header state, 0x3fcd17e7, 205 I (60168) es...
- Tue Jul 11, 2023 3:30 pm
- Forum: ESP-IDF
- Topic: ESP-MODEM 1.0.0 and incoming call
- Replies: 0
- Views: 665
ESP-MODEM 1.0.0 and incoming call
Hi, in my application I use esp-modem component v.1.0.0 on ESP-IDF 4.4.3. I want to hang up the incoming call with ATH command, but the RING URC seems not handled by the component. In the documentation I don't see any API that inform me that the incoming call are in progress. How is it possible to h...