Search found 3 matches
- Sat Aug 27, 2022 6:51 am
- Forum: ESP-IDF
- Topic: Need help about ESP-IDF Simple OTA failed with error [ esp_image: invalid segment length ]
- Replies: 0
- Views: 1108
Need help about ESP-IDF Simple OTA failed with error [ esp_image: invalid segment length ]
Hi every body. I'm trying the sample code simple_ota_example with VS code. However I always get the issue: E (7887) esp_image: invalid segment length 0x14f9ff E (7887) simple_ota_example: Firmware upgrade failed I use ESP-IDF ver 4.4.1 and openssl server on Window. Please tell me how to get around t...
- Sat Oct 30, 2021 8:27 am
- Forum: General Discussion
- Topic: How to receive AVRCP command in esp32
- Replies: 1
- Views: 1328
Re: How to receive AVRCP command in esp32
Hello
Anybody can help me ?
Or give me the answer that esp-idf platform currently does not support receive AVRCP command.
I want to confirm if this is possible or not?
Thank a lot
Anybody can help me ?
Or give me the answer that esp-idf platform currently does not support receive AVRCP command.
I want to confirm if this is possible or not?
Thank a lot
- Fri Oct 29, 2021 2:47 am
- Forum: General Discussion
- Topic: How to receive AVRCP command in esp32
- Replies: 1
- Views: 1328
How to receive AVRCP command in esp32
Hello commmunity! I have a project that uses 2 ESP32 boards, 1 board plays the role of remove control, will send AVRCP command. The other board will receive AVRCP command and process accordingly. I added the code that sends the AVRCP command in the a2dp_sink sample code when Play and Pause button GP...