unfortunately the same problem, no solution .
I hope this bumps this issue and someone can give us some insight.
Search found 6 matches
- Wed Jul 05, 2023 6:36 am
- Forum: ESP-IDF
- Topic: CMAKE_OBJECT_PATH_MAX and path length issues
- Replies: 6
- Views: 5905
- Tue Feb 21, 2023 12:52 pm
- Forum: General Discussion
- Topic: ESP32 as Ethernet/IP (Industrial Protocol) Adapter
- Replies: 2
- Views: 5035
Re: ESP32 as Ethernet/IP (Industrial Protocol) Adapter
There's an open-source library for that here . I have no experience with it, but given that it purports to be portable and expects a POSIX interface, I'm decently sure it shouldn't be that hard to port to ESP-IDF. It can use the lower-level TCP/IP layers already available on the ESP32/ESP-IDF, so y...
- Thu Feb 16, 2023 1:22 pm
- Forum: General Discussion
- Topic: ESP32 as Ethernet/IP (Industrial Protocol) Adapter
- Replies: 2
- Views: 5035
ESP32 as Ethernet/IP (Industrial Protocol) Adapter
I have a project with an ESP32 and W5500 ethernet module. I'm looking to add Ethernet/IP (EIP) support, where the ESP32 is the EIP Adapter (which is the EIP term for slave). I don't have a lot of knowledge of the EIP stack so I hope someone can give me some insight. I've looked and not found an open...
- Tue Dec 13, 2022 10:20 am
- Forum: Showcase
- Topic: Running OpenCV on ESP32 as a standalone
- Replies: 4
- Views: 13361
Re: Running OpenCV on ESP32 as a standalone
Hi aseitasi, thanks for sharing, looks really cool! We are planning to release an officially supported OpenCV component for ESP-IDF soon. Hopefully that will make the build system integration smoother! I'll post an update when that is done. I would be very interested in such component. I will keep ...
- Thu Dec 08, 2022 1:04 pm
- Forum: IDEs for ESP-IDF
- Topic: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""
- Replies: 14
- Views: 173050
Re: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""
Did you resolve this issue? I have the same issue, also using ESP32-S3. (following the same video guide) I need this because: Debugging using the configuration from the ESP-IDF extension in VSCode doesn't allow me to place logpoints. When hovering over the breakpoint in the debug menu it shows: "Bre...
- Mon Nov 07, 2022 10:00 am
- Forum: Hardware
- Topic: How to use LEDC PWM in low speed mode?
- Replies: 11
- Views: 22268
Re: How to use LEDC PWM in low speed mode?
The esp32_technical_reference_manual is still very unclear about this, is there any additional documentation?