Search found 6 matches

by crnewton
Wed Jul 05, 2023 6:36 am
Forum: ESP-IDF
Topic: CMAKE_OBJECT_PATH_MAX and path length issues
Replies: 6
Views: 3582

Re: CMAKE_OBJECT_PATH_MAX and path length issues

unfortunately the same problem, no solution :(.

I hope this bumps this issue and someone can give us some insight.
by crnewton
Tue Feb 21, 2023 12:52 pm
Forum: General Discussion
Topic: ESP32 as Ethernet/IP (Industrial Protocol) Adapter
Replies: 2
Views: 3441

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...
by crnewton
Thu Feb 16, 2023 1:22 pm
Forum: General Discussion
Topic: ESP32 as Ethernet/IP (Industrial Protocol) Adapter
Replies: 2
Views: 3441

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...
by crnewton
Tue Dec 13, 2022 10:20 am
Forum: Showcase
Topic: Running OpenCV on ESP32 as a standalone
Replies: 4
Views: 9062

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 ...
by crnewton
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: 150092

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...
by crnewton
Mon Nov 07, 2022 10:00 am
Forum: Hardware
Topic: How to use LEDC PWM in low speed mode?
Replies: 11
Views: 20169

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?